Add theme: Semicircle Split Handle

This commit is contained in:
sporocyst 2025-03-08 15:08:50 +00:00 committed by GitHub
parent 5afb1dd7df
commit 9880b87f12
4 changed files with 63 additions and 0 deletions

View file

@ -0,0 +1,47 @@
.zen-view-splitter-header {
background: transparent !important;
border-radius: 0 0 34px 34px !important;
padding-top: 0 !important;
padding-bottom: 0.8rem !important;
justify-content: center !important;
align-items: center !important;
}
.zen-view-splitter-header > toolbarbutton {
color: red !important;
position: relative;
}
.zen-tab-rearrange-button::before {
content:"";
width: 30px; height: 30px;
top: 0px; right: 0px;
position: absolute;
}
.zen-tab-rearrange-button:hover::after {
content:"";
width: 28px;
height: 28px;
right: -4px; top: 0px;
position: absolute;
border-radius: 0 0 0 28px !important;
box-shadow: 0 0 25px 15px rgba(0,0,0,0.5) !important;
}
.zen-tab-unsplit-button::before {
content:"";
width: 30px; height: 30px;
left: 0px; top: 0px;
position: absolute;
}
.zen-tab-unsplit-button:hover::after {
content:"";
width: 28px; height: 28px;
left: -4px; top: 0px;
position: absolute;
border-radius: 0 0 24px 0 !important;
box-shadow: 0 0 25px 15px rgba(0,0,0,0.5) !important;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View file

@ -0,0 +1,2 @@
Make split window handle less intrusive visually by giving it a transparent background and semicircle shape.

View file

@ -0,0 +1,14 @@
{
"id": "e701f01d-06ad-40b8-9d68-a67f723055a2",
"name": "Semicircle Split Handle",
"description": "Make split window handle less intrusive visually",
"homepage": "",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e701f01d-06ad-40b8-9d68-a67f723055a2/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e701f01d-06ad-40b8-9d68-a67f723055a2/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e701f01d-06ad-40b8-9d68-a67f723055a2/image.png",
"author": "sporocyst",
"version": "1.0.0",
"tags": [],
"createdAt": "2025-03-08",
"updatedAt": "2025-03-08"
}