mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Add theme: Zen Minimal Exit Menu (#419)
Co-authored-by: Dinno-DEV <Dinno-DEV@users.noreply.github.com>
This commit is contained in:
parent
6f5f60738d
commit
570ea035a1
4 changed files with 39 additions and 0 deletions
35
themes/6cd4bca9-f17d-4461-b554-844d69a4887c/chrome.css
Normal file
35
themes/6cd4bca9-f17d-4461-b554-844d69a4887c/chrome.css
Normal 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;
|
||||
}
|
BIN
themes/6cd4bca9-f17d-4461-b554-844d69a4887c/image.png
Normal file
BIN
themes/6cd4bca9-f17d-4461-b554-844d69a4887c/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
3
themes/6cd4bca9-f17d-4461-b554-844d69a4887c/readme.md
Normal file
3
themes/6cd4bca9-f17d-4461-b554-844d69a4887c/readme.md
Normal 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.
|
1
themes/6cd4bca9-f17d-4461-b554-844d69a4887c/theme.json
Normal file
1
themes/6cd4bca9-f17d-4461-b554-844d69a4887c/theme.json
Normal 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"}
|
Loading…
Add table
Add a link
Reference in a new issue