This commit is contained in:
mr. m 2025-06-27 01:10:23 +03:00 committed by GitHub
commit e8aef60400
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 38 additions and 0 deletions

View file

@ -0,0 +1,29 @@
@-moz-document url-prefix("chrome:") {
.ctrlTab-canvas {
border-radius: 0.5rem !important;
}
.ctrlTab-preview-inner {
border-radius: 0.5rem !important;
canvas {
border-radius: 0.5rem !important;
}
img {
border-radius: 0.5rem !important;
}
}
.ctrlTab-favicon-container {
display: none !important;
}
#ctrlTab-panel {
--panel-background: #212120 !important;
border-color: #2121207D !important;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View file

@ -0,0 +1,8 @@
# Change the look of the control+tab preview panel
This theme changes the following in the preview panel:
- Makes the panel's background color darker.
- Removes the panel's transparency.
- Gives the preview images rounded corners
- Removes the favicons

View file

@ -0,0 +1 @@
{"id": "01a99bee-fea8-424f-be27-afc5c2a7baa6", "name": "CTRL Tab panel theme", "description": "Changes the look of the CTRL Tab panel", "homepage": "https://github.com/marwanehab98/zen-ctrltab-panel-theme", "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/01a99bee-fea8-424f-be27-afc5c2a7baa6/chrome.css", "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/01a99bee-fea8-424f-be27-afc5c2a7baa6/readme.md", "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/01a99bee-fea8-424f-be27-afc5c2a7baa6/image.png", "author": "marwanehab98"}