mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Add theme: Minimalistic Exit Menu
This commit is contained in:
parent
cdccfde6b2
commit
632d1ceefe
4 changed files with 66 additions and 0 deletions
50
themes/19e47288-06e5-4176-bb95-59437a9f9511/chrome.css
Normal file
50
themes/19e47288-06e5-4176-bb95-59437a9f9511/chrome.css
Normal 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;
|
||||||
|
}
|
BIN
themes/19e47288-06e5-4176-bb95-59437a9f9511/image.png
Normal file
BIN
themes/19e47288-06e5-4176-bb95-59437a9f9511/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
2
themes/19e47288-06e5-4176-bb95-59437a9f9511/readme.md
Normal file
2
themes/19e47288-06e5-4176-bb95-59437a9f9511/readme.md
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
|
||||||
|
A Zen Browser mod that changes the windows exit buttons to minimalistic rounded squares
|
14
themes/19e47288-06e5-4176-bb95-59437a9f9511/theme.json
Normal file
14
themes/19e47288-06e5-4176-bb95-59437a9f9511/theme.json
Normal 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"
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue