mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
Add theme: Better URL bar
This commit is contained in:
parent
ba690d1db4
commit
09bd939cf8
4 changed files with 56 additions and 0 deletions
40
themes/695f1422-2054-4c9b-8555-d1bb9f9d0f59/chrome.css
Normal file
40
themes/695f1422-2054-4c9b-8555-d1bb9f9d0f59/chrome.css
Normal 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%));
|
||||
}
|
BIN
themes/695f1422-2054-4c9b-8555-d1bb9f9d0f59/image.png
Normal file
BIN
themes/695f1422-2054-4c9b-8555-d1bb9f9d0f59/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 78 KiB |
2
themes/695f1422-2054-4c9b-8555-d1bb9f9d0f59/readme.md
Normal file
2
themes/695f1422-2054-4c9b-8555-d1bb9f9d0f59/readme.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
|
||||
This mod removes icons from the URL bar, centres the text and makes the bar transparent.
|
14
themes/695f1422-2054-4c9b-8555-d1bb9f9d0f59/theme.json
Normal file
14
themes/695f1422-2054-4c9b-8555-d1bb9f9d0f59/theme.json
Normal 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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue