Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions themes/1596809f-b45a-4f82-9fa3-b6911650167b/chrome.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

#urlbar-search-mode-indicator {
padding: var(--mod-searchbadge-paddingvertical)
var(--mod-searchbadge-paddinghorizontal) !important;
border-radius: 9999px !important;
background: var(--mod-searchbadge-backgroundcolor) !important;
color: var(--mod-searchbadge-fontcolor) !important;
font-weight: 500;
box-shadow: var(--mod-searchbadge-shadowstyle)
var(--mod-searchbadge-shadowcolor);
font-size: var(--mod-searchbadge-fontsize);
}

#urlbar-search-mode-indicator-close.close-button {
display: none;
}

#urlbar-search-mode-indicator-title {
padding: 0 !important;
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions themes/1596809f-b45a-4f82-9fa3-b6911650167b/preferences.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
[
{
"property": "mod.searchbadge.fontsize",
"label": "Search badge font size (e.g. 13px)",
"type": "string",
"defaultValue": "13px"
},
{
"property": "mod.searchbadge.paddingvertical",
"label": "Search badge vertical padding (e.g. 4.5px)",
"type": "string",
"defaultValue": "4.5px"
},
{
"property": "mod.searchbadge.paddinghorizontal",
"label": "Search badge horizontal padding (e.g. 10px)",
"type": "string",
"defaultValue": "10px"
},
{
"property": "mod.searchbadge.backgroundcolor",
"label": "Search badge background color",
"type": "string",
"defaultValue": "#64ab9c"
},
{
"property": "mod.searchbadge.fontcolor",
"label": "Search badge font color",
"type": "string",
"defaultValue": "#ffffff"
},
{
"property": "mod.searchbadge.shadowcolor",
"label": "Search badge shadow color",
"type": "string",
"defaultValue": "#64ab9c4e"
},
{
"property": "mod.searchbadge.shadowstyle",
"label": "Search badge shadow style (e.g. 0 0 12px)",
"type": "string",
"defaultValue": "0 0 12px"
}
]
4 changes: 4 additions & 0 deletions themes/1596809f-b45a-4f82-9fa3-b6911650167b/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

# Better Search Badges

Improves the URL bar search engine badge styles with customizable padding, colors and shadow.
15 changes: 15 additions & 0 deletions themes/1596809f-b45a-4f82-9fa3-b6911650167b/theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"id": "1596809f-b45a-4f82-9fa3-b6911650167b",
"name": "Better Search Badges",
"description": "Better looking search engine badges in Zen",
"homepage": "https://github.com/sasoder/zen-browser-better-search-badges",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1596809f-b45a-4f82-9fa3-b6911650167b/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1596809f-b45a-4f82-9fa3-b6911650167b/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1596809f-b45a-4f82-9fa3-b6911650167b/image.png",
"author": "sasoder",
"version": "1.0.0",
"tags": [],
"createdAt": "2025-10-09",
"updatedAt": "2025-10-09",
"preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1596809f-b45a-4f82-9fa3-b6911650167b/preferences.json"
}