mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
Add theme: Hide Sidebar
This commit is contained in:
parent
db13a9f42a
commit
ab6fef7e83
5 changed files with 68 additions and 0 deletions
14
themes/9aff64ba-d353-4709-b6a7-30a9f5139403/chrome.css
Normal file
14
themes/9aff64ba-d353-4709-b6a7-30a9f5139403/chrome.css
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
|
||||||
|
/* hide Sidebery header */
|
||||||
|
@media (-moz-bool-pref: "theme.hidesidebar.hide_sidebar_header") {
|
||||||
|
#sidebar-header {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* hide default sidebar */
|
||||||
|
@media (-moz-bool-pref: "theme.hidesidebar.hide_navigator_toolbox") {
|
||||||
|
#navigator-toolbox {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
}
|
BIN
themes/9aff64ba-d353-4709-b6a7-30a9f5139403/image.png
Normal file
BIN
themes/9aff64ba-d353-4709-b6a7-30a9f5139403/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
14
themes/9aff64ba-d353-4709-b6a7-30a9f5139403/preferences.json
Normal file
14
themes/9aff64ba-d353-4709-b6a7-30a9f5139403/preferences.json
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"property": "theme.hidesidebar.hide_sidebar_header",
|
||||||
|
"label": "hide Sidebery header",
|
||||||
|
"type": "checkbox",
|
||||||
|
"defaultValue": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"property": "theme.hidesidebar.hide_navigator_toolbox",
|
||||||
|
"label": "hide default sidebar",
|
||||||
|
"type": "checkbox",
|
||||||
|
"defaultValue": false
|
||||||
|
}
|
||||||
|
]
|
25
themes/9aff64ba-d353-4709-b6a7-30a9f5139403/readme.md
Normal file
25
themes/9aff64ba-d353-4709-b6a7-30a9f5139403/readme.md
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
|
||||||
|
# Hide Sidebar
|
||||||
|
|
||||||
|
> Conceal the sidebar and Sidebery title bar.
|
||||||
|
|
||||||
|
1. Install the `Sidebery` add-on.
|
||||||
|
2. Right-click on the sidebar and select `Compact mode -> Hide sidebar -> Enable compact mode`.
|
||||||
|
3. Activate the mode configuration.
|
||||||
|
|
||||||
|
Tips:
|
||||||
|
|
||||||
|
1. Add `user.js` to your `Profiles` directory to enable `Browser Toolbox Mode`.
|
||||||
|
|
||||||
|
// user.js
|
||||||
|
|
||||||
|
user_pref("devtools.chrome.enabled", true);
|
||||||
|
user_pref("devtools.debugger.remote-enabled", true);
|
||||||
|
|
||||||
|
user_pref("xpinstall.signatures.required", false);
|
||||||
|
user_pref("config.trim_on_minimize", true);
|
||||||
|
|
||||||
|
2. `Browser Toolbox Mode` is located under `Tools -> Browser Tools`.
|
||||||
|
3. For quick style previews, utilize the `Style Editor`.
|
||||||
|
4. Customize navigation and sidebar colors via `about:config -> zen.theme.gradient.show-custom-colors -> true`.
|
||||||
|
5. Disable transparent backgrounds: `about:config -> transparent -> false`.
|
15
themes/9aff64ba-d353-4709-b6a7-30a9f5139403/theme.json
Normal file
15
themes/9aff64ba-d353-4709-b6a7-30a9f5139403/theme.json
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"id": "9aff64ba-d353-4709-b6a7-30a9f5139403",
|
||||||
|
"name": "Hide Sidebar",
|
||||||
|
"description": "Hide default sidebar for using Sidebery",
|
||||||
|
"homepage": "https://git.081024.xyz/hxx/zen-mods",
|
||||||
|
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/9aff64ba-d353-4709-b6a7-30a9f5139403/chrome.css",
|
||||||
|
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/9aff64ba-d353-4709-b6a7-30a9f5139403/readme.md",
|
||||||
|
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/9aff64ba-d353-4709-b6a7-30a9f5139403/image.png",
|
||||||
|
"author": "jqtmviyu",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"tags": [],
|
||||||
|
"createdAt": "2025-05-25",
|
||||||
|
"updatedAt": "2025-05-25",
|
||||||
|
"preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/9aff64ba-d353-4709-b6a7-30a9f5139403/preferences.json"
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue