mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
Add theme: CTRL Tab panel theme
This commit is contained in:
parent
3c5f0bcf15
commit
75d470c17a
4 changed files with 38 additions and 0 deletions
29
themes/01a99bee-fea8-424f-be27-afc5c2a7baa6/chrome.css
Normal file
29
themes/01a99bee-fea8-424f-be27-afc5c2a7baa6/chrome.css
Normal 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;
|
||||
}
|
||||
|
||||
}
|
BIN
themes/01a99bee-fea8-424f-be27-afc5c2a7baa6/image.png
Normal file
BIN
themes/01a99bee-fea8-424f-be27-afc5c2a7baa6/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
8
themes/01a99bee-fea8-424f-be27-afc5c2a7baa6/readme.md
Normal file
8
themes/01a99bee-fea8-424f-be27-afc5c2a7baa6/readme.md
Normal 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
|
1
themes/01a99bee-fea8-424f-be27-afc5c2a7baa6/theme.json
Normal file
1
themes/01a99bee-fea8-424f-be27-afc5c2a7baa6/theme.json
Normal 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"}
|
Loading…
Add table
Add a link
Reference in a new issue