diff --git a/themes/1596809f-b45a-4f82-9fa3-b6911650167b/chrome.css b/themes/1596809f-b45a-4f82-9fa3-b6911650167b/chrome.css new file mode 100644 index 000000000..909cfbc3b --- /dev/null +++ b/themes/1596809f-b45a-4f82-9fa3-b6911650167b/chrome.css @@ -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; +} diff --git a/themes/1596809f-b45a-4f82-9fa3-b6911650167b/image.png b/themes/1596809f-b45a-4f82-9fa3-b6911650167b/image.png new file mode 100644 index 000000000..7929e4486 Binary files /dev/null and b/themes/1596809f-b45a-4f82-9fa3-b6911650167b/image.png differ diff --git a/themes/1596809f-b45a-4f82-9fa3-b6911650167b/preferences.json b/themes/1596809f-b45a-4f82-9fa3-b6911650167b/preferences.json new file mode 100644 index 000000000..5e29f1309 --- /dev/null +++ b/themes/1596809f-b45a-4f82-9fa3-b6911650167b/preferences.json @@ -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" + } +] \ No newline at end of file diff --git a/themes/1596809f-b45a-4f82-9fa3-b6911650167b/readme.md b/themes/1596809f-b45a-4f82-9fa3-b6911650167b/readme.md new file mode 100644 index 000000000..95dc9dcad --- /dev/null +++ b/themes/1596809f-b45a-4f82-9fa3-b6911650167b/readme.md @@ -0,0 +1,4 @@ + +# Better Search Badges + +Improves the URL bar search engine badge styles with customizable padding, colors and shadow. diff --git a/themes/1596809f-b45a-4f82-9fa3-b6911650167b/theme.json b/themes/1596809f-b45a-4f82-9fa3-b6911650167b/theme.json new file mode 100644 index 000000000..e5795c11c --- /dev/null +++ b/themes/1596809f-b45a-4f82-9fa3-b6911650167b/theme.json @@ -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" +} \ No newline at end of file