├── .gitignore ├── screenshots ├── Crux.png ├── Esco.png ├── Adwaita.png ├── Atlanta.png ├── Bright.png ├── Metabox.png ├── Simple.png ├── Crux-Left.png ├── Mint-Y-BB.png ├── AgingGorilla.png ├── Mint-Y-VBB.png ├── High-Contrast.png ├── Mint-Y-Dark-BB.png ├── Cinnamox-Colours.png └── Mint-Y-Dark-VBB.png ├── files ├── Simple │ ├── metacity-1 │ │ ├── close.png │ │ ├── maximize.png │ │ ├── maximized.png │ │ ├── minimize.png │ │ └── thumbnail.png │ └── index.theme ├── Crux │ ├── metacity-1 │ │ ├── thumbnail.png │ │ ├── active-button.png │ │ ├── inactive-button.png │ │ ├── active-above-button.png │ │ ├── active-close-button.png │ │ ├── active-left-border.png │ │ ├── active-menu-button.png │ │ ├── active-right-border.png │ │ ├── active-shade-button.png │ │ ├── active-stick-button.png │ │ ├── active-button-prelight.png │ │ ├── active-button-pressed.png │ │ ├── active-left-top-border.png │ │ ├── active-maximize-button.png │ │ ├── active-minimize-button.png │ │ ├── active-restore-button.png │ │ ├── active-top-center-left.png │ │ ├── active-top-left-border.png │ │ ├── active-top-left-corner.png │ │ ├── active-unabove-button.png │ │ ├── active-unshade-button.png │ │ ├── active-unstick-button.png │ │ ├── inactive-above-button.png │ │ ├── inactive-close-button.png │ │ ├── inactive-left-border.png │ │ ├── inactive-menu-button.png │ │ ├── inactive-right-border.png │ │ ├── inactive-shade-button.png │ │ ├── inactive-stick-button.png │ │ ├── active-right-top-border.png │ │ ├── active-top-center-right.png │ │ ├── active-top-right-border.png │ │ ├── active-top-right-corner.png │ │ ├── inactive-button-prelight.png │ │ ├── inactive-button-pressed.png │ │ ├── inactive-left-top-border.png │ │ ├── inactive-maximize-button.png │ │ ├── inactive-minimize-button.png │ │ ├── inactive-restore-button.png │ │ ├── inactive-top-center-left.png │ │ ├── inactive-top-center-mid.png │ │ ├── inactive-top-left-border.png │ │ ├── inactive-top-left-corner.png │ │ ├── inactive-top-mid-border.png │ │ ├── inactive-unabove-button.png │ │ ├── inactive-unshade-button.png │ │ ├── inactive-unstick-button.png │ │ ├── active-bottom-left-border.png │ │ ├── active-bottom-left-corner.png │ │ ├── active-bottom-right-border.png │ │ ├── active-bottom-right-corner.png │ │ ├── active-menu-button-prelight.png │ │ ├── active-menu-button-pressed.png │ │ ├── active-top-center-mid-left.png │ │ ├── active-top-center-mid-right.png │ │ ├── active-top-mid-left-border.png │ │ ├── active-top-mid-right-border.png │ │ ├── inactive-bottom-left-border.png │ │ ├── inactive-bottom-left-corner.png │ │ ├── inactive-bottom-mid-border.png │ │ ├── inactive-right-top-border.png │ │ ├── inactive-top-center-right.png │ │ ├── inactive-top-right-border.png │ │ ├── inactive-top-right-corner.png │ │ ├── active-border-top-left-border.png │ │ ├── active-bottom-mid-left-border.png │ │ ├── active-left-top-border-shaded.png │ │ ├── inactive-bottom-right-border.png │ │ ├── inactive-bottom-right-corner.png │ │ ├── inactive-menu-button-prelight.png │ │ ├── inactive-menu-button-pressed.png │ │ ├── active-border-top-right-border.png │ │ ├── active-bottom-mid-right-border.png │ │ ├── active-right-top-border-shaded.png │ │ ├── inactive-border-top-left-border.png │ │ ├── inactive-border-top-right-border.png │ │ ├── inactive-left-top-border-shaded.png │ │ └── inactive-right-top-border-shaded.png │ └── index.theme ├── Esco │ ├── metacity-1 │ │ └── thumbnail.png │ └── index.theme ├── Adwaita │ ├── metacity-1 │ │ └── thumbnail.png │ └── index.theme ├── Atlanta │ ├── metacity-1 │ │ └── thumbnail.png │ └── index.theme ├── Bright │ ├── metacity-1 │ │ └── thumbnail.png │ └── index.theme ├── Metabox │ ├── metacity-1 │ │ └── thumbnail.png │ └── index.theme ├── Crux-Left │ ├── metacity-1 │ │ ├── thumbnail.png │ │ ├── active-button.png │ │ ├── inactive-button.png │ │ ├── active-above-button.png │ │ ├── active-close-button.png │ │ ├── active-left-border.png │ │ ├── active-menu-button.png │ │ ├── active-right-border.png │ │ ├── active-shade-button.png │ │ ├── active-stick-button.png │ │ ├── active-button-prelight.png │ │ ├── active-button-pressed.png │ │ ├── active-left-top-border.png │ │ ├── active-maximize-button.png │ │ ├── active-minimize-button.png │ │ ├── active-restore-button.png │ │ ├── active-top-center-left.png │ │ ├── active-top-left-border.png │ │ ├── active-top-left-corner.png │ │ ├── active-unabove-button.png │ │ ├── active-unshade-button.png │ │ ├── active-unstick-button.png │ │ ├── inactive-above-button.png │ │ ├── inactive-close-button.png │ │ ├── inactive-left-border.png │ │ ├── inactive-menu-button.png │ │ ├── inactive-right-border.png │ │ ├── inactive-shade-button.png │ │ ├── inactive-stick-button.png │ │ ├── active-right-top-border.png │ │ ├── active-top-center-right.png │ │ ├── active-top-right-border.png │ │ ├── active-top-right-corner.png │ │ ├── inactive-button-prelight.png │ │ ├── inactive-button-pressed.png │ │ ├── inactive-left-top-border.png │ │ ├── inactive-maximize-button.png │ │ ├── inactive-minimize-button.png │ │ ├── inactive-restore-button.png │ │ ├── inactive-top-center-left.png │ │ ├── inactive-top-center-mid.png │ │ ├── inactive-top-left-border.png │ │ ├── inactive-top-left-corner.png │ │ ├── inactive-top-mid-border.png │ │ ├── inactive-unabove-button.png │ │ ├── inactive-unshade-button.png │ │ ├── inactive-unstick-button.png │ │ ├── active-bottom-left-border.png │ │ ├── active-bottom-left-corner.png │ │ ├── active-bottom-right-border.png │ │ ├── active-bottom-right-corner.png │ │ ├── active-menu-button-prelight.png │ │ ├── active-menu-button-pressed.png │ │ ├── active-top-center-mid-left.png │ │ ├── active-top-center-mid-right.png │ │ ├── active-top-mid-left-border.png │ │ ├── active-top-mid-right-border.png │ │ ├── inactive-bottom-left-border.png │ │ ├── inactive-bottom-left-corner.png │ │ ├── inactive-bottom-mid-border.png │ │ ├── inactive-right-top-border.png │ │ ├── inactive-top-center-right.png │ │ ├── inactive-top-right-border.png │ │ ├── inactive-top-right-corner.png │ │ ├── active-border-top-left-border.png │ │ ├── active-bottom-mid-left-border.png │ │ ├── active-left-top-border-shaded.png │ │ ├── inactive-bottom-right-border.png │ │ ├── inactive-bottom-right-corner.png │ │ ├── inactive-menu-button-prelight.png │ │ ├── inactive-menu-button-pressed.png │ │ ├── active-border-top-right-border.png │ │ ├── active-bottom-mid-right-border.png │ │ ├── active-right-top-border-shaded.png │ │ ├── inactive-border-top-left-border.png │ │ ├── inactive-border-top-right-border.png │ │ ├── inactive-left-top-border-shaded.png │ │ └── inactive-right-top-border-shaded.png │ └── index.theme ├── Mint-Y-BB │ ├── metacity-1 │ │ ├── thumbnail.png │ │ ├── unshade-icon.svg │ │ ├── stick-icon.svg │ │ ├── menu-icon.svg │ │ ├── max-icon.svg │ │ ├── shade-icon.svg │ │ ├── min-icon.svg │ │ ├── unstick-icon.svg │ │ ├── button-bg.svg │ │ ├── button-border.svg │ │ └── close-icon.svg │ └── index.theme ├── AgingGorilla │ ├── metacity-1 │ │ ├── thumbnail.png │ │ ├── active-button.png │ │ ├── active-close-button.png │ │ ├── active-menu-button.png │ │ ├── inactive-close-button.png │ │ ├── inactive-menu-button.png │ │ ├── active-close-menu-icon.png │ │ ├── active-maximize-button.png │ │ ├── active-minimize-button.png │ │ ├── inactive-maximize-button.png │ │ ├── inactive-minimize-button.png │ │ ├── active-maximize-menu-icon.png │ │ └── active-minimize-menu-icon.png │ └── index.theme ├── HighContrast │ ├── metacity-1 │ │ └── thumbnail.png │ └── index.theme ├── Mint-Y-VBB │ ├── metacity-1 │ │ ├── thumbnail.png │ │ ├── unshade-icon.svg │ │ ├── stick-icon.svg │ │ ├── menu-icon.svg │ │ ├── max-icon.svg │ │ ├── shade-icon.svg │ │ ├── min-icon.svg │ │ ├── unstick-icon.svg │ │ ├── button-bg.svg │ │ ├── button-border.svg │ │ └── close-icon.svg │ └── index.theme ├── Mint-Y-Dark-BB │ ├── metacity-1 │ │ ├── thumbnail.png │ │ ├── unshade-icon.svg │ │ ├── stick-icon.svg │ │ ├── menu-icon.svg │ │ ├── max-icon.svg │ │ ├── shade-icon.svg │ │ ├── min-icon.svg │ │ ├── unstick-icon.svg │ │ ├── button-bg.svg │ │ ├── button-border.svg │ │ └── close-icon.svg │ └── index.theme ├── Cinnamox-Colours │ ├── metacity-1 │ │ └── thumbnail.png │ ├── index.theme │ └── scripts │ │ └── cinnamox_titlebar_button_size.sh └── Mint-Y-Dark-VBB │ ├── metacity-1 │ ├── thumbnail.png │ ├── unshade-icon.svg │ ├── stick-icon.svg │ ├── menu-icon.svg │ ├── max-icon.svg │ ├── shade-icon.svg │ ├── min-icon.svg │ ├── unstick-icon.svg │ ├── button-bg.svg │ └── button-border.svg │ └── index.theme └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | zips/ 2 | -------------------------------------------------------------------------------- /screenshots/Crux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/screenshots/Crux.png -------------------------------------------------------------------------------- /screenshots/Esco.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/screenshots/Esco.png -------------------------------------------------------------------------------- /screenshots/Adwaita.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/screenshots/Adwaita.png -------------------------------------------------------------------------------- /screenshots/Atlanta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/screenshots/Atlanta.png -------------------------------------------------------------------------------- /screenshots/Bright.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/screenshots/Bright.png -------------------------------------------------------------------------------- /screenshots/Metabox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/screenshots/Metabox.png -------------------------------------------------------------------------------- /screenshots/Simple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/screenshots/Simple.png -------------------------------------------------------------------------------- /screenshots/Crux-Left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/screenshots/Crux-Left.png -------------------------------------------------------------------------------- /screenshots/Mint-Y-BB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/screenshots/Mint-Y-BB.png -------------------------------------------------------------------------------- /screenshots/AgingGorilla.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/screenshots/AgingGorilla.png -------------------------------------------------------------------------------- /screenshots/Mint-Y-VBB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/screenshots/Mint-Y-VBB.png -------------------------------------------------------------------------------- /screenshots/High-Contrast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/screenshots/High-Contrast.png -------------------------------------------------------------------------------- /screenshots/Mint-Y-Dark-BB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/screenshots/Mint-Y-Dark-BB.png -------------------------------------------------------------------------------- /files/Simple/metacity-1/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Simple/metacity-1/close.png -------------------------------------------------------------------------------- /screenshots/Cinnamox-Colours.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/screenshots/Cinnamox-Colours.png -------------------------------------------------------------------------------- /screenshots/Mint-Y-Dark-VBB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/screenshots/Mint-Y-Dark-VBB.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/thumbnail.png -------------------------------------------------------------------------------- /files/Esco/metacity-1/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Esco/metacity-1/thumbnail.png -------------------------------------------------------------------------------- /files/Adwaita/metacity-1/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Adwaita/metacity-1/thumbnail.png -------------------------------------------------------------------------------- /files/Atlanta/metacity-1/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Atlanta/metacity-1/thumbnail.png -------------------------------------------------------------------------------- /files/Bright/metacity-1/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Bright/metacity-1/thumbnail.png -------------------------------------------------------------------------------- /files/Metabox/metacity-1/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Metabox/metacity-1/thumbnail.png -------------------------------------------------------------------------------- /files/Simple/metacity-1/maximize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Simple/metacity-1/maximize.png -------------------------------------------------------------------------------- /files/Simple/metacity-1/maximized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Simple/metacity-1/maximized.png -------------------------------------------------------------------------------- /files/Simple/metacity-1/minimize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Simple/metacity-1/minimize.png -------------------------------------------------------------------------------- /files/Simple/metacity-1/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Simple/metacity-1/thumbnail.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/thumbnail.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/active-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/active-button.png -------------------------------------------------------------------------------- /files/Mint-Y-BB/metacity-1/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Mint-Y-BB/metacity-1/thumbnail.png -------------------------------------------------------------------------------- /files/AgingGorilla/metacity-1/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/AgingGorilla/metacity-1/thumbnail.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/inactive-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/inactive-button.png -------------------------------------------------------------------------------- /files/HighContrast/metacity-1/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/HighContrast/metacity-1/thumbnail.png -------------------------------------------------------------------------------- /files/Mint-Y-VBB/metacity-1/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Mint-Y-VBB/metacity-1/thumbnail.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/active-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/active-button.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/active-above-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/active-above-button.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/active-close-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/active-close-button.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/active-left-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/active-left-border.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/active-menu-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/active-menu-button.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/active-right-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/active-right-border.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/active-shade-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/active-shade-button.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/active-stick-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/active-stick-button.png -------------------------------------------------------------------------------- /files/Mint-Y-Dark-BB/metacity-1/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Mint-Y-Dark-BB/metacity-1/thumbnail.png -------------------------------------------------------------------------------- /files/AgingGorilla/metacity-1/active-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/AgingGorilla/metacity-1/active-button.png -------------------------------------------------------------------------------- /files/Cinnamox-Colours/metacity-1/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Cinnamox-Colours/metacity-1/thumbnail.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/inactive-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/inactive-button.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/active-button-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/active-button-prelight.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/active-button-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/active-button-pressed.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/active-left-top-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/active-left-top-border.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/active-maximize-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/active-maximize-button.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/active-minimize-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/active-minimize-button.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/active-restore-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/active-restore-button.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/active-top-center-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/active-top-center-left.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/active-top-left-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/active-top-left-border.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/active-top-left-corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/active-top-left-corner.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/active-unabove-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/active-unabove-button.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/active-unshade-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/active-unshade-button.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/active-unstick-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/active-unstick-button.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/inactive-above-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/inactive-above-button.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/inactive-close-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/inactive-close-button.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/inactive-left-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/inactive-left-border.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/inactive-menu-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/inactive-menu-button.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/inactive-right-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/inactive-right-border.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/inactive-shade-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/inactive-shade-button.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/inactive-stick-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/inactive-stick-button.png -------------------------------------------------------------------------------- /files/Mint-Y-Dark-VBB/metacity-1/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Mint-Y-Dark-VBB/metacity-1/thumbnail.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/active-above-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/active-above-button.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/active-close-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/active-close-button.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/active-left-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/active-left-border.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/active-menu-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/active-menu-button.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/active-right-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/active-right-border.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/active-shade-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/active-shade-button.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/active-stick-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/active-stick-button.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/active-right-top-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/active-right-top-border.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/active-top-center-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/active-top-center-right.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/active-top-right-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/active-top-right-border.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/active-top-right-corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/active-top-right-corner.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/inactive-button-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/inactive-button-prelight.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/inactive-button-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/inactive-button-pressed.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/inactive-left-top-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/inactive-left-top-border.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/inactive-maximize-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/inactive-maximize-button.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/inactive-minimize-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/inactive-minimize-button.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/inactive-restore-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/inactive-restore-button.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/inactive-top-center-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/inactive-top-center-left.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/inactive-top-center-mid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/inactive-top-center-mid.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/inactive-top-left-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/inactive-top-left-border.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/inactive-top-left-corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/inactive-top-left-corner.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/inactive-top-mid-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/inactive-top-mid-border.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/inactive-unabove-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/inactive-unabove-button.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/inactive-unshade-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/inactive-unshade-button.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/inactive-unstick-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/inactive-unstick-button.png -------------------------------------------------------------------------------- /files/AgingGorilla/metacity-1/active-close-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/AgingGorilla/metacity-1/active-close-button.png -------------------------------------------------------------------------------- /files/AgingGorilla/metacity-1/active-menu-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/AgingGorilla/metacity-1/active-menu-button.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/active-button-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/active-button-prelight.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/active-button-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/active-button-pressed.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/active-left-top-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/active-left-top-border.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/active-maximize-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/active-maximize-button.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/active-minimize-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/active-minimize-button.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/active-restore-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/active-restore-button.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/active-top-center-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/active-top-center-left.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/active-top-left-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/active-top-left-border.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/active-top-left-corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/active-top-left-corner.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/active-unabove-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/active-unabove-button.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/active-unshade-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/active-unshade-button.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/active-unstick-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/active-unstick-button.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/inactive-above-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/inactive-above-button.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/inactive-close-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/inactive-close-button.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/inactive-left-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/inactive-left-border.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/inactive-menu-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/inactive-menu-button.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/inactive-right-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/inactive-right-border.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/inactive-shade-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/inactive-shade-button.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/inactive-stick-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/inactive-stick-button.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/active-bottom-left-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/active-bottom-left-border.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/active-bottom-left-corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/active-bottom-left-corner.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/active-bottom-right-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/active-bottom-right-border.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/active-bottom-right-corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/active-bottom-right-corner.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/active-menu-button-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/active-menu-button-prelight.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/active-menu-button-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/active-menu-button-pressed.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/active-top-center-mid-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/active-top-center-mid-left.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/active-top-center-mid-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/active-top-center-mid-right.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/active-top-mid-left-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/active-top-mid-left-border.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/active-top-mid-right-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/active-top-mid-right-border.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/inactive-bottom-left-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/inactive-bottom-left-border.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/inactive-bottom-left-corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/inactive-bottom-left-corner.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/inactive-bottom-mid-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/inactive-bottom-mid-border.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/inactive-right-top-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/inactive-right-top-border.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/inactive-top-center-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/inactive-top-center-right.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/inactive-top-right-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/inactive-top-right-border.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/inactive-top-right-corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/inactive-top-right-corner.png -------------------------------------------------------------------------------- /files/AgingGorilla/metacity-1/inactive-close-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/AgingGorilla/metacity-1/inactive-close-button.png -------------------------------------------------------------------------------- /files/AgingGorilla/metacity-1/inactive-menu-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/AgingGorilla/metacity-1/inactive-menu-button.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/active-right-top-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/active-right-top-border.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/active-top-center-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/active-top-center-right.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/active-top-right-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/active-top-right-border.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/active-top-right-corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/active-top-right-corner.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/inactive-button-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/inactive-button-prelight.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/inactive-button-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/inactive-button-pressed.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/inactive-left-top-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/inactive-left-top-border.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/inactive-maximize-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/inactive-maximize-button.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/inactive-minimize-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/inactive-minimize-button.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/inactive-restore-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/inactive-restore-button.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/inactive-top-center-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/inactive-top-center-left.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/inactive-top-center-mid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/inactive-top-center-mid.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/inactive-top-left-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/inactive-top-left-border.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/inactive-top-left-corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/inactive-top-left-corner.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/inactive-top-mid-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/inactive-top-mid-border.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/inactive-unabove-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/inactive-unabove-button.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/inactive-unshade-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/inactive-unshade-button.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/inactive-unstick-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/inactive-unstick-button.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/active-border-top-left-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/active-border-top-left-border.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/active-bottom-mid-left-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/active-bottom-mid-left-border.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/active-left-top-border-shaded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/active-left-top-border-shaded.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/inactive-bottom-right-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/inactive-bottom-right-border.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/inactive-bottom-right-corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/inactive-bottom-right-corner.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/inactive-menu-button-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/inactive-menu-button-prelight.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/inactive-menu-button-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/inactive-menu-button-pressed.png -------------------------------------------------------------------------------- /files/AgingGorilla/metacity-1/active-close-menu-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/AgingGorilla/metacity-1/active-close-menu-icon.png -------------------------------------------------------------------------------- /files/AgingGorilla/metacity-1/active-maximize-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/AgingGorilla/metacity-1/active-maximize-button.png -------------------------------------------------------------------------------- /files/AgingGorilla/metacity-1/active-minimize-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/AgingGorilla/metacity-1/active-minimize-button.png -------------------------------------------------------------------------------- /files/AgingGorilla/metacity-1/inactive-maximize-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/AgingGorilla/metacity-1/inactive-maximize-button.png -------------------------------------------------------------------------------- /files/AgingGorilla/metacity-1/inactive-minimize-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/AgingGorilla/metacity-1/inactive-minimize-button.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/active-bottom-left-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/active-bottom-left-border.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/active-bottom-left-corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/active-bottom-left-corner.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/active-bottom-right-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/active-bottom-right-border.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/active-bottom-right-corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/active-bottom-right-corner.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/active-menu-button-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/active-menu-button-prelight.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/active-menu-button-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/active-menu-button-pressed.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/active-top-center-mid-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/active-top-center-mid-left.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/active-top-center-mid-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/active-top-center-mid-right.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/active-top-mid-left-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/active-top-mid-left-border.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/active-top-mid-right-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/active-top-mid-right-border.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/inactive-bottom-left-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/inactive-bottom-left-border.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/inactive-bottom-left-corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/inactive-bottom-left-corner.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/inactive-bottom-mid-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/inactive-bottom-mid-border.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/inactive-right-top-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/inactive-right-top-border.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/inactive-top-center-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/inactive-top-center-right.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/inactive-top-right-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/inactive-top-right-border.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/inactive-top-right-corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/inactive-top-right-corner.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/active-border-top-right-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/active-border-top-right-border.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/active-bottom-mid-right-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/active-bottom-mid-right-border.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/active-right-top-border-shaded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/active-right-top-border-shaded.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/inactive-border-top-left-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/inactive-border-top-left-border.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/inactive-border-top-right-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/inactive-border-top-right-border.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/inactive-left-top-border-shaded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/inactive-left-top-border-shaded.png -------------------------------------------------------------------------------- /files/Crux/metacity-1/inactive-right-top-border-shaded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux/metacity-1/inactive-right-top-border-shaded.png -------------------------------------------------------------------------------- /files/AgingGorilla/metacity-1/active-maximize-menu-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/AgingGorilla/metacity-1/active-maximize-menu-icon.png -------------------------------------------------------------------------------- /files/AgingGorilla/metacity-1/active-minimize-menu-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/AgingGorilla/metacity-1/active-minimize-menu-icon.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/active-border-top-left-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/active-border-top-left-border.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/active-bottom-mid-left-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/active-bottom-mid-left-border.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/active-left-top-border-shaded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/active-left-top-border-shaded.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/inactive-bottom-right-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/inactive-bottom-right-border.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/inactive-bottom-right-corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/inactive-bottom-right-corner.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/inactive-menu-button-prelight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/inactive-menu-button-prelight.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/inactive-menu-button-pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/inactive-menu-button-pressed.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/active-border-top-right-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/active-border-top-right-border.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/active-bottom-mid-right-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/active-bottom-mid-right-border.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/active-right-top-border-shaded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/active-right-top-border-shaded.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/inactive-border-top-left-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/inactive-border-top-left-border.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/inactive-border-top-right-border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/inactive-border-top-right-border.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/inactive-left-top-border-shaded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/inactive-left-top-border-shaded.png -------------------------------------------------------------------------------- /files/Crux-Left/metacity-1/inactive-right-top-border-shaded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/smurphos/Window_Borders_Mint_19/HEAD/files/Crux-Left/metacity-1/inactive-right-top-border-shaded.png -------------------------------------------------------------------------------- /files/Crux/index.theme: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=X-GNOME-Metatheme 3 | Name=Crux 4 | Encoding=UTF-8 5 | 6 | [X-GNOME-Metatheme] 7 | Name=Crux 8 | GtkTheme=Adwaita 9 | IconTheme=Adwaita 10 | MetacityTheme=Crux 11 | -------------------------------------------------------------------------------- /files/Esco/index.theme: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=X-GNOME-Metatheme 3 | Name=Esco 4 | Encoding=UTF-8 5 | 6 | [X-GNOME-Metatheme] 7 | Name=Esco 8 | GtkTheme=Adwaita 9 | IconTheme=Adwaita 10 | MetacityTheme=Esco 11 | -------------------------------------------------------------------------------- /files/Bright/index.theme: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=X-GNOME-Metatheme 3 | Name=Bright 4 | Encoding=UTF-8 5 | 6 | [X-GNOME-Metatheme] 7 | Name=Bright 8 | GtkTheme=Adwaita 9 | IconTheme=Adwaita 10 | MetacityTheme=Bright 11 | -------------------------------------------------------------------------------- /files/Simple/index.theme: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=X-GNOME-Metatheme 3 | Name=Simple 4 | Encoding=UTF-8 5 | 6 | [X-GNOME-Metatheme] 7 | Name=Simple 8 | GtkTheme=Adwaita 9 | IconTheme=Adwaita 10 | MetacityTheme=Simple 11 | -------------------------------------------------------------------------------- /files/Adwaita/index.theme: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=X-GNOME-Metatheme 3 | Name=Adwaita 4 | Encoding=UTF-8 5 | 6 | [X-GNOME-Metatheme] 7 | Name=Adwaita 8 | GtkTheme=Adwaita 9 | IconTheme=Adwaita 10 | MetacityTheme=Adwaita 11 | -------------------------------------------------------------------------------- /files/Atlanta/index.theme: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=X-GNOME-Metatheme 3 | Name=Atlanta 4 | Encoding=UTF-8 5 | 6 | [X-GNOME-Metatheme] 7 | Name=Atlanta 8 | GtkTheme=Adwaita 9 | IconTheme=Adwaita 10 | MetacityTheme=Atlanta 11 | -------------------------------------------------------------------------------- /files/Metabox/index.theme: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=X-GNOME-Metatheme 3 | Name=Metabox 4 | Encoding=UTF-8 5 | 6 | [X-GNOME-Metatheme] 7 | Name=Metabox 8 | GtkTheme=Adwaita 9 | IconTheme=Adwaita 10 | MetacityTheme=Metabox 11 | -------------------------------------------------------------------------------- /files/Crux-Left/index.theme: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=X-GNOME-Metatheme 3 | Name=Crux-Left 4 | Encoding=UTF-8 5 | 6 | [X-GNOME-Metatheme] 7 | Name=Crux-Left 8 | GtkTheme=Adwaita 9 | IconTheme=Adwaita 10 | MetacityTheme=Crux-Left 11 | -------------------------------------------------------------------------------- /files/Mint-Y-BB/index.theme: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=X-GNOME-Metatheme 3 | Name=Mint-Y-BB 4 | Encoding=UTF-8 5 | 6 | [X-GNOME-Metatheme] 7 | Name=Mint-Y-BB 8 | GtkTheme=Adwaita 9 | IconTheme=Adwaita 10 | MetacityTheme=Mint-Y-BB 11 | -------------------------------------------------------------------------------- /files/Mint-Y-VBB/index.theme: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=X-GNOME-Metatheme 3 | Name=Mint-Y-VBB 4 | Encoding=UTF-8 5 | 6 | [X-GNOME-Metatheme] 7 | Name=Mint-Y-VBB 8 | GtkTheme=Adwaita 9 | IconTheme=Adwaita 10 | MetacityTheme=Mint-Y-VBB 11 | -------------------------------------------------------------------------------- /files/HighContrast/index.theme: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=X-GNOME-Metatheme 3 | Name=HighContrast 4 | Encoding=UTF-8 5 | 6 | [X-GNOME-Metatheme] 7 | Name=HighContrast 8 | GtkTheme=Adwaita 9 | IconTheme=Adwaita 10 | MetacityTheme=HighContrast 11 | -------------------------------------------------------------------------------- /files/Mint-Y-Dark-BB/index.theme: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=X-GNOME-Metatheme 3 | Name=Mint-Y-Dark-BB 4 | Encoding=UTF-8 5 | 6 | [X-GNOME-Metatheme] 7 | Name=Mint-Y-Dark-BB 8 | GtkTheme=Adwaita 9 | IconTheme=Adwaita 10 | MetacityTheme=Mint-Y-Dark-BB 11 | -------------------------------------------------------------------------------- /files/Mint-Y-Dark-VBB/index.theme: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=X-GNOME-Metatheme 3 | Name=Mint-Y-Dark-VBB 4 | Encoding=UTF-8 5 | 6 | [X-GNOME-Metatheme] 7 | Name=Mint-Y-Dark-VBB 8 | GtkTheme=Adwaita 9 | IconTheme=Adwaita 10 | MetacityTheme=Mint-Y-Dark-VBB 11 | -------------------------------------------------------------------------------- /files/AgingGorilla/index.theme: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=X-GNOME-Metatheme 3 | Name=AgingGorilla 4 | Comment=Based on oomox-gtk-theme which in turn is based on numix-gtk-theme 5 | Encoding=UTF-8 6 | 7 | [X-GNOME-Metatheme] 8 | Name=AgingGorilla 9 | GtkTheme=Adwaita 10 | IconTheme=Adwaita 11 | MetacityTheme=AgingGorilla 12 | -------------------------------------------------------------------------------- /files/Cinnamox-Colours/index.theme: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=X-GNOME-Metatheme 3 | Name=Cinnamox-Colours 4 | Comment=Based on oomox-gtk-theme which in turn is based on numix-gtk-theme 5 | Encoding=UTF-8 6 | 7 | [X-GNOME-Metatheme] 8 | Name=Cinnamox-Colours 9 | GtkTheme=Adwaita 10 | IconTheme=Adwaita 11 | MetacityTheme=Cinnamox-Colours 12 | -------------------------------------------------------------------------------- /files/Mint-Y-BB/metacity-1/unshade-icon.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 70 | -------------------------------------------------------------------------------- /files/Mint-Y-VBB/metacity-1/unshade-icon.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 70 | -------------------------------------------------------------------------------- /files/Mint-Y-Dark-BB/metacity-1/unshade-icon.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 70 | -------------------------------------------------------------------------------- /files/Mint-Y-Dark-VBB/metacity-1/unshade-icon.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 70 | -------------------------------------------------------------------------------- /files/Mint-Y-BB/metacity-1/stick-icon.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 64 | -------------------------------------------------------------------------------- /files/Mint-Y-VBB/metacity-1/stick-icon.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 64 | -------------------------------------------------------------------------------- /files/Mint-Y-Dark-BB/metacity-1/stick-icon.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 64 | -------------------------------------------------------------------------------- /files/Mint-Y-Dark-VBB/metacity-1/stick-icon.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 64 | -------------------------------------------------------------------------------- /files/Mint-Y-BB/metacity-1/menu-icon.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 70 | -------------------------------------------------------------------------------- /files/Mint-Y-VBB/metacity-1/menu-icon.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 70 | -------------------------------------------------------------------------------- /files/Mint-Y-Dark-BB/metacity-1/menu-icon.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 70 | -------------------------------------------------------------------------------- /files/Mint-Y-Dark-VBB/metacity-1/menu-icon.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 70 | -------------------------------------------------------------------------------- /files/Mint-Y-BB/metacity-1/max-icon.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 76 | -------------------------------------------------------------------------------- /files/Mint-Y-Dark-BB/metacity-1/max-icon.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 76 | -------------------------------------------------------------------------------- /files/Mint-Y-VBB/metacity-1/max-icon.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 76 | -------------------------------------------------------------------------------- /files/Mint-Y-Dark-VBB/metacity-1/max-icon.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 76 | -------------------------------------------------------------------------------- /files/Cinnamox-Colours/scripts/cinnamox_titlebar_button_size.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | if [ ! -t 1 ]; then 3 | exit 4 | fi 5 | THEMENAME="Cinnamox-Colours"; 6 | DIRECTORY="/home/$USER/.themes/$THEMENAME/metacity-1/"; 7 | SMALL='constant name="D_icons_grow" value="0"'; 8 | SMALLDESC="Small" 9 | MEDIUM='constant name="D_icons_grow" value="1"'; 10 | MEDIUMDESC="Medium" 11 | LARGE='constant name="D_icons_grow" value="2"'; 12 | LARGEDESC="Large" 13 | HUGE='constant name="D_icons_grow" value="3"'; 14 | HUGEDESC="Huge" 15 | cd "$DIRECTORY" || exit; 16 | echo ""; 17 | echo "*** CINNAMOX METACITY TITLEBAR BUTTON SIZE UTILITY ***"; 18 | echo ""; 19 | if ! grep -q "$THEMENAME" metacity-theme-3.xml; then 20 | echo "There is a problem. Cannot find the metacity-theme-3.xml file for $THEMENAME in $DIRECTORY."; 21 | echo "The script should only be used with $THEMENAME."; 22 | echo ""; 23 | read -rp "Press enter to exit script."; 24 | exit 1; 25 | fi 26 | if grep -q "$SMALL" metacity-theme-3.xml; then 27 | CURRENTDESC="$SMALLDESC"; CURRENT="$SMALL"; 28 | VARIANT=("$MEDIUMDESC" "$LARGEDESC" "$HUGEDESC" "Quit"); 29 | elif grep -q "$MEDIUM" metacity-theme-3.xml; then 30 | CURRENTDESC="$MEDIUMDESC"; CURRENT="$MEDIUM"; 31 | VARIANT=("$SMALLDESC" "$LARGEDESC" "$HUGEDESC" "Quit"); 32 | elif grep -q "$LARGE" metacity-theme-3.xml; then 33 | CURRENTDESC="$LARGEDESC"; CURRENT="$LARGE"; 34 | VARIANT=("$SMALLDESC" "$MEDIUMDESC" "$HUGEDESC" "Quit"); 35 | elif grep -q "$HUGE" metacity-theme-3.xml; then 36 | CURRENTDESC="$HUGEDESC"; CURRENT="$HUGE"; 37 | VARIANT=("$SMALLDESC" "$MEDIUMDESC" "$LARGEDESC" "Quit"); 38 | else 39 | echo "Cannot confirm the current titlebar button size of $THEMENAME. Something is wrong."; 40 | echo ""; 41 | read -rp "Press enter to exit script."; 42 | exit 1; 43 | fi 44 | echo "Hello $USER, this script allows you to adjust the titlebar button size for $THEMENAME. The current titlebar button-size of $THEMENAME is $CURRENTDESC."; 45 | echo ""; 46 | echo "Please note this tweak only affects windows using a traditional Metacity themed titlebar. It does not affect windows with Client Side Decoration."; 47 | echo ""; 48 | echo "Select an alternative button size by entering 1, 2, or 3 and then press enter, or select 4 and press enter to quit."; 49 | echo ""; 50 | echo "If you don't like the results simply run this script again to revert or try another variant."; 51 | echo ""; 52 | select CHOICE in "${VARIANT[@]}"; 53 | do 54 | case $CHOICE in 55 | "$SMALLDESC") 56 | NEWSIZE="$SMALL";; 57 | "$MEDIUMDESC") 58 | NEWSIZE="$MEDIUM";; 59 | "$LARGEDESC") 60 | NEWSIZE="$LARGE";; 61 | "$HUGEDESC") 62 | NEWSIZE="$HUGE";; 63 | "Quit") 64 | cd || exit; exit;; 65 | *) echo ""; echo "Invalid option. Try another one."; echo ""; continue;; 66 | esac 67 | break 68 | done 69 | sed -i "s|$CURRENT|$NEWSIZE|g" metacity-theme-3.xml; 70 | echo ""; 71 | echo "Theme updated."; 72 | echo ""; 73 | echo "Activating $THEMENAME - $CHOICE."; 74 | gsettings reset org.cinnamon.desktop.wm.preferences theme; 75 | sleep 1; 76 | gsettings set org.cinnamon.desktop.wm.preferences theme "$THEMENAME"; 77 | echo "If you don't see any change in the current window titlebar go to the Themes App and briefly set a different window border theme and then set $THEMENAME as your windows border theme."; 78 | echo ""; 79 | read -rp "Press enter to exit the script."; 80 | exit 81 | -------------------------------------------------------------------------------- /files/Mint-Y-BB/metacity-1/shade-icon.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 76 | -------------------------------------------------------------------------------- /files/Mint-Y-VBB/metacity-1/shade-icon.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 76 | -------------------------------------------------------------------------------- /files/Mint-Y-Dark-BB/metacity-1/shade-icon.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 76 | -------------------------------------------------------------------------------- /files/Mint-Y-Dark-VBB/metacity-1/shade-icon.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 76 | -------------------------------------------------------------------------------- /files/Mint-Y-BB/metacity-1/min-icon.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 76 | -------------------------------------------------------------------------------- /files/Mint-Y-Dark-BB/metacity-1/min-icon.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 76 | -------------------------------------------------------------------------------- /files/Mint-Y-VBB/metacity-1/min-icon.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 76 | -------------------------------------------------------------------------------- /files/Mint-Y-Dark-VBB/metacity-1/min-icon.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 76 | -------------------------------------------------------------------------------- /files/Mint-Y-BB/metacity-1/unstick-icon.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 71 | -------------------------------------------------------------------------------- /files/Mint-Y-VBB/metacity-1/unstick-icon.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 71 | -------------------------------------------------------------------------------- /files/Mint-Y-Dark-BB/metacity-1/unstick-icon.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 71 | -------------------------------------------------------------------------------- /files/Mint-Y-Dark-VBB/metacity-1/unstick-icon.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 71 | -------------------------------------------------------------------------------- /files/Mint-Y-BB/metacity-1/button-bg.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 106 | -------------------------------------------------------------------------------- /files/Mint-Y-VBB/metacity-1/button-bg.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 106 | -------------------------------------------------------------------------------- /files/Mint-Y-Dark-BB/metacity-1/button-bg.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 106 | -------------------------------------------------------------------------------- /files/Mint-Y-Dark-VBB/metacity-1/button-bg.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 106 | -------------------------------------------------------------------------------- /files/Mint-Y-BB/metacity-1/button-border.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 108 | -------------------------------------------------------------------------------- /files/Mint-Y-VBB/metacity-1/button-border.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 108 | -------------------------------------------------------------------------------- /files/Mint-Y-Dark-BB/metacity-1/button-border.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 108 | -------------------------------------------------------------------------------- /files/Mint-Y-Dark-VBB/metacity-1/button-border.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 108 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Window Borders Mint19 2 | Additional Metacity Themes from Mint 18.3 Cinnamon Edition tweaked to work in Mint 19 / Cinnamon 3.8.x through to Mint 20.x / Cinnamon 5.2.x 3 | 4 | Note that Cinnamon 5.4.x and later has no support for metacity themes. This repo has thus been archived. 5 | 6 | ## Introduction 7 | 8 | Just installed or upgraded to Mint 19 Cinnamon and wondering where all the Window Border theming options have gone? Missing your Ageing Gorilla, Crux, Esco etc...? 9 | 10 | Never fear this repository contains the full set of 'missing' Window Border themes. Where necessary they have been updated to `metacity-theme-3.xml` formats to display correctly in the Cinnamon 3.8.x Themes module. Display issues have been fixed and compatibility for displaying colours from GTK3.22 themes has been improved. 11 | 12 | The theme pack also includes several bonus themes 13 | 14 | Mint-Y-BB & Mint-Y-Dark-BB (Big-Buttoned) variations - these have buttons 50% larger than the stock Mint-Y window borders themes. 15 | Mint-Y-VBB & Mint-Y-Dark-VBB (Very-Big-Buttoned) variations - these have buttons 100% larger than the stock Mint-Y window borders themes. 16 | 17 | Crux-Left - this is a Crux variant intended for users who set their titlebar button layout to left. 18 | 19 | Cinnamox-Colours - a generic window border theme ported from the Cinnamox themes and adjusted to use the GTK theme's selected colour for the active window titlebar 20 | Cinnamox-Colours also supports end-user resizing of the buttons and includes a small terminal based utility to switch between button-sizes. 21 | To use the utility for the first time after installation open a terminal ((Ctrl-Alt-T) and run `chmod +x ~/.themes/Cinnamox-Colours/scripts/cinnamox_titlebar_button_size.sh && ~/.themes/Cinnamox-Colours/scripts/cinnamox_titlebar_button_size.sh` 22 | To run the utility again just run `~/.themes/Cinnamox-Colours/scripts/cinnamox_titlebar_button_size.sh` 23 | 24 | ## Installation 25 | 26 | Open a terminal (Ctrl-Alt-T) and enter the following commands 27 | 28 | * `cd /tmp` 29 | 30 | * `wget https://github.com/smurphos/Window_Borders_Mint_19/releases/download/v.0.8/metacity_for_mint19_cinn.zip` 31 | 32 | * `unzip -o metacity_for_mint19_cinn.zip -d ~/.themes` 33 | 34 | Open the Themes app and the new Window Border's themes should be available for selection. 35 | 36 | ## Included Themes 37 | 38 | ![alt text](https://github.com/smurphos/Window_Borders_Mint_19/blob/master/screenshots/Adwaita.png "Adwaita") 39 | ![alt text](https://github.com/smurphos/Window_Borders_Mint_19/blob/master/screenshots/AgingGorilla.png "AgingGorilla") 40 | ![alt text](https://github.com/smurphos/Window_Borders_Mint_19/blob/master/screenshots/Atlanta.png "Atlanta") 41 | ![alt text](https://github.com/smurphos/Window_Borders_Mint_19/blob/master/screenshots/Bright.png "Bright") 42 | ![alt text](https://github.com/smurphos/Window_Borders_Mint_19/blob/master/screenshots/Crux.png "Crux") 43 | ![alt text](https://github.com/smurphos/Window_Borders_Mint_19/blob/master/screenshots/Esco.png "Esco") 44 | ![alt text](https://github.com/smurphos/Window_Borders_Mint_19/blob/master/screenshots/High-Contrast.png "High-Contrast") 45 | ![alt text](https://github.com/smurphos/Window_Borders_Mint_19/blob/master/screenshots/Metabox.png "Metabox") 46 | ![alt text](https://github.com/smurphos/Window_Borders_Mint_19/blob/master/screenshots/Simple.png "Simple") 47 | 48 | ## Bonus Themes 49 | 50 | ![alt text](https://github.com/smurphos/Window_Borders_Mint_19/blob/master/screenshots/Mint-Y-BB.png "Mint-Y-BB") 51 | ![alt text](https://github.com/smurphos/Window_Borders_Mint_19/blob/master/screenshots/Mint-Y-VBB.png "Mint-Y-VBB") 52 | ![alt text](https://github.com/smurphos/Window_Borders_Mint_19/blob/master/screenshots/Mint-Y-Dark-BB.png "Mint-Y-Dark-BB") 53 | ![alt text](https://github.com/smurphos/Window_Borders_Mint_19/blob/master/screenshots/Mint-Y-Dark-VBB.png "Mint-Y-Dark-VBB") 54 | ![alt text](https://github.com/smurphos/Window_Borders_Mint_19/blob/master/screenshots/Cinnamox-Colours.png "Cinnamox-Colours") 55 | ![alt text](https://github.com/smurphos/Window_Borders_Mint_19/blob/master/screenshots/Crux-Left.png "Crux-Left") 56 | 57 | 58 | ## Changelog 59 | 60 | 5/7/18 - v.0.1 - Initial port of version 1 and 2 themes to version 3 - release 61 | 62 | 6/7/18 - v.0.2 - Fixed version 1 and 2 themes to support Mate 63 | 64 | 12/7/18 -v.0.3 - Removed all version 1 and 2 themes. Improvements to version 3 themes to improve compatibility for displaying colours from active GTK3.22 theme. 65 | 66 | 16/7/18 - v.0.4 - Added bonus themes Mint-Y-BB and Mint=Y-Dark-BB. BB stands for Big-Buttoned... 67 | 68 | 21/10/18 - v.0.5 - Added Crux-with-icons. Added thumbnail.png to all themes in case the thumbnails aren't pre-installed. 69 | 70 | 5/11/18 - v.0.6 - Fixed HighContrast inner button prelight and pressed background color. 71 | 72 | 8/2/19 - v.0.7 - HighContrast - show buttons on regular dialogs 73 | 74 | 30/5/20 - v.0.8 - Retired Crux with Icons. Added Crux-Left for users who change the button layout to Left. Added VBB (Very Big Buttoned) variations of Mint-Y and Mint-Y-Dark. Added Cinnamox-Colours. All themes have an index.theme so can be selected in MATE. 75 | -------------------------------------------------------------------------------- /files/Mint-Y-BB/metacity-1/close-icon.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 105 | -------------------------------------------------------------------------------- /files/Mint-Y-VBB/metacity-1/close-icon.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 105 | -------------------------------------------------------------------------------- /files/Mint-Y-Dark-BB/metacity-1/close-icon.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml 105 | --------------------------------------------------------------------------------