Add theme: Add new tab urlbar icon

This commit is contained in:
Evthestrike 2025-02-20 04:21:17 +00:00 committed by GitHub
parent f61da83440
commit fff60bb5dd
4 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1,13 @@
#urlbar[zen-newtab="true"] {
#identity-icon {
list-style-image: url("chrome://browser/skin/zen-icons/new-tab-image.svg") !important;
filter: opacity(0.5) !important;
}
&[open] #identity-icon-box::after {
content: "open in new tab" !important;
filter: opacity(0.5) !important;
padding-left: 6px !important;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

View file

@ -0,0 +1,3 @@
# Add new tab urlbar icon
Adds an icon and the text "open in new tab" to the urlbar when it is opened by pressing the "New Tab" button or by pressing "Ctrl+T" so that it is easy to differentiate between when you are editing a URL and opening a new tab.

View file

@ -0,0 +1,14 @@
{
"id": "378ba8b9-cd36-45f5-88df-595df5288795",
"name": "Add new tab urlbar icon",
"description": "Adds an icon and the text open in new tab to the urlbar if opened by pressing New Tab or Ctrl+T",
"homepage": "https://github.com/Evthestrike/zen-browser-add-new-tab-icon-to-urlbar",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/378ba8b9-cd36-45f5-88df-595df5288795/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/378ba8b9-cd36-45f5-88df-595df5288795/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/378ba8b9-cd36-45f5-88df-595df5288795/image.png",
"author": "Evthestrike",
"version": "1.0.0",
"tags": [],
"createdAt": "2025-02-20",
"updatedAt": "2025-02-20"
}