diff --git a/themes/695f1422-2054-4c9b-8555-d1bb9f9d0f59/chrome.css b/themes/695f1422-2054-4c9b-8555-d1bb9f9d0f59/chrome.css new file mode 100644 index 00000000..12262393 --- /dev/null +++ b/themes/695f1422-2054-4c9b-8555-d1bb9f9d0f59/chrome.css @@ -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%)); +} diff --git a/themes/695f1422-2054-4c9b-8555-d1bb9f9d0f59/image.png b/themes/695f1422-2054-4c9b-8555-d1bb9f9d0f59/image.png new file mode 100644 index 00000000..27848743 Binary files /dev/null and b/themes/695f1422-2054-4c9b-8555-d1bb9f9d0f59/image.png differ diff --git a/themes/695f1422-2054-4c9b-8555-d1bb9f9d0f59/readme.md b/themes/695f1422-2054-4c9b-8555-d1bb9f9d0f59/readme.md new file mode 100644 index 00000000..1fae8718 --- /dev/null +++ b/themes/695f1422-2054-4c9b-8555-d1bb9f9d0f59/readme.md @@ -0,0 +1,2 @@ + +This mod removes icons from the URL bar, centres the text and makes the bar transparent. diff --git a/themes/695f1422-2054-4c9b-8555-d1bb9f9d0f59/theme.json b/themes/695f1422-2054-4c9b-8555-d1bb9f9d0f59/theme.json new file mode 100644 index 00000000..f7e632e1 --- /dev/null +++ b/themes/695f1422-2054-4c9b-8555-d1bb9f9d0f59/theme.json @@ -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" +} \ No newline at end of file