├── LICENSE ├── README.md ├── gtk-3.0 ├── fixes.css ├── gtk.css ├── titlebuttons-alt.css ├── titlebuttons-alt │ ├── .directory │ ├── button-close-active.svg │ ├── button-close-backdrop-active.svg │ ├── button-close-backdrop-hover.svg │ ├── button-close-backdrop.svg │ ├── button-close-hover.svg │ ├── button-close.svg │ ├── button-maximize-active.svg │ ├── button-maximize-backdrop-active.svg │ ├── button-maximize-backdrop-hover.svg │ ├── button-maximize-backdrop.svg │ ├── button-maximize-hover.svg │ ├── button-maximize.svg │ ├── button-menu-active.svg │ ├── button-menu-backdrop-active.svg │ ├── button-menu-backdrop.svg │ ├── button-menu-hover.svg │ ├── button-minimize-active.svg │ ├── button-minimize-backdrop-active.svg │ ├── button-minimize-backdrop-hover.svg │ ├── button-minimize-backdrop.svg │ ├── button-minimize-hover.svg │ ├── button-minimize.svg │ ├── button-resotre-backdrop-active.svg │ ├── button-restore-active.svg │ ├── button-restore-backdrop-hover.svg │ ├── button-restore-backdrop.svg │ ├── button-restore-hover.svg │ └── button-restore.svg ├── titlebuttons-png.css ├── titlebuttons-png │ ├── titlebutton-close-active-dark.png │ ├── titlebutton-close-active-dark@2.png │ ├── titlebutton-close-active.png │ ├── titlebutton-close-active@2.png │ ├── titlebutton-close-backdrop-dark.png │ ├── titlebutton-close-backdrop-dark@2.png │ ├── titlebutton-close-backdrop-hover-dark.png │ ├── titlebutton-close-backdrop-hover-dark@2.png │ ├── titlebutton-close-backdrop-hover.png │ ├── titlebutton-close-backdrop-hover@2.png │ ├── titlebutton-close-backdrop.png │ ├── titlebutton-close-backdrop@2.png │ ├── titlebutton-close-dark.png │ ├── titlebutton-close-dark@2.png │ ├── titlebutton-close-hover-dark.png │ ├── titlebutton-close-hover-dark@2.png │ ├── titlebutton-close-hover.png │ ├── titlebutton-close-hover@2.png │ ├── titlebutton-close.png │ ├── titlebutton-close@2.png │ ├── titlebutton-maximize-active-dark.png │ ├── titlebutton-maximize-active-dark@2.png │ ├── titlebutton-maximize-active.png │ ├── titlebutton-maximize-active@2.png │ ├── titlebutton-maximize-backdrop-dark.png │ ├── titlebutton-maximize-backdrop-dark@2.png │ ├── titlebutton-maximize-backdrop-hover-dark.png │ ├── titlebutton-maximize-backdrop-hover-dark@2.png │ ├── titlebutton-maximize-backdrop-hover.png │ ├── titlebutton-maximize-backdrop-hover@2.png │ ├── titlebutton-maximize-backdrop.png │ ├── titlebutton-maximize-backdrop@2.png │ ├── titlebutton-maximize-dark.png │ ├── titlebutton-maximize-dark@2.png │ ├── titlebutton-maximize-hover-dark.png │ ├── titlebutton-maximize-hover-dark@2.png │ ├── titlebutton-maximize-hover.png │ ├── titlebutton-maximize-hover@2.png │ ├── titlebutton-maximize.png │ ├── titlebutton-maximize@2.png │ ├── titlebutton-minimize-active-dark.png │ ├── titlebutton-minimize-active-dark@2.png │ ├── titlebutton-minimize-active.png │ ├── titlebutton-minimize-active@2.png │ ├── titlebutton-minimize-backdrop-dark.png │ ├── titlebutton-minimize-backdrop-dark@2.png │ ├── titlebutton-minimize-backdrop-hover-dark.png │ ├── titlebutton-minimize-backdrop-hover-dark@2.png │ ├── titlebutton-minimize-backdrop-hover.png │ ├── titlebutton-minimize-backdrop-hover@2.png │ ├── titlebutton-minimize-backdrop.png │ ├── titlebutton-minimize-backdrop@2.png │ ├── titlebutton-minimize-dark.png │ ├── titlebutton-minimize-dark@2.png │ ├── titlebutton-minimize-hover-dark.png │ ├── titlebutton-minimize-hover-dark@2.png │ ├── titlebutton-minimize-hover.png │ ├── titlebutton-minimize-hover@2.png │ ├── titlebutton-minimize.png │ ├── titlebutton-minimize@2.png │ ├── titlebutton-restore-active-dark.png │ ├── titlebutton-restore-active-dark@2.png │ ├── titlebutton-restore-active.png │ ├── titlebutton-restore-active@2.png │ ├── titlebutton-restore-backdrop-dark.png │ ├── titlebutton-restore-backdrop-dark@2.png │ ├── titlebutton-restore-backdrop-hover-dark.png │ ├── titlebutton-restore-backdrop-hover-dark@2.png │ ├── titlebutton-restore-backdrop-hover.png │ ├── titlebutton-restore-backdrop-hover@2.png │ ├── titlebutton-restore-backdrop.png │ ├── titlebutton-restore-backdrop@2.png │ ├── titlebutton-restore-dark.png │ ├── titlebutton-restore-dark@2.png │ ├── titlebutton-restore-hover-dark.png │ ├── titlebutton-restore-hover-dark@2.png │ ├── titlebutton-restore-hover.png │ ├── titlebutton-restore-hover@2.png │ ├── titlebutton-restore.png │ └── titlebutton-restore@2.png ├── titlebuttons.css └── titlebuttons │ ├── titlebutton-close-active.svg │ ├── titlebutton-close-backdrop-active.svg │ ├── titlebutton-close-backdrop-hover.svg │ ├── titlebutton-close-backdrop.svg │ ├── titlebutton-close-hover.svg │ ├── titlebutton-close.svg │ ├── titlebutton-maximize-active.svg │ ├── titlebutton-maximize-backdrop-active.svg │ ├── titlebutton-maximize-backdrop-hover.svg │ ├── titlebutton-maximize-backdrop.svg │ ├── titlebutton-maximize-hover.svg │ ├── titlebutton-maximize.svg │ ├── titlebutton-menu-active.svg │ ├── titlebutton-menu-backdrop-active.svg │ ├── titlebutton-menu-backdrop.svg │ ├── titlebutton-menu-hover.svg │ ├── titlebutton-minimize-active.svg │ ├── titlebutton-minimize-backdrop-active.svg │ ├── titlebutton-minimize-backdrop-hover.svg │ ├── titlebutton-minimize-backdrop.svg │ ├── titlebutton-minimize-hover.svg │ ├── titlebutton-minimize.svg │ ├── titlebutton-restore-active.svg │ ├── titlebutton-restore-backdrop-active.svg │ ├── titlebutton-restore-backdrop-hover.svg │ ├── titlebutton-restore-backdrop.svg │ ├── titlebutton-restore-hover.svg │ ├── titlebutton-restore.svg │ ├── titlebutton-shade-active.svg │ ├── titlebutton-shade-backdrop-active.svg │ ├── titlebutton-shade-backdrop.svg │ ├── titlebutton-shade-hover.svg │ ├── titlebutton-shade.svg │ ├── titlebutton-unshade-active.svg │ ├── titlebutton-unshade-backdrop-active.svg │ ├── titlebutton-unshade-backdrop.svg │ ├── titlebutton-unshade-hover.svg │ └── titlebutton-unshade.svg ├── gtk-4.0 ├── fixes.css ├── gtk.css ├── titlebuttons-alt.css ├── titlebuttons-alt │ ├── .directory │ ├── button-close-active.svg │ ├── button-close-backdrop-active.svg │ ├── button-close-backdrop-hover.svg │ ├── button-close-backdrop.svg │ ├── button-close-hover.svg │ ├── button-close.svg │ ├── button-maximize-active.svg │ ├── button-maximize-backdrop-active.svg │ ├── button-maximize-backdrop-hover.svg │ ├── button-maximize-backdrop.svg │ ├── button-maximize-hover.svg │ ├── button-maximize.svg │ ├── button-menu-active.svg │ ├── button-menu-backdrop-active.svg │ ├── button-menu-backdrop.svg │ ├── button-menu-hover.svg │ ├── button-minimize-active.svg │ ├── button-minimize-backdrop-active.svg │ ├── button-minimize-backdrop-hover.svg │ ├── button-minimize-backdrop.svg │ ├── button-minimize-hover.svg │ ├── button-minimize.svg │ ├── button-resotre-backdrop-active.svg │ ├── button-restore-active.svg │ ├── button-restore-backdrop-hover.svg │ ├── button-restore-backdrop.svg │ ├── button-restore-hover.svg │ └── button-restore.svg ├── titlebuttons-png.css ├── titlebuttons-png │ ├── titlebutton-close-active-dark.png │ ├── titlebutton-close-active-dark@2.png │ ├── titlebutton-close-active.png │ ├── titlebutton-close-active@2.png │ ├── titlebutton-close-backdrop-dark.png │ ├── titlebutton-close-backdrop-dark@2.png │ ├── titlebutton-close-backdrop-hover-dark.png │ ├── titlebutton-close-backdrop-hover-dark@2.png │ ├── titlebutton-close-backdrop-hover.png │ ├── titlebutton-close-backdrop-hover@2.png │ ├── titlebutton-close-backdrop.png │ ├── titlebutton-close-backdrop@2.png │ ├── titlebutton-close-dark.png │ ├── titlebutton-close-dark@2.png │ ├── titlebutton-close-hover-dark.png │ ├── titlebutton-close-hover-dark@2.png │ ├── titlebutton-close-hover.png │ ├── titlebutton-close-hover@2.png │ ├── titlebutton-close.png │ ├── titlebutton-close@2.png │ ├── titlebutton-maximize-active-dark.png │ ├── titlebutton-maximize-active-dark@2.png │ ├── titlebutton-maximize-active.png │ ├── titlebutton-maximize-active@2.png │ ├── titlebutton-maximize-backdrop-dark.png │ ├── titlebutton-maximize-backdrop-dark@2.png │ ├── titlebutton-maximize-backdrop-hover-dark.png │ ├── titlebutton-maximize-backdrop-hover-dark@2.png │ ├── titlebutton-maximize-backdrop-hover.png │ ├── titlebutton-maximize-backdrop-hover@2.png │ ├── titlebutton-maximize-backdrop.png │ ├── titlebutton-maximize-backdrop@2.png │ ├── titlebutton-maximize-dark.png │ ├── titlebutton-maximize-dark@2.png │ ├── titlebutton-maximize-hover-dark.png │ ├── titlebutton-maximize-hover-dark@2.png │ ├── titlebutton-maximize-hover.png │ ├── titlebutton-maximize-hover@2.png │ ├── titlebutton-maximize.png │ ├── titlebutton-maximize@2.png │ ├── titlebutton-minimize-active-dark.png │ ├── titlebutton-minimize-active-dark@2.png │ ├── titlebutton-minimize-active.png │ ├── titlebutton-minimize-active@2.png │ ├── titlebutton-minimize-backdrop-dark.png │ ├── titlebutton-minimize-backdrop-dark@2.png │ ├── titlebutton-minimize-backdrop-hover-dark.png │ ├── titlebutton-minimize-backdrop-hover-dark@2.png │ ├── titlebutton-minimize-backdrop-hover.png │ ├── titlebutton-minimize-backdrop-hover@2.png │ ├── titlebutton-minimize-backdrop.png │ ├── titlebutton-minimize-backdrop@2.png │ ├── titlebutton-minimize-dark.png │ ├── titlebutton-minimize-dark@2.png │ ├── titlebutton-minimize-hover-dark.png │ ├── titlebutton-minimize-hover-dark@2.png │ ├── titlebutton-minimize-hover.png │ ├── titlebutton-minimize-hover@2.png │ ├── titlebutton-minimize.png │ ├── titlebutton-minimize@2.png │ ├── titlebutton-restore-active-dark.png │ ├── titlebutton-restore-active-dark@2.png │ ├── titlebutton-restore-active.png │ ├── titlebutton-restore-active@2.png │ ├── titlebutton-restore-backdrop-dark.png │ ├── titlebutton-restore-backdrop-dark@2.png │ ├── titlebutton-restore-backdrop-hover-dark.png │ ├── titlebutton-restore-backdrop-hover-dark@2.png │ ├── titlebutton-restore-backdrop-hover.png │ ├── titlebutton-restore-backdrop-hover@2.png │ ├── titlebutton-restore-backdrop.png │ ├── titlebutton-restore-backdrop@2.png │ ├── titlebutton-restore-dark.png │ ├── titlebutton-restore-dark@2.png │ ├── titlebutton-restore-hover-dark.png │ ├── titlebutton-restore-hover-dark@2.png │ ├── titlebutton-restore-hover.png │ ├── titlebutton-restore-hover@2.png │ ├── titlebutton-restore.png │ └── titlebutton-restore@2.png ├── titlebuttons.css └── titlebuttons │ ├── titlebutton-close-active.svg │ ├── titlebutton-close-backdrop-active.svg │ ├── titlebutton-close-backdrop-hover.svg │ ├── titlebutton-close-backdrop.svg │ ├── titlebutton-close-hover.svg │ ├── titlebutton-close.svg │ ├── titlebutton-maximize-active.svg │ ├── titlebutton-maximize-backdrop-active.svg │ ├── titlebutton-maximize-backdrop-hover.svg │ ├── titlebutton-maximize-backdrop.svg │ ├── titlebutton-maximize-hover.svg │ ├── titlebutton-maximize.svg │ ├── titlebutton-menu-active.svg │ ├── titlebutton-menu-backdrop-active.svg │ ├── titlebutton-menu-backdrop.svg │ ├── titlebutton-menu-hover.svg │ ├── titlebutton-minimize-active.svg │ ├── titlebutton-minimize-backdrop-active.svg │ ├── titlebutton-minimize-backdrop-hover.svg │ ├── titlebutton-minimize-backdrop.svg │ ├── titlebutton-minimize-hover.svg │ ├── titlebutton-minimize.svg │ ├── titlebutton-restore-active.svg │ ├── titlebutton-restore-backdrop-active.svg │ ├── titlebutton-restore-backdrop-hover.svg │ ├── titlebutton-restore-backdrop.svg │ ├── titlebutton-restore-hover.svg │ ├── titlebutton-restore.svg │ ├── titlebutton-shade-active.svg │ ├── titlebutton-shade-backdrop-active.svg │ ├── titlebutton-shade-backdrop.svg │ ├── titlebutton-shade-hover.svg │ ├── titlebutton-shade.svg │ ├── titlebutton-unshade-active.svg │ ├── titlebutton-unshade-backdrop-active.svg │ ├── titlebutton-unshade-backdrop.svg │ ├── titlebutton-unshade-hover.svg │ └── titlebutton-unshade.svg ├── install.sh ├── old_version ├── assets │ ├── titlebutton-close-active-alt.png │ ├── titlebutton-close-active-alt@2.png │ ├── titlebutton-close-active.png │ ├── titlebutton-close-active@2.png │ ├── titlebutton-close-alt.png │ ├── titlebutton-close-alt@2.png │ ├── titlebutton-close-backdrop-alt.png │ ├── titlebutton-close-backdrop-alt@2.png │ ├── titlebutton-close-backdrop-hover-alt.png │ ├── titlebutton-close-backdrop-hover-alt@2.png │ ├── titlebutton-close-backdrop-hover.png │ ├── titlebutton-close-backdrop-hover@2.png │ ├── titlebutton-close-backdrop.png │ ├── titlebutton-close-backdrop@2.png │ ├── titlebutton-close-hover-alt.png │ ├── titlebutton-close-hover-alt@2.png │ ├── titlebutton-close-hover.png │ ├── titlebutton-close-hover@2.png │ ├── titlebutton-close.png │ ├── titlebutton-close@2.png │ ├── titlebutton-maximize-active-alt.png │ ├── titlebutton-maximize-active-alt@2.png │ ├── titlebutton-maximize-active.png │ ├── titlebutton-maximize-active@2.png │ ├── titlebutton-maximize-alt.png │ ├── titlebutton-maximize-alt@2.png │ ├── titlebutton-maximize-backdrop-alt.png │ ├── titlebutton-maximize-backdrop-alt@2.png │ ├── titlebutton-maximize-backdrop-hover-alt.png │ ├── titlebutton-maximize-backdrop-hover-alt@2.png │ ├── titlebutton-maximize-backdrop-hover.png │ ├── titlebutton-maximize-backdrop-hover@2.png │ ├── titlebutton-maximize-backdrop.png │ ├── titlebutton-maximize-backdrop@2.png │ ├── titlebutton-maximize-hover-alt.png │ ├── titlebutton-maximize-hover-alt@2.png │ ├── titlebutton-maximize-hover.png │ ├── titlebutton-maximize-hover@2.png │ ├── titlebutton-maximize.png │ ├── titlebutton-maximize@2.png │ ├── titlebutton-minimize-active-alt.png │ ├── titlebutton-minimize-active-alt@2.png │ ├── titlebutton-minimize-active.png │ ├── titlebutton-minimize-active@2.png │ ├── titlebutton-minimize-alt.png │ ├── titlebutton-minimize-alt@2.png │ ├── titlebutton-minimize-backdrop-alt.png │ ├── titlebutton-minimize-backdrop-alt@2.png │ ├── titlebutton-minimize-backdrop-hover-alt.png │ ├── titlebutton-minimize-backdrop-hover-alt@2.png │ ├── titlebutton-minimize-backdrop-hover.png │ ├── titlebutton-minimize-backdrop-hover@2.png │ ├── titlebutton-minimize-backdrop.png │ ├── titlebutton-minimize-backdrop@2.png │ ├── titlebutton-minimize-hover-alt.png │ ├── titlebutton-minimize-hover-alt@2.png │ ├── titlebutton-minimize-hover.png │ ├── titlebutton-minimize-hover@2.png │ ├── titlebutton-minimize.png │ ├── titlebutton-minimize@2.png │ ├── titlebutton-restore-active-alt.png │ ├── titlebutton-restore-active-alt@2.png │ ├── titlebutton-restore-active.png │ ├── titlebutton-restore-active@2.png │ ├── titlebutton-restore-alt.png │ ├── titlebutton-restore-alt@2.png │ ├── titlebutton-restore-backdrop-alt.png │ ├── titlebutton-restore-backdrop-alt@2.png │ ├── titlebutton-restore-backdrop-hover-alt.png │ ├── titlebutton-restore-backdrop-hover-alt@2.png │ ├── titlebutton-restore-backdrop-hover.png │ ├── titlebutton-restore-backdrop-hover@2.png │ ├── titlebutton-restore-backdrop.png │ ├── titlebutton-restore-backdrop@2.png │ ├── titlebutton-restore-hover-alt.png │ ├── titlebutton-restore-hover-alt@2.png │ ├── titlebutton-restore-hover.png │ ├── titlebutton-restore-hover@2.png │ ├── titlebutton-restore.png │ └── titlebutton-restore@2.png └── gtk.css └── uninstall.sh /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2024 Arnis Kemlers 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # macos-titlebar 2 | 3 | GTK3 and GTK4 CSS stylesheet that apply MacOS style buttons over current GTK theme without changing it. Tested with `elementary OS` but should work with any Gnome desktop. 4 | 5 | **Night** 6 | 7 | ![Screenshot from 2021-11-04 17-29-06](https://user-images.githubusercontent.com/33252703/140376423-eb1c0f8a-de50-45eb-bd75-101bf5013b2d.png) 8 | 9 | 10 | **Day** 11 | 12 | 13 | ![Screenshot from 2021-11-04 17-29-21](https://user-images.githubusercontent.com/33252703/140376484-09f15c2c-98e6-4368-a1ef-d44f3cfb8ab3.png) 14 | 15 | 16 | ## Install 17 | 18 | ```sh 19 | sh install.sh 20 | ``` 21 | 22 | ## Customizing Button Styles 23 | 24 | To customize the button styles, you can modify the `gtk.css` files located at: 25 | 26 | - GTK3: `~/.config/gtk-3.0/gtk.css` 27 | - GTK4: `~/.config/gtk-4.0/gtk.css` 28 | 29 | ## Flatpak theming 30 | 31 | Run this command to override `xdg-config` and have buttons themed for flatpak apps: 32 | 33 | ```sh 34 | flatpak override --user --filesystem=xdg-config/gtk-3.0:ro 35 | flatpak override --user --filesystem=xdg-config/gtk-4.0:ro 36 | ``` 37 | 38 | To have entire elementary theme for flatpak apps you have to install current theme as flatpak app. To do that use [stylepak](https://github.com/refi64/stylepak) bash script. 39 | 40 | There still might be some apps that will ignore it, but majority will work fine. Logout or reboot to apply changes. 41 | 42 | ## To uninstall 43 | 44 | ```sh 45 | sh uninstall.sh 46 | ``` 47 | 48 | To remove flatpak themes: 49 | ```bash 50 | flatpak uninstall 51 | ``` 52 | 53 | ## License 54 | 55 | This project is licensed under the MIT License 56 | -------------------------------------------------------------------------------- /gtk-3.0/fixes.css: -------------------------------------------------------------------------------- 1 | /*(((((((((( Other fixes ))))))))))))*/ 2 | 3 | /* Geary fixes*/ 4 | 5 | .geary-main-layout treeview.sidebar 6 | { 7 | padding: 4px; 8 | } 9 | 10 | .view:selected { 11 | /*background-color: #1a73e8;*/ 12 | background-color: #4594fd; /* #3281ea, rgb(50,129,234) */ 13 | color: white; 14 | } 15 | 16 | row:selected.activatable.conversation-list { 17 | /*border-radius: 12px;*/ 18 | background-color: #4594fd; /*rgb(50,129,234)*/ 19 | color: rgb(255,255,255); 20 | } 21 | 22 | row:selected label { 23 | color: rgb(255,255,255); 24 | } 25 | 26 | row:selected:not(:hover) image { 27 | color: #4594fd; /*rgb(50,129,234)*/ 28 | } 29 | 30 | row:selected:hover image { 31 | color: rgb(255,255,255); 32 | } 33 | 34 | label.tertiary.preview { 35 | font-size: 10pt; 36 | } 37 | 38 | window > decoration { 39 | border-radius: 12px; 40 | } 41 | -------------------------------------------------------------------------------- /gtk-3.0/gtk.css: -------------------------------------------------------------------------------- 1 | /* Uncomment the desired button style and comment out the others */ 2 | 3 | /* Default macOS style */ 4 | @import 'titlebuttons.css';/**/ 5 | 6 | /* Alternative macOS style */ 7 | /*@import 'titlebuttons-alt.css';/**/ 8 | 9 | /* PNG-based button style */ 10 | /*@import 'titlebuttons-png.css';/**/ 11 | 12 | @import 'fixes.css';/**/ 13 | -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-alt/.directory: -------------------------------------------------------------------------------- 1 | [Dolphin] 2 | Timestamp=2023,5,3,11,18,7.298 3 | Version=4 4 | -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-alt/button-close-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 13 | 15 | 34 | 39 | 47 | 52 | 55 | 60 | 65 | 66 | 67 | 68 | 69 | -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-alt/button-close-backdrop.svg: -------------------------------------------------------------------------------- 1 | 2 | 13 | 15 | 34 | 39 | 47 | 52 | 55 | 60 | 65 | 66 | 67 | 68 | 69 | -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-alt/button-close.svg: -------------------------------------------------------------------------------- 1 | 2 | 13 | 15 | 34 | 39 | 47 | 52 | 55 | 60 | 65 | 66 | 67 | 68 | 69 | -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-alt/button-maximize-backdrop.svg: -------------------------------------------------------------------------------- 1 | 2 | 13 | 15 | 34 | 39 | 47 | 52 | 55 | 60 | 65 | 66 | 67 | 68 | 69 | -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-alt/button-maximize.svg: -------------------------------------------------------------------------------- 1 | 2 | 13 | 15 | 34 | 39 | 47 | 52 | 55 | 60 | 65 | 66 | 67 | 68 | 69 | -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-alt/button-minimize-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 13 | 15 | 34 | 39 | 47 | 52 | 55 | 60 | 68 | 69 | 70 | 71 | 72 | -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-alt/button-minimize-backdrop.svg: -------------------------------------------------------------------------------- 1 | 2 | 13 | 15 | 34 | 39 | 47 | 52 | 55 | 60 | 65 | 66 | 67 | 68 | 69 | -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-alt/button-minimize.svg: -------------------------------------------------------------------------------- 1 | 2 | 13 | 15 | 34 | 39 | 47 | 52 | 55 | 60 | 65 | 66 | 67 | 68 | 69 | -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-alt/button-restore-backdrop.svg: -------------------------------------------------------------------------------- 1 | 2 | 13 | 15 | 34 | 39 | 47 | 52 | 55 | 60 | 65 | 66 | 67 | 68 | 69 | -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-alt/button-restore.svg: -------------------------------------------------------------------------------- 1 | 2 | 13 | 15 | 34 | 39 | 47 | 52 | 55 | 60 | 65 | 66 | 67 | 68 | 69 | -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-close-active-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-close-active-dark.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-close-active-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-close-active-dark@2.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-close-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-close-active.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-close-active@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-close-active@2.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-close-backdrop-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-close-backdrop-dark.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-close-backdrop-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-close-backdrop-dark@2.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-close-backdrop-hover-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-close-backdrop-hover-dark.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-close-backdrop-hover-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-close-backdrop-hover-dark@2.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-close-backdrop-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-close-backdrop-hover.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-close-backdrop-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-close-backdrop-hover@2.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-close-backdrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-close-backdrop.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-close-backdrop@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-close-backdrop@2.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-close-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-close-dark.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-close-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-close-dark@2.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-close-hover-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-close-hover-dark.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-close-hover-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-close-hover-dark@2.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-close-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-close-hover.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-close-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-close-hover@2.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-close.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-close@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-close@2.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-maximize-active-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-maximize-active-dark.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-maximize-active-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-maximize-active-dark@2.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-maximize-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-maximize-active.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-maximize-active@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-maximize-active@2.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-maximize-backdrop-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-maximize-backdrop-dark.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-maximize-backdrop-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-maximize-backdrop-dark@2.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-maximize-backdrop-hover-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-maximize-backdrop-hover-dark.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-maximize-backdrop-hover-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-maximize-backdrop-hover-dark@2.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-maximize-backdrop-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-maximize-backdrop-hover.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-maximize-backdrop-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-maximize-backdrop-hover@2.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-maximize-backdrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-maximize-backdrop.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-maximize-backdrop@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-maximize-backdrop@2.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-maximize-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-maximize-dark.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-maximize-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-maximize-dark@2.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-maximize-hover-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-maximize-hover-dark.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-maximize-hover-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-maximize-hover-dark@2.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-maximize-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-maximize-hover.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-maximize-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-maximize-hover@2.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-maximize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-maximize.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-maximize@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-maximize@2.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-minimize-active-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-minimize-active-dark.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-minimize-active-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-minimize-active-dark@2.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-minimize-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-minimize-active.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-minimize-active@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-minimize-active@2.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-minimize-backdrop-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-minimize-backdrop-dark.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-minimize-backdrop-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-minimize-backdrop-dark@2.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-minimize-backdrop-hover-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-minimize-backdrop-hover-dark.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-minimize-backdrop-hover-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-minimize-backdrop-hover-dark@2.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-minimize-backdrop-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-minimize-backdrop-hover.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-minimize-backdrop-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-minimize-backdrop-hover@2.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-minimize-backdrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-minimize-backdrop.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-minimize-backdrop@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-minimize-backdrop@2.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-minimize-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-minimize-dark.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-minimize-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-minimize-dark@2.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-minimize-hover-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-minimize-hover-dark.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-minimize-hover-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-minimize-hover-dark@2.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-minimize-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-minimize-hover.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-minimize-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-minimize-hover@2.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-minimize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-minimize.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-minimize@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-minimize@2.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-restore-active-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-restore-active-dark.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-restore-active-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-restore-active-dark@2.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-restore-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-restore-active.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-restore-active@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-restore-active@2.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-restore-backdrop-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-restore-backdrop-dark.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-restore-backdrop-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-restore-backdrop-dark@2.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-restore-backdrop-hover-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-restore-backdrop-hover-dark.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-restore-backdrop-hover-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-restore-backdrop-hover-dark@2.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-restore-backdrop-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-restore-backdrop-hover.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-restore-backdrop-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-restore-backdrop-hover@2.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-restore-backdrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-restore-backdrop.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-restore-backdrop@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-restore-backdrop@2.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-restore-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-restore-dark.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-restore-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-restore-dark@2.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-restore-hover-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-restore-hover-dark.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-restore-hover-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-restore-hover-dark@2.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-restore-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-restore-hover.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-restore-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-restore-hover@2.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-restore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-restore.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons-png/titlebutton-restore@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-3.0/titlebuttons-png/titlebutton-restore@2.png -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons/titlebutton-close-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons/titlebutton-close-backdrop-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons/titlebutton-close-backdrop-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons/titlebutton-close-backdrop.svg: -------------------------------------------------------------------------------- 1 | 2 | 13 | 15 | 34 | 39 | 47 | 52 | 55 | 60 | 65 | 66 | 67 | 68 | 69 | -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons/titlebutton-close-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons/titlebutton-close.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons/titlebutton-maximize-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons/titlebutton-maximize-backdrop-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons/titlebutton-maximize-backdrop-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons/titlebutton-maximize-backdrop.svg: -------------------------------------------------------------------------------- 1 | 2 | 13 | 15 | 34 | 39 | 47 | 52 | 55 | 60 | 65 | 66 | 67 | 68 | 69 | -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons/titlebutton-maximize-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons/titlebutton-maximize.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons/titlebutton-minimize-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons/titlebutton-minimize-backdrop-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons/titlebutton-minimize-backdrop-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons/titlebutton-minimize-backdrop.svg: -------------------------------------------------------------------------------- 1 | 2 | 13 | 15 | 34 | 39 | 47 | 52 | 55 | 60 | 65 | 66 | 67 | 68 | 69 | -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons/titlebutton-minimize-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons/titlebutton-minimize.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons/titlebutton-restore-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons/titlebutton-restore-backdrop-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons/titlebutton-restore-backdrop-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons/titlebutton-restore-backdrop.svg: -------------------------------------------------------------------------------- 1 | 2 | 13 | 15 | 34 | 39 | 47 | 52 | 55 | 60 | 65 | 66 | 67 | 68 | 69 | -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons/titlebutton-restore-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons/titlebutton-restore.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons/titlebutton-shade-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons/titlebutton-shade-backdrop-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons/titlebutton-shade-backdrop.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons/titlebutton-shade-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons/titlebutton-shade.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons/titlebutton-unshade-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons/titlebutton-unshade-backdrop-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons/titlebutton-unshade-backdrop.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons/titlebutton-unshade-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /gtk-3.0/titlebuttons/titlebutton-unshade.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /gtk-4.0/fixes.css: -------------------------------------------------------------------------------- 1 | /* Geary fixes*/ 2 | 3 | row:selected.activatable.conversation-list { 4 | border-radius: 12px; 5 | background-color: #4594fd; /* rgb(50,129,234)*/ 6 | color: rgb(255,255,255); 7 | } 8 | row:hover.activatable.conversation-list { 9 | border-radius: 12px; 10 | } 11 | row:selected label { 12 | color: rgb(255,255,255); 13 | } 14 | row:selected:not(:hover) image { 15 | color: #4594fd; /* rgb(50,129,234)*/ 16 | } 17 | row:selected:hover image { 18 | color: rgb(255,255,255); 19 | } 20 | label.tertiary.preview { 21 | font-size: 10pt; 22 | } 23 | window > decoration { 24 | border-radius: 12px; 25 | } 26 | -------------------------------------------------------------------------------- /gtk-4.0/gtk.css: -------------------------------------------------------------------------------- 1 | /* Uncomment the desired button style and comment out the others */ 2 | 3 | /* Default macOS style */ 4 | @import 'titlebuttons.css';/**/ 5 | 6 | /* Alternative macOS style */ 7 | /*@import 'titlebuttons-alt.css';/**/ 8 | 9 | /* PNG-based button style */ 10 | /*@import 'titlebuttons-png.css';/**/ 11 | 12 | @import 'fixes.css';/**/ 13 | -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-alt/.directory: -------------------------------------------------------------------------------- 1 | [Dolphin] 2 | Timestamp=2023,5,3,11,18,7.298 3 | Version=4 4 | -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-alt/button-close-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 13 | 15 | 34 | 39 | 47 | 52 | 55 | 60 | 65 | 66 | 67 | 68 | 69 | -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-alt/button-close-backdrop.svg: -------------------------------------------------------------------------------- 1 | 2 | 13 | 15 | 34 | 39 | 47 | 52 | 55 | 60 | 65 | 66 | 67 | 68 | 69 | -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-alt/button-close.svg: -------------------------------------------------------------------------------- 1 | 2 | 13 | 15 | 34 | 39 | 47 | 52 | 55 | 60 | 65 | 66 | 67 | 68 | 69 | -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-alt/button-maximize-backdrop.svg: -------------------------------------------------------------------------------- 1 | 2 | 13 | 15 | 34 | 39 | 47 | 52 | 55 | 60 | 65 | 66 | 67 | 68 | 69 | -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-alt/button-maximize.svg: -------------------------------------------------------------------------------- 1 | 2 | 13 | 15 | 34 | 39 | 47 | 52 | 55 | 60 | 65 | 66 | 67 | 68 | 69 | -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-alt/button-minimize-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 13 | 15 | 34 | 39 | 47 | 52 | 55 | 60 | 68 | 69 | 70 | 71 | 72 | -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-alt/button-minimize-backdrop.svg: -------------------------------------------------------------------------------- 1 | 2 | 13 | 15 | 34 | 39 | 47 | 52 | 55 | 60 | 65 | 66 | 67 | 68 | 69 | -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-alt/button-minimize.svg: -------------------------------------------------------------------------------- 1 | 2 | 13 | 15 | 34 | 39 | 47 | 52 | 55 | 60 | 65 | 66 | 67 | 68 | 69 | -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-alt/button-restore-backdrop.svg: -------------------------------------------------------------------------------- 1 | 2 | 13 | 15 | 34 | 39 | 47 | 52 | 55 | 60 | 65 | 66 | 67 | 68 | 69 | -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-alt/button-restore.svg: -------------------------------------------------------------------------------- 1 | 2 | 13 | 15 | 34 | 39 | 47 | 52 | 55 | 60 | 65 | 66 | 67 | 68 | 69 | -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-close-active-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-close-active-dark.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-close-active-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-close-active-dark@2.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-close-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-close-active.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-close-active@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-close-active@2.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-close-backdrop-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-close-backdrop-dark.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-close-backdrop-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-close-backdrop-dark@2.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-close-backdrop-hover-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-close-backdrop-hover-dark.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-close-backdrop-hover-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-close-backdrop-hover-dark@2.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-close-backdrop-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-close-backdrop-hover.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-close-backdrop-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-close-backdrop-hover@2.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-close-backdrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-close-backdrop.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-close-backdrop@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-close-backdrop@2.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-close-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-close-dark.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-close-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-close-dark@2.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-close-hover-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-close-hover-dark.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-close-hover-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-close-hover-dark@2.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-close-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-close-hover.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-close-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-close-hover@2.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-close.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-close@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-close@2.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-maximize-active-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-maximize-active-dark.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-maximize-active-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-maximize-active-dark@2.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-maximize-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-maximize-active.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-maximize-active@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-maximize-active@2.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-maximize-backdrop-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-maximize-backdrop-dark.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-maximize-backdrop-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-maximize-backdrop-dark@2.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-maximize-backdrop-hover-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-maximize-backdrop-hover-dark.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-maximize-backdrop-hover-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-maximize-backdrop-hover-dark@2.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-maximize-backdrop-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-maximize-backdrop-hover.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-maximize-backdrop-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-maximize-backdrop-hover@2.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-maximize-backdrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-maximize-backdrop.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-maximize-backdrop@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-maximize-backdrop@2.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-maximize-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-maximize-dark.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-maximize-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-maximize-dark@2.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-maximize-hover-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-maximize-hover-dark.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-maximize-hover-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-maximize-hover-dark@2.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-maximize-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-maximize-hover.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-maximize-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-maximize-hover@2.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-maximize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-maximize.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-maximize@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-maximize@2.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-minimize-active-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-minimize-active-dark.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-minimize-active-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-minimize-active-dark@2.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-minimize-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-minimize-active.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-minimize-active@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-minimize-active@2.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-minimize-backdrop-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-minimize-backdrop-dark.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-minimize-backdrop-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-minimize-backdrop-dark@2.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-minimize-backdrop-hover-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-minimize-backdrop-hover-dark.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-minimize-backdrop-hover-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-minimize-backdrop-hover-dark@2.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-minimize-backdrop-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-minimize-backdrop-hover.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-minimize-backdrop-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-minimize-backdrop-hover@2.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-minimize-backdrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-minimize-backdrop.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-minimize-backdrop@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-minimize-backdrop@2.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-minimize-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-minimize-dark.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-minimize-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-minimize-dark@2.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-minimize-hover-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-minimize-hover-dark.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-minimize-hover-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-minimize-hover-dark@2.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-minimize-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-minimize-hover.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-minimize-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-minimize-hover@2.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-minimize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-minimize.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-minimize@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-minimize@2.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-restore-active-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-restore-active-dark.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-restore-active-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-restore-active-dark@2.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-restore-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-restore-active.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-restore-active@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-restore-active@2.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-restore-backdrop-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-restore-backdrop-dark.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-restore-backdrop-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-restore-backdrop-dark@2.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-restore-backdrop-hover-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-restore-backdrop-hover-dark.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-restore-backdrop-hover-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-restore-backdrop-hover-dark@2.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-restore-backdrop-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-restore-backdrop-hover.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-restore-backdrop-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-restore-backdrop-hover@2.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-restore-backdrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-restore-backdrop.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-restore-backdrop@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-restore-backdrop@2.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-restore-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-restore-dark.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-restore-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-restore-dark@2.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-restore-hover-dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-restore-hover-dark.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-restore-hover-dark@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-restore-hover-dark@2.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-restore-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-restore-hover.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-restore-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-restore-hover@2.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-restore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-restore.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons-png/titlebutton-restore@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/gtk-4.0/titlebuttons-png/titlebutton-restore@2.png -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons/titlebutton-close-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons/titlebutton-close-backdrop-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons/titlebutton-close-backdrop-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons/titlebutton-close-backdrop.svg: -------------------------------------------------------------------------------- 1 | 2 | 13 | 15 | 34 | 39 | 47 | 52 | 55 | 60 | 65 | 66 | 67 | 68 | 69 | -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons/titlebutton-close-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons/titlebutton-close.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons/titlebutton-maximize-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons/titlebutton-maximize-backdrop-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons/titlebutton-maximize-backdrop-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons/titlebutton-maximize-backdrop.svg: -------------------------------------------------------------------------------- 1 | 2 | 13 | 15 | 34 | 39 | 47 | 52 | 55 | 60 | 65 | 66 | 67 | 68 | 69 | -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons/titlebutton-maximize-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons/titlebutton-maximize.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons/titlebutton-minimize-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons/titlebutton-minimize-backdrop-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons/titlebutton-minimize-backdrop-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons/titlebutton-minimize-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons/titlebutton-minimize.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons/titlebutton-restore-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons/titlebutton-restore-backdrop-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons/titlebutton-restore-backdrop-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons/titlebutton-restore-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons/titlebutton-restore.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons/titlebutton-shade-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons/titlebutton-shade-backdrop-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons/titlebutton-shade-backdrop.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons/titlebutton-shade-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons/titlebutton-shade.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons/titlebutton-unshade-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons/titlebutton-unshade-backdrop-active.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons/titlebutton-unshade-backdrop.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons/titlebutton-unshade-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /gtk-4.0/titlebuttons/titlebutton-unshade.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | # Backup GTK config folders if they exist 4 | for dir in gtk-3.0 gtk-4.0; do 5 | if [ -d "$HOME/.config/$dir" ]; then 6 | mv "$HOME/.config/$dir" "$HOME/.config/$dir.bak" 7 | echo "Backed up $HOME/.config/$dir to $HOME/.config/$dir.bak" 8 | fi 9 | done 10 | 11 | # Copy new GTK configuration files 12 | cp -r gtk-3.0 gtk-4.0 "$HOME/.config/" 13 | 14 | # Set window controls to the left 15 | gsettings set org.gnome.desktop.wm.preferences button-layout 'close,minimize,maximize:' 16 | 17 | echo "Installation complete. Please log out and log back in to apply changes." 18 | -------------------------------------------------------------------------------- /old_version/assets/titlebutton-close-active-alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-close-active-alt.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-close-active-alt@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-close-active-alt@2.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-close-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-close-active.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-close-active@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-close-active@2.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-close-alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-close-alt.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-close-alt@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-close-alt@2.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-close-backdrop-alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-close-backdrop-alt.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-close-backdrop-alt@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-close-backdrop-alt@2.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-close-backdrop-hover-alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-close-backdrop-hover-alt.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-close-backdrop-hover-alt@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-close-backdrop-hover-alt@2.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-close-backdrop-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-close-backdrop-hover.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-close-backdrop-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-close-backdrop-hover@2.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-close-backdrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-close-backdrop.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-close-backdrop@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-close-backdrop@2.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-close-hover-alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-close-hover-alt.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-close-hover-alt@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-close-hover-alt@2.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-close-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-close-hover.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-close-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-close-hover@2.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-close.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-close@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-close@2.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-maximize-active-alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-maximize-active-alt.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-maximize-active-alt@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-maximize-active-alt@2.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-maximize-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-maximize-active.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-maximize-active@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-maximize-active@2.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-maximize-alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-maximize-alt.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-maximize-alt@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-maximize-alt@2.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-maximize-backdrop-alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-maximize-backdrop-alt.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-maximize-backdrop-alt@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-maximize-backdrop-alt@2.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-maximize-backdrop-hover-alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-maximize-backdrop-hover-alt.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-maximize-backdrop-hover-alt@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-maximize-backdrop-hover-alt@2.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-maximize-backdrop-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-maximize-backdrop-hover.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-maximize-backdrop-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-maximize-backdrop-hover@2.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-maximize-backdrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-maximize-backdrop.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-maximize-backdrop@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-maximize-backdrop@2.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-maximize-hover-alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-maximize-hover-alt.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-maximize-hover-alt@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-maximize-hover-alt@2.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-maximize-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-maximize-hover.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-maximize-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-maximize-hover@2.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-maximize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-maximize.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-maximize@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-maximize@2.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-minimize-active-alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-minimize-active-alt.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-minimize-active-alt@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-minimize-active-alt@2.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-minimize-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-minimize-active.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-minimize-active@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-minimize-active@2.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-minimize-alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-minimize-alt.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-minimize-alt@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-minimize-alt@2.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-minimize-backdrop-alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-minimize-backdrop-alt.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-minimize-backdrop-alt@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-minimize-backdrop-alt@2.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-minimize-backdrop-hover-alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-minimize-backdrop-hover-alt.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-minimize-backdrop-hover-alt@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-minimize-backdrop-hover-alt@2.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-minimize-backdrop-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-minimize-backdrop-hover.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-minimize-backdrop-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-minimize-backdrop-hover@2.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-minimize-backdrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-minimize-backdrop.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-minimize-backdrop@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-minimize-backdrop@2.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-minimize-hover-alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-minimize-hover-alt.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-minimize-hover-alt@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-minimize-hover-alt@2.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-minimize-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-minimize-hover.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-minimize-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-minimize-hover@2.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-minimize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-minimize.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-minimize@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-minimize@2.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-restore-active-alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-restore-active-alt.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-restore-active-alt@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-restore-active-alt@2.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-restore-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-restore-active.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-restore-active@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-restore-active@2.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-restore-alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-restore-alt.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-restore-alt@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-restore-alt@2.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-restore-backdrop-alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-restore-backdrop-alt.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-restore-backdrop-alt@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-restore-backdrop-alt@2.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-restore-backdrop-hover-alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-restore-backdrop-hover-alt.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-restore-backdrop-hover-alt@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-restore-backdrop-hover-alt@2.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-restore-backdrop-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-restore-backdrop-hover.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-restore-backdrop-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-restore-backdrop-hover@2.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-restore-backdrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-restore-backdrop.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-restore-backdrop@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-restore-backdrop@2.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-restore-hover-alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-restore-hover-alt.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-restore-hover-alt@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-restore-hover-alt@2.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-restore-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-restore-hover.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-restore-hover@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-restore-hover@2.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-restore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-restore.png -------------------------------------------------------------------------------- /old_version/assets/titlebutton-restore@2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kem-a/macos-titlebar/328f33a3de7f63be643dae056aafd11e983e079f/old_version/assets/titlebutton-restore@2.png -------------------------------------------------------------------------------- /uninstall.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | # Restore GTK config folders from backups or remove them if no backup exists 4 | for dir in gtk-3.0 gtk-4.0; do 5 | if [ -d "$HOME/.config/$dir.bak" ]; then 6 | rm -rf "$HOME/.config/$dir" 7 | mv "$HOME/.config/$dir.bak" "$HOME/.config/$dir" 8 | echo "Restored $HOME/.config/$dir from backup" 9 | else 10 | if [ -d "$HOME/.config/$dir" ]; then 11 | rm -rf "$HOME/.config/$dir" 12 | echo "Removed $HOME/.config/$dir" 13 | fi 14 | fi 15 | done 16 | 17 | # Reset window controls to default 18 | gsettings set org.gnome.desktop.wm.preferences button-layout 'close:maximize' 19 | 20 | echo "Uninstallation complete. Please log out and log back in to apply changes." 21 | --------------------------------------------------------------------------------