Add theme: Zen Minimal Exit Menu (#419)

Co-authored-by: Dinno-DEV <Dinno-DEV@users.noreply.github.com>
This commit is contained in:
mauro 🤙 2024-09-19 21:13:50 +02:00 committed by GitHub
parent 6f5f60738d
commit 570ea035a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 39 additions and 0 deletions

View file

@ -0,0 +1,35 @@
.titlebar-buttonbox {
margin-right: 20px;
}
.titlebar-button {
padding: 0px !important;
min-height: 13px !important;
min-width: 13px !important;
align-self: center;
background-color: hsl(0, 0%, 20%) !important;
margin-left: 5px !important;
border-radius: 50px;
transition: all 100ms;
}
.titlebar-button:hover {
min-height: 20px !important;
}
.titlebar-min:hover {
background-color: hsl(130, 50%, 40%) !important;
}
.titlebar-max:hover, .titlebar-restore:hover {
background-color: hsl(60, 50%, 50%) !important;
}
.titlebar-close:hover {
background-color: hsl(0, 50%, 50%) !important;
}
.titlebar-button > image {
visibility: collapse !important;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

View file

@ -0,0 +1,3 @@
# Zen Minimal Exit Menu
A zen browser mod that changes the exit menu to 3 circles similar (but a bit different) to one in MacOS.

View file

@ -0,0 +1 @@
{"id": "6cd4bca9-f17d-4461-b554-844d69a4887c", "name": "Zen Minimal Exit Menu", "description": "A zen browser mod that changes the exit menu to 3 circles similar (but a bit different) to one in MacOS.", "homepage": "https://github.com/Dinno-DEV/zen-minimal-exit-menu", "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/chrome.css", "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/readme.md", "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/image.png", "author": "Dinno-DEV", "version": "1.0.0"}