mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
Remove unused theme: Compact Topsites
This commit is contained in:
parent
b34decafe6
commit
661edf54bc
21 changed files with 54 additions and 87 deletions
|
@ -16,6 +16,10 @@ To submit a theme, please follow these steps:
|
|||
* Submit the issue
|
||||
* Let us take care of the rest!
|
||||
|
||||
## Important notice
|
||||
|
||||
**All** themes in this repository are licensed under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/). By submitting a theme to this repository, you agree to this license. Themes can be copied, modified, and distributed for non-commercial purposes only. They may be changed without previous notice by the maintainers of this repository, in order to fix bugs, improve performance, or for any other reason.
|
||||
|
||||
## Updating a Theme
|
||||
|
||||
To update a theme, please follow these steps:
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
|
||||
# Hide tab mute
|
||||
|
||||
Hides the "Mute"/"Unmute" button if the sidebar is collapsed.
|
||||
This is useful if you want to click on or rearrange the tabs but instead keep accidentally muting your video/livestream/song.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
# Vesper
|
||||
|
||||
~~Peppermint~~ and orange flavored dark theme for ~~VSCode~~ Zen broser.
|
||||
Peppermint and orange flavored dark theme for Zen broser. This theme makes use of a wise selection of orange and dark colors to create a visually appealing and easy-to-read theme.
|
||||
|
||||
@bdsqqq's Port of the [Vesper VSCode theme](https://github.com/raunofreiberg/vesper/tree/main) For usage in Zen browser.
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"id": "17f70712-4530-42d0-ba0f-fa25bcbf2ddc",
|
||||
"name": "Vesper Dark",
|
||||
"description": "P\u0336e\u0336p\u0336p\u0336e\u0336r\u0336m\u0336i\u0336n\u0336t\u0336 and orange flavored dark theme for V\u0336S\u0336C\u0336o\u0336d\u0336e\u0336 Zen browser.",
|
||||
"description": "Pepermint and orange flavored dark theme for Zen browser.",
|
||||
"homepage": "",
|
||||
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/17f70712-4530-42d0-ba0f-fa25bcbf2ddc/chrome.css",
|
||||
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/17f70712-4530-42d0-ba0f-fa25bcbf2ddc/readme.md",
|
||||
"image": "https://i.imgur.com/SmQiVq7.png",
|
||||
"author": "bdsqqq",
|
||||
"version": "1.0.0"
|
||||
"version": "1.0.1"
|
||||
}
|
|
@ -3,4 +3,8 @@
|
|||
|
||||
Makes letterboxing look better by rounding the browser corners and adding a slight gradient to the background to make it feel more Tor-like.
|
||||
|
||||
> Note that you need to enable lettterboxing on `about:config` for this to work properly!
|
||||
Letter boxing is used to make the browser window smaller in order to protect your privacy and make it harder to track you.
|
||||
|
||||
The only problem is that Zen Browser doesn't look good with letterboxing enabled. This theme fixes that by making the letterboxing look better. Lettered areas are now rounded and the background uses the accent color to create a gradient effect.
|
||||
|
||||
> Note that you need to enable lettterboxing on `about:config` for this to work properly! The key you need to change is `privacy.resistFingerprinting.letterboxing` to `true`.
|
||||
|
|
|
@ -1,21 +1,23 @@
|
|||
@media not (-moz-bool-pref: "zen.view.sidebar-expanded") {
|
||||
.tabbrowser-tab:is([soundplaying], [muted], [activemedia-blocked])::after {
|
||||
content:'';
|
||||
position: absolute;
|
||||
width: 3px !important;
|
||||
border-radius: 3px !important;
|
||||
height: 100% !important;
|
||||
top: 50%;
|
||||
left: calc(100% - 2px) !important;
|
||||
transform: translateY(-50%);
|
||||
background-color: var(--zen-primary-color) !important;
|
||||
}
|
||||
.tabbrowser-tab:is([soundplaying], [muted], [activemedia-blocked]) {
|
||||
& .tab-background::after {
|
||||
content:'';
|
||||
position: absolute;
|
||||
width: 3px !important;
|
||||
border-radius: 3px !important;
|
||||
height: 100% !important;
|
||||
top: 50%;
|
||||
left: calc(100% - 2px) !important;
|
||||
transform: translateY(-50%);
|
||||
background-color: var(--zen-primary-color) !important;
|
||||
}
|
||||
|
||||
.tabbrowser-tab:not([selected=true])::after{
|
||||
height: 50% !important;
|
||||
}
|
||||
|
||||
.tabbrowser-tab:not([selected=true]):hover::after{
|
||||
height: 100% !important;
|
||||
&:not([selected='true']) .tab-background::after{
|
||||
height: 50% !important;
|
||||
}
|
||||
|
||||
&:not([selected='true']):hover .tab-background::after{
|
||||
height: 100% !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1 +1,6 @@
|
|||
|
||||
# Now playing indicator
|
||||
|
||||
Display an indicator on the 'Now playing' tab when the sidebar is collapsed. This is helpful if you've installed the 'Hide tab mute' Zen browser theme and want to quickly identify which tab is currently playing sound.
|
||||
|
||||
Please note that other themes may conflict with this one. If you experience any issues, please disable this theme and report the issue to the theme maintainer.
|
||||
|
|
|
@ -7,5 +7,5 @@
|
|||
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/2e3369c7-e450-46ba-8794-75ccb0de5e48/readme.md",
|
||||
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/2e3369c7-e450-46ba-8794-75ccb0de5e48/image.png",
|
||||
"author": "benstone326",
|
||||
"version": "1.1.1"
|
||||
"version": "1.1.2"
|
||||
}
|
|
@ -1,4 +1,6 @@
|
|||
|
||||
# Compact tabs title
|
||||
|
||||
Shows the first few characters of the tab even if compact mode is on.
|
||||
This can help you differentiate between multiple tabs even if they all have the same favicon.
|
||||
You can customize between 1, 2, or 3 letters shown.
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# No Scrollbar in Sidebar
|
||||
|
||||
Scrollbars are a useful feature to indicate the position of the content in a scrollable area. However, they can be distracting and take up space.
|
||||
|
||||
This theme removes the Sidebar Scrollbar while retaining the scroll functionality.
|
||||
|
|
|
@ -2,9 +2,3 @@
|
|||
# Zen Browser Theme - Consistent Workspaces Button
|
||||
|
||||
This is a really simple theme put together to make the workspaces button a little more consistent with the other sidebar buttons.
|
||||
|
||||
## Preview
|
||||

|
||||
|
||||
## Original
|
||||

|
||||
|
|
|
@ -1,2 +1,6 @@
|
|||
|
||||
# Midnight Purple
|
||||
|
||||
A good theme for those who like dark mode and the purple color :)
|
||||
|
||||
This theme combines the dark mode with a purple color scheme. It is a good choice for those who like dark mode and the purple color. It is easy on the eyes and looks great.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Allow Toolbar Theming
|
||||
|
||||
### This allows you to use Firefox themes to customize your toolbar
|
||||
This allows you to use Firefox themes to customize your toolbar in Zen browser. This is useful if you want to use firefox themes to customize your toolbar in Zen browser.
|
||||
|
||||
#### ⚠️ This does not work for every theme!
|
||||
> ⚠️ This does not work for every theme! Please report any issues you encounter.
|
|
@ -7,5 +7,5 @@
|
|||
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/680424a8-a818-406b-98c5-7726214e2a9f/readme.md",
|
||||
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/680424a8-a818-406b-98c5-7726214e2a9f/image.png",
|
||||
"author": "mauro-balades",
|
||||
"version": "1.0.0"
|
||||
"version": "1.0.1"
|
||||
}
|
|
@ -1,35 +0,0 @@
|
|||
@-moz-document url("about:newtab"), url("about:home") {
|
||||
.top-site-outer {
|
||||
--tile-radius: 12px;
|
||||
--tile-icon-size: 32px;
|
||||
--tile-size: 56px;
|
||||
border-radius: 16px !important;
|
||||
}
|
||||
.top-site-outer .tile {
|
||||
border-radius: var(--tile-radius) !important;
|
||||
height: var(--tile-size) !important;
|
||||
width: var(--tile-size) !important;
|
||||
}
|
||||
.top-site-outer .tile .icon-wrapper {
|
||||
width: var(--tile-icon-size) !important;
|
||||
height: var(--tile-icon-size) !important;
|
||||
}
|
||||
.top-site-outer .tile .icon-wrapper.letter-fallback::before {
|
||||
font-size: 32px !important;
|
||||
top: 0 !important;
|
||||
}
|
||||
.top-site-outer .context-menu-button {
|
||||
--tile-btn-size: 24px;
|
||||
--tile-btn-radius: 8px;
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
.top-site-outer .context-menu-button {
|
||||
background-color: var(--newtab-element-hover-color) !important;
|
||||
padding: 1.5ch !important;
|
||||
height: var(--tile-btn-size) !important;
|
||||
width: var(--tile-btn-size) !important;
|
||||
border-radius: var(--tile-btn-radius) !important;
|
||||
right: 0 !important;
|
||||
top: -12px !important;
|
||||
}
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 19 KiB |
|
@ -1,8 +0,0 @@
|
|||
|
||||
# Compact Topsites
|
||||
|
||||
**Zen Browser theme** for compact Top site icons on new tab
|
||||
|
||||
## What it does by default:
|
||||
|
||||
- Makes top site icons on new tab smaller and rounder
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"id": "6a5e8204-ea7f-4c3d-a6fc-de503b470d70",
|
||||
"name": "Compact Topsites",
|
||||
"description": "Theme for compact Top site icons on new tab",
|
||||
"homepage": "https://github.com/naiyerasif/zen-compact-topsites",
|
||||
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6a5e8204-ea7f-4c3d-a6fc-de503b470d70/chrome.css",
|
||||
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6a5e8204-ea7f-4c3d-a6fc-de503b470d70/readme.md",
|
||||
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6a5e8204-ea7f-4c3d-a6fc-de503b470d70/image.png",
|
||||
"author": "naiyerasif",
|
||||
"version": "1.0.0"
|
||||
}
|
|
@ -1,2 +1,4 @@
|
|||
|
||||
# Better UniExtBtn
|
||||
|
||||
The unified extension button does not match the color of other extension buttons. It looks more comfortable to change it to the browser icon.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
}
|
||||
|
||||
z-index: 2;
|
||||
position: fixed !important;
|
||||
position: absolute !important;
|
||||
bottom: auto !important;
|
||||
top: 20vh !important;
|
||||
padding-left: 6px !important;
|
||||
|
|
|
@ -7,5 +7,5 @@
|
|||
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/83a641f7-eca9-4c0f-91af-45627bef0539/readme.md",
|
||||
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/83a641f7-eca9-4c0f-91af-45627bef0539/image.png",
|
||||
"author": "mauro-balades",
|
||||
"version": "1.0.2"
|
||||
"version": "1.0.3"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue