Add theme: Better URL bar

This commit is contained in:
TaminoDesign 2025-05-15 08:38:25 +00:00 committed by GitHub
parent ba690d1db4
commit 09bd939cf8
4 changed files with 56 additions and 0 deletions

View file

@ -0,0 +1,40 @@
.urlbar-input-box {
text-align: center;
}
#identity-icon-box {
display: none !important;
}
#star-button-box {
display: none !important;
}
#identity-permission-box {
display: none !important;
}
#urlbar[breakout-extend="true"] {
& #urlbar-background {
--zen-urlbar-background-base: #605858a6 !important;
}
& #identity-icon-box {
display: flex !important;
}
& #star-button-box {
display: flex !important;
}
& #identity-permission-box {
display: flex !important;
}
}
#urlbar {
backdrop-filter: blur(9px);
border-radius: calc(var(--toolbarbutton-border-radius) - -7px) !important;
}
.urlbarView {
--urlbarView-separator-color: light-dark(hsl(320, 2.7%, 77.8%), hsl(320, 2.7%, 77.8%));
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

View file

@ -0,0 +1,2 @@
This mod removes icons from the URL bar, centres the text and makes the bar transparent.

View file

@ -0,0 +1,14 @@
{
"id": "695f1422-2054-4c9b-8555-d1bb9f9d0f59",
"name": "Better URL bar",
"description": "Removes icons from the URL bar, centres the text and makes the bar transparent",
"homepage": "https://github.com/TaminoDesign/Better-URL-bar",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/695f1422-2054-4c9b-8555-d1bb9f9d0f59/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/695f1422-2054-4c9b-8555-d1bb9f9d0f59/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/695f1422-2054-4c9b-8555-d1bb9f9d0f59/image.png",
"author": "TaminoDesign",
"version": "1.0.0",
"tags": [],
"createdAt": "2025-05-15",
"updatedAt": "2025-05-15"
}