Add theme: Perfection

This commit is contained in:
saschaeggi 2024-10-29 08:22:37 +00:00 committed by GitHub
parent 0efd1b2aff
commit 998557627e
4 changed files with 56 additions and 0 deletions

View file

@ -0,0 +1,38 @@
body {
--zen-toolbar-height: 54px;
}
.urlbar-background {
background: rgba(255, 255, 255, 0.1);
margin-inline-end: 0.25em;
}
#identity-box {
margin-inline-end: 0;
}
#urlbar #identity-box #identity-icon-box {
background: transparent !important;
border-inline-end: 1px solid rgba(255, 255, 255, 0.3) !important;
border-radius: 0 !important;
padding-inline: 1rem !important;
margin-block: 0.5rem !important;
margin-inline-end: 1rem !important;
}
.toolbar-items {
padding-inline-start: 0.5em;
}
.tab-label {
font-size: 1.25em;
}
#zen-sidebar-top-buttons-customization-target {
padding-block: 0.5em;
}
.titlebar-buttonbox-container {
margin-inline-end: 0.75rem;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 290 KiB

View file

@ -0,0 +1,4 @@
# Perfection
Adjusts the toolbar and sidebar to add some extra spacing and increases the font size for tabs. Also includes minor visual improvements to the URL bar.

View file

@ -0,0 +1,14 @@
{
"id": "09ca5310-3fb6-4efb-8654-515c05c8b5b2",
"name": "Perfection",
"description": "Adds spacing to the toolbar/sidebar, increases tab font size, and makes minor tweaks to the URL bar.",
"homepage": "https://github.com/saschaeggi/zenbrowser-themes/tree/main/Perfection",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/09ca5310-3fb6-4efb-8654-515c05c8b5b2/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/09ca5310-3fb6-4efb-8654-515c05c8b5b2/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/09ca5310-3fb6-4efb-8654-515c05c8b5b2/image.png",
"author": "saschaeggi",
"version": "1.0.0",
"tags": [],
"createdAt": "2024-10-29",
"updatedAt": "2024-10-29"
}