Add theme: Minimalistic Exit Menu

This commit is contained in:
kurtschambach 2025-02-28 09:19:03 +00:00 committed by GitHub
parent cdccfde6b2
commit 632d1ceefe
4 changed files with 66 additions and 0 deletions

View file

@ -0,0 +1,50 @@
.titlebar-button {
height: 18px;
width: 18px;
margin-left: 3px !important;
margin-right: 3px !important;
transition: all ease-out 300ms;
align-self: center;
opacity: 0.9;
border-radius: 5px;
}
.titlebar-button:hover {
height: 25px;
}
.titlebar-min {
background-color: rgba(0,0,0,0.2) !important;
border: 2px solid var(--color-green-30);
}
.titlebar-min:hover {
background-color: var(--color-green-30) !important;
}
.titlebar-max, .titlebar-restore {
background-color: rgba(0,0,0,0.2) !important;
border: 2px solid var(--color-yellow-30);
}
.titlebar-max:hover, .titlebar-restore:hover {
background-color: var(--color-yellow-30) !important;
}
.titlebar-close {
background-color: rgba(0,0,0,0.2) !important;
border: 2px solid var(--color-red-30);
}
.titlebar-close:hover {
background-color: var(--color-red-30) !important;
}
.titlebar-button > .toolbarbutton-icon {
display: none;
}
.titlebar-buttonbox {
margin-right: 16px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

View file

@ -0,0 +1,2 @@
A Zen Browser mod that changes the windows exit buttons to minimalistic rounded squares

View file

@ -0,0 +1,14 @@
{
"id": "19e47288-06e5-4176-bb95-59437a9f9511",
"name": "Minimalistic Exit Menu",
"description": "A mod that changes the windows exit buttons to minimalistic rounded squares",
"homepage": "",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/19e47288-06e5-4176-bb95-59437a9f9511/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/19e47288-06e5-4176-bb95-59437a9f9511/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/19e47288-06e5-4176-bb95-59437a9f9511/image.png",
"author": "kurtschambach",
"version": "1.0.0",
"tags": [],
"createdAt": "2025-02-28",
"updatedAt": "2025-02-28"
}