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
40 changes: 40 additions & 0 deletions themes/4f2c1674-c322-48e2-97f9-ba65436499d5/chrome.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@

/* Arc-like Create New Popup */
#zenCreateNewPopup {
-moz-appearance: none !important;
appearance: none !important;
background-color: black !important;
border-radius: 15px 15px 1px 15px !important;
padding: 8px !important;
min-width: 190px !important;
margin-left: -160px !important;
font-size: 14px !important;
font-weight: 600 !important;
}
#zenCreateNewPopup menuitem {
color: white !important;
border-radius: 10px 10px 10px 10px !important;
padding-top: 10px !important;
padding-bottom: 10px !important;
padding-left: 10px !important;
padding-right: 10px !important;
}
#zenCreateNewPopup {
menuitem:hover, menuitem[_moz-menuactive] {
background-color: var(--zen-colors-primary) !important;
}
}
#zenCreateNewPopup .menu-icon {
width: 24px !important;
height: 24px !important;
margin-right: 15px !important;
}
#zenCreateNewPopup menuseparator::before {
border-top: 2px solid var(--zen-colors-primary) !important;
}
#zenCreateNewPopup menuseparator {
margin-top: 5px !important;
margin-bottom: 5px !important;
margin-left: 0px !important;
margin-right: 0px !important;
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions themes/4f2c1674-c322-48e2-97f9-ba65436499d5/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

Modifies the styling and padding to give an Arc-like appearance to the Create New Popup.
14 changes: 14 additions & 0 deletions themes/4f2c1674-c322-48e2-97f9-ba65436499d5/theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"id": "4f2c1674-c322-48e2-97f9-ba65436499d5",
"name": "Arc Style New Popup",
"description": "Gives the Create New Popup an Arc-like appearance",
"homepage": "",
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4f2c1674-c322-48e2-97f9-ba65436499d5/chrome.css",
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4f2c1674-c322-48e2-97f9-ba65436499d5/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4f2c1674-c322-48e2-97f9-ba65436499d5/image.png",
"author": "thebitstick",
"version": "1.0.0",
"tags": [],
"createdAt": "2025-09-19",
"updatedAt": "2025-09-19"
}