mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Merge 998557627e
into 856819918b
This commit is contained in:
commit
5e4f0b30ac
4 changed files with 56 additions and 0 deletions
38
themes/09ca5310-3fb6-4efb-8654-515c05c8b5b2/chrome.css
Normal file
38
themes/09ca5310-3fb6-4efb-8654-515c05c8b5b2/chrome.css
Normal 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;
|
||||
}
|
BIN
themes/09ca5310-3fb6-4efb-8654-515c05c8b5b2/image.png
Normal file
BIN
themes/09ca5310-3fb6-4efb-8654-515c05c8b5b2/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 290 KiB |
4
themes/09ca5310-3fb6-4efb-8654-515c05c8b5b2/readme.md
Normal file
4
themes/09ca5310-3fb6-4efb-8654-515c05c8b5b2/readme.md
Normal 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.
|
14
themes/09ca5310-3fb6-4efb-8654-515c05c8b5b2/theme.json
Normal file
14
themes/09ca5310-3fb6-4efb-8654-515c05c8b5b2/theme.json
Normal 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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue