Skip to content

Commit

Permalink
Add theme: Cleaned URL bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinno-DEV authored Nov 1, 2024
1 parent 7aaf4bc commit 342c92b
Show file tree
Hide file tree
Showing 4 changed files with 99 additions and 0 deletions.
82 changes: 82 additions & 0 deletions themes/a5f6a231-e3c8-4ce8-8a8e-3e93efd6adec/chrome.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@

/* Shield Star Fix */
.urlbar-page-action, #tracking-protection-icon-container {
margin: 2px !important;
margin-top: 4px !important;
}

#star-button-box {
margin-top: 3px !important;
margin-left: 1px !important;
margin-right: 0px !important;
}

#urlbar[breakout] {
& > .urlbar-input-container {
height: 99%;
}
}

#urlbar {
min-height: 34px !important;
}

/* Cleaner Breakout URL Bar */
#urlbar-search-mode-indicator {
background: transparent !important;
}

#urlbar-background {
background: color-mix(in srgb, light-dark(#fff, var(--zen-colors-tertiary)) 60%, transparent 60%) !important;
backdrop-filter: blur(50px) !important;
}

#identity-icon-box, #identity-permission-box {
background: transparent !important;
margin: 0 8px 0 0 !important;
}

.urlbarView-body-inner {
#urlbar[open] > .urlbarView > .urlbarView-body-outer > & {
border-top: none !important;
}
}

.urlbarView:not([noresults]) > .search-one-offs:not([hidden]) {
border-top: none !important;
}

.search-one-offs {
padding: 4px !important;
margin-bottom: 8px !important;
opacity: 0.5 !important;
background: var(--urlbarView-highlight-background) !important;
border-radius: 8px !important;
}

.urlbarView-row {
border-radius: 8px !important;
}

.search-panel-one-offs-container > *, .search-panel-one-offs-container > * > * {
border-radius: 4px !important;
}

.urlbar-input-container {
padding: 0px 3.5px !important;
}

#urlbar[open] {
margin-top: 3px !important;
padding-top: 6px !important;
}

.urlbar-go-button {
opacity: 0.5 !important;
background: transparent !important;
margin-right: 6px !important;
}

.urlbar-go-button:hover {
opacity: 1 !important;
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions themes/a5f6a231-e3c8-4ce8-8a8e-3e93efd6adec/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

# zen-cleaned-url-bar
Cleans up zen's URL bar.
14 changes: 14 additions & 0 deletions themes/a5f6a231-e3c8-4ce8-8a8e-3e93efd6adec/theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"id": "a5f6a231-e3c8-4ce8-8a8e-3e93efd6adec",
"name": "Cleaned URL bar",
"description": "Cleans up zen's URL bar.",
"homepage": "https://github.com/Dinno-DEV/zen-cleaned-url-bar",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a5f6a231-e3c8-4ce8-8a8e-3e93efd6adec/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a5f6a231-e3c8-4ce8-8a8e-3e93efd6adec/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a5f6a231-e3c8-4ce8-8a8e-3e93efd6adec/image.png",
"author": "Dinno-DEV",
"version": "1.0.0",
"tags": [],
"createdAt": "2024-11-01",
"updatedAt": "2024-11-01"
}

0 comments on commit 342c92b

Please sign in to comment.