diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 2e7dca0c..625daa5c 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,3 +1,2 @@ - patreon: zen_browser -ko_fi: zen_browser \ No newline at end of file +ko_fi: zen_browser diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index a49eab2f..0086358d 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1 +1 @@ -blank_issues_enabled: true \ No newline at end of file +blank_issues_enabled: true diff --git a/.github/ISSUE_TEMPLATE/create-theme.yml b/.github/ISSUE_TEMPLATE/create-theme.yml index 85b43ce6..cc18f8ce 100644 --- a/.github/ISSUE_TEMPLATE/create-theme.yml +++ b/.github/ISSUE_TEMPLATE/create-theme.yml @@ -47,7 +47,7 @@ body: attributes: label: Theme Styles render: css - + description: The CSS styles for the theme. If the theme is a color theme, the styles should be a JSON object with the color values. placeholder: | /* Remember to strip @-moz-document url-prefix('chrome://') {... */ diff --git a/.github/workflows/create-theme.yml b/.github/workflows/create-theme.yml index ae459699..312c2968 100644 --- a/.github/workflows/create-theme.yml +++ b/.github/workflows/create-theme.yml @@ -16,7 +16,7 @@ jobs: - name: Install python uses: actions/setup-python@v2 with: - python-version: '3.x' + python-version: "3.x" - name: Setup python modules run: | @@ -39,19 +39,19 @@ jobs: echo "THEME_IS_COLOR_THEME=${{ contains(fromJson(steps.issue-parser.outputs.jsonString)['is-color-theme'], 'JSON Color Theme') }}" >> $GITHUB_ENV - name: Write styles to file - uses: 'DamianReeves/write-file-action@master' + uses: "DamianReeves/write-file-action@master" with: contents: ${{ fromJson(steps.issue-parser.outputs.jsonString)['styles'] }} path: theme-styles.css - name: Write readme to file - uses: 'DamianReeves/write-file-action@master' + uses: "DamianReeves/write-file-action@master" with: contents: ${{ fromJson(steps.issue-parser.outputs.jsonString)['readme'] }} path: theme-readme.md - name: Write preferences to file - uses: 'DamianReeves/write-file-action@master' + uses: "DamianReeves/write-file-action@master" if: fromJson(steps.issue-parser.outputs.jsonString)['preferences'] != '' with: contents: ${{ fromJson(steps.issue-parser.outputs.jsonString)['preferences'] }} @@ -97,9 +97,9 @@ jobs: add-paths: themes/ labels: staged token: ${{ secrets.DEPLOY_KEY }} - commit-message: 'Add theme: ${{ env.THEME_NAME }}' + commit-message: "Add theme: ${{ env.THEME_NAME }}" delete-branch: true - title: 'Add theme: ${{ env.THEME_NAME }}' + title: "Add theme: ${{ env.THEME_NAME }}" body: | # Add theme: ${{ env.THEME_NAME }} diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 2933cdd2..1e439700 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -1,4 +1,3 @@ - name: Check PR is valid on: @@ -16,7 +15,7 @@ jobs: - name: Install python uses: actions/setup-python@v2 with: - python-version: '3.x' + python-version: "3.x" - name: Setup python modules run: | diff --git a/.github/workflows/submit-pr.yml b/.github/workflows/submit-pr.yml index b3842981..99436210 100644 --- a/.github/workflows/submit-pr.yml +++ b/.github/workflows/submit-pr.yml @@ -20,7 +20,7 @@ jobs: - name: Install python uses: actions/setup-python@v2 with: - python-version: '3.x' + python-version: "3.x" - name: Setup python modules run: | diff --git a/.github/workflows/update-theme-date.yml b/.github/workflows/update-theme-date.yml index eae748ee..8a9334a6 100644 --- a/.github/workflows/update-theme-date.yml +++ b/.github/workflows/update-theme-date.yml @@ -5,7 +5,7 @@ on: branches: - main paths: - - 'themes/**' + - "themes/**" jobs: update-timestamp: @@ -24,7 +24,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: '3.x' + python-version: "3.x" - name: Detect changed themes id: get_changes @@ -35,7 +35,7 @@ jobs: - name: Setup python modules run: | pip3 install requests - + - name: Setup Git run: | git config --global user.name "github-actions[bot]" diff --git a/README.md b/README.md index f863d25a..78a3ea40 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@ To submit a theme, please follow these steps: -* Open an issue in [this template](https://github.com/zen-browser/theme-store/issues/new?assignees=&labels=new-theme&projects=&template=create-theme.yml&title=%5Bcreate-theme%5D%3A+) with the title `[create-theme]: ` -* Fill out the template with the necessary information -* Submit the issue -* Let us take care of the rest! +- Open an issue in [this template](https://github.com/zen-browser/theme-store/issues/new?assignees=&labels=new-theme&projects=&template=create-theme.yml&title=%5Bcreate-theme%5D%3A+) with the title `[create-theme]: ` +- Fill out the template with the necessary information +- Submit the issue +- Let us take care of the rest! ## Important notice @@ -24,10 +24,10 @@ To submit a theme, please follow these steps: To update a theme, please follow these steps: -* Create a new pull request with the updated theme -* Make sure to include the theme name in the title -* Submit the pull request -* Let us take care of the rest! +- Create a new pull request with the updated theme +- Make sure to include the theme name in the title +- Submit the pull request +- Let us take care of the rest! > This applied to any other actions you want to take with the themes in this repository, such as deleting a theme. diff --git a/themes.json b/themes.json index 388aa9aa..af055a2b 100644 --- a/themes.json +++ b/themes.json @@ -1,1356 +1,1305 @@ { - "753c7518-237d-480a-abfd-1f42a7eabacc": { - "id": "753c7518-237d-480a-abfd-1f42a7eabacc", - "name": "Zen Paper Cut Theme", - "description": "Zen's interface be made pointy and boxy. Watchout for paper cuts!", - "homepage": "https://github.com/Dinno-DEV/zen-paper-cut-theme", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/753c7518-237d-480a-abfd-1f42a7eabacc/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/753c7518-237d-480a-abfd-1f42a7eabacc/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/753c7518-237d-480a-abfd-1f42a7eabacc/image.png", - "author": "Dinno-DEV", - "version": "1.0.3", - "tags": [], - "createdAt": "2024-09-24", - "updatedAt": "2024-10-28" - }, - "13696593-837d-464d-adf4-ff13bd0e0545": { - "id": "13696593-837d-464d-adf4-ff13bd0e0545", - "name": "Download BG", - "description": "Add a background to the active download indicator.", - "homepage": "https://github.com/different55/download.bg", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/13696593-837d-464d-adf4-ff13bd0e0545/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/13696593-837d-464d-adf4-ff13bd0e0545/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/13696593-837d-464d-adf4-ff13bd0e0545/image.png", - "author": "different55", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-12-29", - "updatedAt": "2024-12-31" - }, - "a7125691-139e-4a62-aad9-06c6e9f2e5ba": { - "id": "a7125691-139e-4a62-aad9-06c6e9f2e5ba", - "name": "CustomCursor", - "description": "Choose your custom cursor!", - "homepage": "https://github.com/GunGunGun/zenCustomCursorMod", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a7125691-139e-4a62-aad9-06c6e9f2e5ba/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a7125691-139e-4a62-aad9-06c6e9f2e5ba/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a7125691-139e-4a62-aad9-06c6e9f2e5ba/image.png", - "author": "GunGunGun", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-10-26", - "updatedAt": "2024-10-26", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a7125691-139e-4a62-aad9-06c6e9f2e5ba/preferences.json" - }, - "56449583-f295-4f34-baf8-da70d3d156e7": { - "id": "56449583-f295-4f34-baf8-da70d3d156e7", - "name": "Solarized", - "description": "Solarized color pallete ported into Zen!", - "homepage": "https://github.com/mohvn/solarized-zenbrowser", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/56449583-f295-4f34-baf8-da70d3d156e7/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/56449583-f295-4f34-baf8-da70d3d156e7/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/56449583-f295-4f34-baf8-da70d3d156e7/image.png", - "author": "mohvn", - "version": "1.0.0", - "isDarkMode": true, - "isColorTheme": true, - "tags": [ - "color scheme", - "dark" - ], - "createdAt": "2024-09-09", - "updatedAt": "2024-09-09" - }, - "680424a8-a818-406b-98c5-7726214e2a9f": { - "id": "680424a8-a818-406b-98c5-7726214e2a9f", - "name": "Remove Browser Padding", - "description": "Remove the right and bottom paddings of the browser views on zen!", - "homepage": "https://github.com/zen-browser/theme-components", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/680424a8-a818-406b-98c5-7726214e2a9f/chrome.css", - "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.2", - "tags": [], - "createdAt": "2024-08-17", - "updatedAt": "2024-08-17" - }, - "32aca67a-ffdd-49e7-95c7-1821793610ca": { - "id": "32aca67a-ffdd-49e7-95c7-1821793610ca", - "name": "Custom Statusbar", - "description": "This Mod allows you to adjust the rounding, margin, border thickness and any color of the statusbar.", - "homepage": "https://github.com/Archer7x/Zen-Themes/tree/main/CustomStatusbar", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/32aca67a-ffdd-49e7-95c7-1821793610ca/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/32aca67a-ffdd-49e7-95c7-1821793610ca/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/32aca67a-ffdd-49e7-95c7-1821793610ca/image.png", - "author": "Archer7x", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-11-19", - "updatedAt": "2024-11-23", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/32aca67a-ffdd-49e7-95c7-1821793610ca/preferences.json" - }, - "ab9b529c-63d6-48c0-a59a-4a407c5c3129": { - "id": "ab9b529c-63d6-48c0-a59a-4a407c5c3129", - "name": "Minimal sidebar", - "description": "With this Zen theme, you can remove the buttons from the sidebar and make more space for your tabs", - "homepage": "https://github.com/Venca321/Zen-Minimal-Sidebar-Theme", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ab9b529c-63d6-48c0-a59a-4a407c5c3129/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ab9b529c-63d6-48c0-a59a-4a407c5c3129/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ab9b529c-63d6-48c0-a59a-4a407c5c3129/image.png", - "author": "Venca321", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ab9b529c-63d6-48c0-a59a-4a407c5c3129/preferences.json", - "version": "1.1.0", - "tags": [], - "createdAt": "2024-08-23", - "updatedAt": "2024-09-10" - }, - "00aeb359-cce5-4eb5-8c5c-5f928a715664": { - "id": "00aeb359-cce5-4eb5-8c5c-5f928a715664", - "name": "Nyan Catto Mod", - "description": "Playful sidebar mod featuring Bongo Cat above and marching Nyan Cats below \ud83d\udc31", - "homepage": "https://github.com/RayZ3R0/nyan-catto", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/00aeb359-cce5-4eb5-8c5c-5f928a715664/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/00aeb359-cce5-4eb5-8c5c-5f928a715664/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/00aeb359-cce5-4eb5-8c5c-5f928a715664/image.png", - "author": "RayZ3R0", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-10-29", - "updatedAt": "2024-11-03", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/00aeb359-cce5-4eb5-8c5c-5f928a715664/preferences.json" - }, - "d868eaf4-cefc-4f41-8f1c-1f603726d2fa": { - "id": "d868eaf4-cefc-4f41-8f1c-1f603726d2fa", - "name": "Tab Text Size", - "description": "Change tab text size", - "homepage": "https://github.com/ajkuftic/Zen-TabTextSize", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/image.png", - "author": "ajkuftic", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-12-16", - "updatedAt": "2024-12-18", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/preferences.json" - }, - "477bc813-c333-4747-813e-00e0420ceec0": { - "id": "477bc813-c333-4747-813e-00e0420ceec0", - "name": "Bottom Essentials", - "description": "Move your Essential Tabs to the bottom of the Sidebar for some Visual seperation from Pinned tabs.", - "homepage": "https://github.com/TheBigWazz/ZenThemes/tree/main/Bottom-Essentials", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/477bc813-c333-4747-813e-00e0420ceec0/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/477bc813-c333-4747-813e-00e0420ceec0/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/477bc813-c333-4747-813e-00e0420ceec0/image.png", - "author": "TheBigWazz", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-11-12", - "updatedAt": "2024-11-19" - }, - "abc2d6d8-ea9c-4313-a99c-fb1e76e8b3e5": { - "id": "abc2d6d8-ea9c-4313-a99c-fb1e76e8b3e5", - "name": "Drop Shadow", - "description": "Adds a drop shadow to the website's browser panel.", - "homepage": "https://github.com/mohvn/dropshadow-zenbrowser", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/abc2d6d8-ea9c-4313-a99c-fb1e76e8b3e5/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/abc2d6d8-ea9c-4313-a99c-fb1e76e8b3e5/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/abc2d6d8-ea9c-4313-a99c-fb1e76e8b3e5/image.png", - "author": "mohvn", - "version": "1.0.2", - "tags": [], - "createdAt": "2024-09-03", - "updatedAt": "2024-10-19" - }, - "4ab93b88-151c-451b-a1b7-a1e0e28fa7f8": { - "id": "4ab93b88-151c-451b-a1b7-a1e0e28fa7f8", - "name": "No Sidebar Scrollbar", - "description": "This theme removes the Sidebar Scrollbar while retaining the scroll functionality.", - "homepage": "https://github.com/mally8/zen-browser-no-sidebar-scrollbar", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4ab93b88-151c-451b-a1b7-a1e0e28fa7f8/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4ab93b88-151c-451b-a1b7-a1e0e28fa7f8/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4ab93b88-151c-451b-a1b7-a1e0e28fa7f8/image.png", - "author": "mally8", - "version": "1.0.3", - "tags": [], - "createdAt": "2024-09-01", - "updatedAt": "2024-11-19" - }, - "c8f20381-388a-4b67-b640-eaa539355ea4": { - "id": "c8f20381-388a-4b67-b640-eaa539355ea4", - "name": "Right On Hover Sidebar", - "description": "Web Panels sidebar that popups on hover on the right (like compact mode)", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c8f20381-388a-4b67-b640-eaa539355ea4/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c8f20381-388a-4b67-b640-eaa539355ea4/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c8f20381-388a-4b67-b640-eaa539355ea4/image.png", - "author": "p2d0", - "version": "1.0.1", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c8f20381-388a-4b67-b640-eaa539355ea4/preferences.json", - "tags": [], - "createdAt": "2024-10-02", - "updatedAt": "2024-11-19" - }, - "c6813222-6571-4ba6-8faf-58f3343324f6": { - "id": "c6813222-6571-4ba6-8faf-58f3343324f6", - "name": "Disable Rounded Corners", - "description": "Disable Rounded Corners from Web View.", - "homepage": "https://github.com/gunir/desktop/tree/themes/themes", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c6813222-6571-4ba6-8faf-58f3343324f6/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c6813222-6571-4ba6-8faf-58f3343324f6/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c6813222-6571-4ba6-8faf-58f3343324f6/image.png", - "author": "gunir", - "version": "3.0.0", - "tags": [], - "createdAt": "2024-08-19", - "updatedAt": "2024-11-02" - }, - "e3eec307-7c64-4cbd-a0c5-3447cd45a840": { - "id": "e3eec307-7c64-4cbd-a0c5-3447cd45a840", - "name": "Catppuccin", - "description": "Dive into Catppuccin's, unique pastel color theme for Zen!", - "homepage": "https://catppuccin.com/", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e3eec307-7c64-4cbd-a0c5-3447cd45a840/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e3eec307-7c64-4cbd-a0c5-3447cd45a840/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e3eec307-7c64-4cbd-a0c5-3447cd45a840/image.png", - "author": "mauro-balades", - "version": "1.0.0", - "isDarkMode": true, - "isColorTheme": true, - "tags": [ - "color scheme", - "dark" - ], - "createdAt": "2024-08-21", - "updatedAt": "2024-09-09" - }, - "ad97bb70-0066-4e42-9b5f-173a5e42c6fc": { - "id": "ad97bb70-0066-4e42-9b5f-173a5e42c6fc", - "name": "SuperPins", - "description": "This Zen Mod enhances pinned tabs/Essentials, by making some UI/UX changes.", - "homepage": "https://github.com/JLBlk/Zen-Themes/tree/main/SuperPins", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/image.png", - "author": "JLBlk", - "version": "1.4.2", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/preferences.json", - "tags": [ - "tabs" - ], - "createdAt": "2024-08-28", - "updatedAt": "2024-12-16" - }, - "17f70712-4530-42d0-ba0f-fa25bcbf2ddc": { - "id": "17f70712-4530-42d0-ba0f-fa25bcbf2ddc", - "name": "Vesper Dark", - "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.1", - "isDarkMode": true, - "isColorTheme": true, - "tags": [ - "color scheme", - "dark" - ], - "createdAt": "2024-08-22", - "updatedAt": "2024-09-03" - }, - "cfa711cf-e9f7-4c35-8289-3e7633f93565": { - "id": "cfa711cf-e9f7-4c35-8289-3e7633f93565", - "name": "Fluid URL", - "description": "A minimalist mod that adds a smooth gradient animation to the URL bar for a calming effect.", - "homepage": "https://github.com/wysh3/Zen-Mods/tree/main/Fluid%20URL", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/cfa711cf-e9f7-4c35-8289-3e7633f93565/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/cfa711cf-e9f7-4c35-8289-3e7633f93565/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/cfa711cf-e9f7-4c35-8289-3e7633f93565/image.png", - "author": "wysh3", - "version": "1.0.4", - "tags": [], - "createdAt": "2024-11-20", - "updatedAt": "2024-12-31", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/cfa711cf-e9f7-4c35-8289-3e7633f93565/preferences.json" - }, - "87196c08-8ca1-4848-b13b-7ea41ee830e7": { - "id": "87196c08-8ca1-4848-b13b-7ea41ee830e7", - "name": "Tab Preview Enhanced", - "description": "Enhanced tab preview, respecting user background color and padding", - "homepage": "https://github.com/Kaedriz/ZenMods/tree/main/TabPreviewEnhanced", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/87196c08-8ca1-4848-b13b-7ea41ee830e7/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/87196c08-8ca1-4848-b13b-7ea41ee830e7/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/87196c08-8ca1-4848-b13b-7ea41ee830e7/image.png", - "author": "Kaedriz", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-12-20", - "updatedAt": "2025-01-25" - }, - "58649066-2b6f-4a5b-af6d-c3d21d16fc00": { - "id": "58649066-2b6f-4a5b-af6d-c3d21d16fc00", - "name": "Private Mode Highlighting", - "description": "This theme adds extra theming and an icon to the main toolbar of any private browsing window.", - "homepage": "https://github.com/danm36/zen-browser-private-browsing-toolbar-highlighting", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/58649066-2b6f-4a5b-af6d-c3d21d16fc00/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/58649066-2b6f-4a5b-af6d-c3d21d16fc00/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/58649066-2b6f-4a5b-af6d-c3d21d16fc00/image.png", - "author": "danm36", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/58649066-2b6f-4a5b-af6d-c3d21d16fc00/preferences.json", - "version": "1.0.4", - "tags": [], - "createdAt": "2024-08-09", - "updatedAt": "2024-09-25" - }, - "e4faf306-61b1-4785-8678-7bdee9dc2564": { - "id": "e4faf306-61b1-4785-8678-7bdee9dc2564", - "name": "Tokyo Night Moon", - "description": "A dark theme inspired by folke's Tokyo Night Moon color palette", - "homepage": "https://github.com/ZweTyy/Tokyo-Night-Moon-Theme-Zen-browser", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e4faf306-61b1-4785-8678-7bdee9dc2564/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e4faf306-61b1-4785-8678-7bdee9dc2564/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e4faf306-61b1-4785-8678-7bdee9dc2564/image.png", - "author": "ZweTyy", - "version": "1.0.1", - "isDarkMode": true, - "isColorTheme": true, - "tags": [ - "color scheme", - "dark" - ], - "createdAt": "2024-09-15", - "updatedAt": "2024-09-15" - }, - "49dbaa98-06ee-42bd-9a8e-834babef7a41": { - "id": "49dbaa98-06ee-42bd-9a8e-834babef7a41", - "name": "Collapsed Tab X Button", - "description": "This theme adds a close button to the collapsed tabs in Zen Browser.", - "homepage": "https://github.com/burnt0rice/zen-themes/tree/main/collapsed-tab-close-button", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/49dbaa98-06ee-42bd-9a8e-834babef7a41/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/49dbaa98-06ee-42bd-9a8e-834babef7a41/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/49dbaa98-06ee-42bd-9a8e-834babef7a41/image.png", - "author": "burnt0rice", - "version": "1.0.0", - "tags": [ - "tabs" - ], - "createdAt": "2024-08-31", - "updatedAt": "2024-09-07" - }, - "f4a7562f-6e54-4f1e-b835-a397fc6c15f2": { - "id": "f4a7562f-6e54-4f1e-b835-a397fc6c15f2", - "name": "Ros\u00e9 Pine Dawn", - "description": "Minimalist, pine, freshness for your browser!", - "homepage": "https://github.com/feco/zen-rose-pine-dawn", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f4a7562f-6e54-4f1e-b835-a397fc6c15f2/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f4a7562f-6e54-4f1e-b835-a397fc6c15f2/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f4a7562f-6e54-4f1e-b835-a397fc6c15f2/image.png", - "author": "feco", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-10-06", - "updatedAt": "2024-10-06" - }, - "7ba20fe1-7286-4b1f-9bf6-39d40bec8ae0": { - "id": "7ba20fe1-7286-4b1f-9bf6-39d40bec8ae0", - "name": "Crimson", - "description": "A crimson red theme for Zen :)", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/7ba20fe1-7286-4b1f-9bf6-39d40bec8ae0/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/7ba20fe1-7286-4b1f-9bf6-39d40bec8ae0/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/7ba20fe1-7286-4b1f-9bf6-39d40bec8ae0/image.png", - "author": "shaeriz", - "version": "1.0.0", - "tags": [ - "color scheme", - "dark" - ], - "createdAt": "2024-10-12", - "updatedAt": "2024-10-12" - }, - "1e9f3101-210b-4ff5-8830-434e4919100d": { - "id": "1e9f3101-210b-4ff5-8830-434e4919100d", - "name": "Better Letterboxing", - "description": "More pleasant, theme-friendly, and most importantly, rounded letterboxing.", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1e9f3101-210b-4ff5-8830-434e4919100d/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1e9f3101-210b-4ff5-8830-434e4919100d/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1e9f3101-210b-4ff5-8830-434e4919100d/image.png", - "author": "qtchaos", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-08-28", - "updatedAt": "2024-08-28" - }, - "bed8c922-616a-4165-8c86-6822ccf478ad": { - "id": "bed8c922-616a-4165-8c86-6822ccf478ad", - "name": "Erics Zen UI Tweak Box", - "description": "Various tweaks for the Zen Browser UI", - "homepage": "https://github.com/ericmackrodt/zen-themes", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bed8c922-616a-4165-8c86-6822ccf478ad/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bed8c922-616a-4165-8c86-6822ccf478ad/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bed8c922-616a-4165-8c86-6822ccf478ad/image.png", - "author": "ericmackrodt", - "version": "1.0.0", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bed8c922-616a-4165-8c86-6822ccf478ad/preferences.json", - "tags": [], - "createdAt": "2024-09-07", - "updatedAt": "2024-09-07" - }, - "bd92a9a0-1c00-4187-a66e-94c389fa5a59": { - "id": "bd92a9a0-1c00-4187-a66e-94c389fa5a59", - "name": "Sidebar Expand on Hover", - "description": "Readds the expand on hover feature to zen with a few extra features", - "homepage": "https://github.com/Uiniel/zen-mods/tree/main/sidebar-expand-on-hover", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bd92a9a0-1c00-4187-a66e-94c389fa5a59/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bd92a9a0-1c00-4187-a66e-94c389fa5a59/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bd92a9a0-1c00-4187-a66e-94c389fa5a59/image.png", - "author": "Uiniel", - "version": "1.1.2", - "tags": [], - "createdAt": "2024-12-10", - "updatedAt": "2025-01-23", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bd92a9a0-1c00-4187-a66e-94c389fa5a59/preferences.json" - }, - "570afd9d-96fa-48b5-bad3-0c106757cce9": { - "id": "570afd9d-96fa-48b5-bad3-0c106757cce9", - "name": "Super Sleek UI", - "description": "A sleek & minimalistic UI with grid-style quick access, smaller navbar, no border padding & more.", - "homepage": "https://github.com/lingais/Zen-Broswer-Super-Sleek-UI-Theme.git", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/570afd9d-96fa-48b5-bad3-0c106757cce9/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/570afd9d-96fa-48b5-bad3-0c106757cce9/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/570afd9d-96fa-48b5-bad3-0c106757cce9/image.png", - "author": "lingais", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-08-28", - "updatedAt": "2024-08-28" - }, - "d7076c31-f6c1-4f28-b2e8-15b95f5a3d6f": { - "id": "d7076c31-f6c1-4f28-b2e8-15b95f5a3d6f", - "name": "No Search Shortcut Icons", - "description": "Hides search shortcuts in the Zen browser URL bar, showing them only when the bar is focused.", - "homepage": "https://github.com/itsfaizankhan/zen-browser-mods/tree/main/No-Search-Shortcut-Icons", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d7076c31-f6c1-4f28-b2e8-15b95f5a3d6f/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d7076c31-f6c1-4f28-b2e8-15b95f5a3d6f/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d7076c31-f6c1-4f28-b2e8-15b95f5a3d6f/image.png", - "author": "itsfaizankhan", - "version": "1.0.1", - "tags": [], - "createdAt": "2024-12-27", - "updatedAt": "2025-01-07" - }, - "daf345ec-9a89-4b5d-9d41-47df562e29c9": { - "id": "daf345ec-9a89-4b5d-9d41-47df562e29c9", - "name": "Secret Theme", - "description": "Secret theme made for people to have a little laugh!", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/daf345ec-9a89-4b5d-9d41-47df562e29c9/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/daf345ec-9a89-4b5d-9d41-47df562e29c9/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/daf345ec-9a89-4b5d-9d41-47df562e29c9/image.png", - "author": "mauro-balades", - "version": "1.0.1", - "tags": [], - "createdAt": "2024-08-29", - "updatedAt": "2024-11-23" - }, - "c8d9e6e6-e702-4e15-8972-3596e57cf398": { - "id": "c8d9e6e6-e702-4e15-8972-3596e57cf398", - "name": "Zen Back Forward", - "description": "Hide Back and Forward button when you don't need them", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c8d9e6e6-e702-4e15-8972-3596e57cf398/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c8d9e6e6-e702-4e15-8972-3596e57cf398/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c8d9e6e6-e702-4e15-8972-3596e57cf398/image.png", - "author": "KiKaraage", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-09-03", - "updatedAt": "2024-09-03" - }, - "d23733fa-983e-4680-8869-bf5b292d4fe6": { - "id": "d23733fa-983e-4680-8869-bf5b292d4fe6", - "name": "Customize Font Size", - "description": "Configure Zen Browser's UI font sizes.", - "homepage": "https://github.com/joadr/zen-customize-fonts-size", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d23733fa-983e-4680-8869-bf5b292d4fe6/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d23733fa-983e-4680-8869-bf5b292d4fe6/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d23733fa-983e-4680-8869-bf5b292d4fe6/image.png", - "author": "joadr", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-11-29", - "updatedAt": "2024-12-10", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d23733fa-983e-4680-8869-bf5b292d4fe6/preferences.json" - }, - "b430a958-cd66-4edd-b451-c6c7cfb7e160": { - "id": "b430a958-cd66-4edd-b451-c6c7cfb7e160", - "name": "HidePlugins", - "description": "Theme to hide the plugin button from the toolbar.", - "homepage": "https://github.com/adammpkins/HidePlugins/tree/main", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/image.png", - "author": "adammpkins", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-08-29", - "updatedAt": "2024-08-29" - }, - "67b12475-1c26-4d13-9156-297383ed8dbf": { - "id": "67b12475-1c26-4d13-9156-297383ed8dbf", - "name": "Floating toolbar", - "description": "Detaches toolbar from edge of browser window so that it appears to float", - "homepage": "https://github.com/anaarkei/zen-floating-toolbar", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/67b12475-1c26-4d13-9156-297383ed8dbf/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/67b12475-1c26-4d13-9156-297383ed8dbf/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/67b12475-1c26-4d13-9156-297383ed8dbf/image.png", - "author": "anaarkei", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/67b12475-1c26-4d13-9156-297383ed8dbf/preferences.json", - "version": "2.1.2", - "tags": [], - "createdAt": "2024-09-15", - "updatedAt": "2024-09-30" - }, - "b51ff956-6aea-47ab-80c7-d6c047c0d510": { - "id": "b51ff956-6aea-47ab-80c7-d6c047c0d510", - "name": "Disable Status Bar", - "description": "This removes the bottom-left status bar when hovering over a URL.", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/b51ff956-6aea-47ab-80c7-d6c047c0d510/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/b51ff956-6aea-47ab-80c7-d6c047c0d510/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/b51ff956-6aea-47ab-80c7-d6c047c0d510/image.png", - "author": "F-U-B-AR", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-09-03", - "updatedAt": "2024-09-03" - }, - "ef16716a-58dc-42d4-99f8-b1667d32247d": { - "id": "ef16716a-58dc-42d4-99f8-b1667d32247d", - "name": "Formula 1", - "description": "Embrace the simplicity of black and red", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ef16716a-58dc-42d4-99f8-b1667d32247d/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ef16716a-58dc-42d4-99f8-b1667d32247d/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ef16716a-58dc-42d4-99f8-b1667d32247d/image.png", - "author": "thejournalwriter", - "version": "1.0.0", - "isDarkMode": true, - "isColorTheme": true, - "tags": [ - "color scheme", - "dark" - ], - "createdAt": "2024-08-22", - "updatedAt": "2024-08-22" - }, - "5c4d7772-d963-4672-ab03-e9d541438881": { - "id": "5c4d7772-d963-4672-ab03-e9d541438881", - "name": "Bigger Mute Button", - "description": "Enlarges mute button, hides sound labels, and replaces tab icon with mute button when not expanded.", - "homepage": "https://github.com/jvabn/zenbrowser-themes", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5c4d7772-d963-4672-ab03-e9d541438881/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5c4d7772-d963-4672-ab03-e9d541438881/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5c4d7772-d963-4672-ab03-e9d541438881/image.png", - "author": "jvabn", - "version": "1.0.2", - "tags": [], - "createdAt": "2024-10-12", - "updatedAt": "2024-11-02" - }, - "f7c71d9a-bce2-420f-ae44-a64bd92975ab": { - "id": "f7c71d9a-bce2-420f-ae44-a64bd92975ab", - "name": "Better Unloaded Tabs", - "description": "Makes unloaded tabs easier to notice by making them greyscale and transparent.", - "homepage": "https://github.com/Felkazz/zen-browser-better-unloaded-tabs", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f7c71d9a-bce2-420f-ae44-a64bd92975ab/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f7c71d9a-bce2-420f-ae44-a64bd92975ab/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f7c71d9a-bce2-420f-ae44-a64bd92975ab/image.png", - "author": "Felkazz", - "version": "1.0.1", - "tags": [], - "createdAt": "2024-10-12", - "updatedAt": "2024-10-12" - }, - "e4274cbc-c99b-411a-876d-9b943eb91282": { - "id": "e4274cbc-c99b-411a-876d-9b943eb91282", - "name": "Exit Button Right Padding", - "description": "A simple theme that adds a bit of padding to the right of the exit button", - "homepage": "https://github.com/ericmackrodt/zen-themes/", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e4274cbc-c99b-411a-876d-9b943eb91282/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e4274cbc-c99b-411a-876d-9b943eb91282/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e4274cbc-c99b-411a-876d-9b943eb91282/image.png", - "author": "ericmackrodt", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-08-31", - "updatedAt": "2024-08-31" - }, - "803c7895-b39b-458e-84f8-a521f4d7a064": { - "id": "803c7895-b39b-458e-84f8-a521f4d7a064", - "name": "Hide Inactive Workspaces", - "description": "Reducing space by hiding inactive workspace icons, extremely useful if you have a lot of workspaces.", - "homepage": "https://github.com/GunGunGun/zenCustomCursorMod/tree/main/autohide_inactive_workspaces", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/803c7895-b39b-458e-84f8-a521f4d7a064/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/803c7895-b39b-458e-84f8-a521f4d7a064/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/803c7895-b39b-458e-84f8-a521f4d7a064/image.png", - "author": "GunGunGun", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-11-02", - "updatedAt": "2024-11-02" - }, - "5f12d02a-c692-4f9c-b1f3-cd92782bab02": { - "id": "5f12d02a-c692-4f9c-b1f3-cd92782bab02", - "name": "Winter Spirit", - "description": "Adds an animated snowflake overlay", - "homepage": "https://github.com/Kaedriz/ZenMods/tree/main/WinterSpirit", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5f12d02a-c692-4f9c-b1f3-cd92782bab02/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5f12d02a-c692-4f9c-b1f3-cd92782bab02/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5f12d02a-c692-4f9c-b1f3-cd92782bab02/image.png", - "author": "Kaedriz", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-12-24", - "updatedAt": "2024-12-27", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5f12d02a-c692-4f9c-b1f3-cd92782bab02/preferences.json" - }, - "ea1a5ace-f698-4b45-ab88-6e8bd3a563f0": { - "id": "ea1a5ace-f698-4b45-ab88-6e8bd3a563f0", - "name": "Bookmark Toolbar Tweaks", - "description": "Center bookmarks, hide the icons!", - "homepage": "https://github.com/n7itro/Zen-Themes/", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/image.png", - "author": "n7itro", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/preferences.json", - "version": "1.2.2", - "tags": [], - "createdAt": "2024-08-19", - "updatedAt": "2025-01-07" - }, - "053a3ffa-9233-4554-88f3-076e6a6ebb43": { - "id": "053a3ffa-9233-4554-88f3-076e6a6ebb43", - "name": "Hide tab mute", - "description": "Hides the mute/unmute button when the sidebar is collapsed to make clicking on tabs easier.", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/053a3ffa-9233-4554-88f3-076e6a6ebb43/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/053a3ffa-9233-4554-88f3-076e6a6ebb43/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/053a3ffa-9233-4554-88f3-076e6a6ebb43/image.png", - "author": "Tc-001", - "version": "1.0.1", - "tags": [ - "tabs" - ], - "createdAt": "2024-08-21", - "updatedAt": "2024-09-18" - }, - "6c122084-c4ec-4c9e-8cc5-3d87c3a089cb": { - "id": "6c122084-c4ec-4c9e-8cc5-3d87c3a089cb", - "name": "NavBar Margin", - "description": "Adds some top- and bottom-margin to the navbar so it doesn't look too tight.", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6c122084-c4ec-4c9e-8cc5-3d87c3a089cb/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6c122084-c4ec-4c9e-8cc5-3d87c3a089cb/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6c122084-c4ec-4c9e-8cc5-3d87c3a089cb/image.png", - "author": "jusnim", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-12-03", - "updatedAt": "2024-12-04" - }, - "0c3d77bf-44fc-47a6-a183-39205dfa5f7e": { - "id": "0c3d77bf-44fc-47a6-a183-39205dfa5f7e", - "name": "Hidden Reset Button", - "description": "Hide the reset button behind the tab icon unless hovered.", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/0c3d77bf-44fc-47a6-a183-39205dfa5f7e/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/0c3d77bf-44fc-47a6-a183-39205dfa5f7e/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/0c3d77bf-44fc-47a6-a183-39205dfa5f7e/image.png", - "author": "AlexCookieDev", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-12-20", - "updatedAt": "2024-12-22" - }, - "906c6915-5677-48ff-9bfc-096a02a72379": { - "id": "906c6915-5677-48ff-9bfc-096a02a72379", - "name": "Floating Status Bar", - "description": "Mod for Zen Browser that detaches the status bar from the bottom left corner of the browser window.", - "homepage": "https://github.com/AmirhBeigi/zen-floating-statusbar/", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/906c6915-5677-48ff-9bfc-096a02a72379/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/906c6915-5677-48ff-9bfc-096a02a72379/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/906c6915-5677-48ff-9bfc-096a02a72379/image.png", - "author": "AmirhBeigi", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-10-06", - "updatedAt": "2024-10-06" - }, - "180d9426-a020-4bd7-98ec-63f957291119": { - "id": "180d9426-a020-4bd7-98ec-63f957291119", - "name": "TitleBarButton UI Tweaks", - "description": "Small UI tweaks to the titlebar buttons to make them more coherent with the Zen Browser design philosophy.", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/180d9426-a020-4bd7-98ec-63f957291119/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/180d9426-a020-4bd7-98ec-63f957291119/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/180d9426-a020-4bd7-98ec-63f957291119/image.png", - "author": "DaitiDay", - "version": "1.0.1", - "tags": [], - "createdAt": "2024-09-18", - "updatedAt": "2024-10-19" - }, - "bb61b145-6875-4afe-86f2-ab00024459dc": { - "id": "bb61b145-6875-4afe-86f2-ab00024459dc", - "name": "AstroTheme Dark", - "description": "A dark theme inspired by AstroNvim's AstroTheme color palette", - "homepage": "https://github.com/AstroNvim/astrotheme", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bb61b145-6875-4afe-86f2-ab00024459dc/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bb61b145-6875-4afe-86f2-ab00024459dc/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bb61b145-6875-4afe-86f2-ab00024459dc/image.png", - "author": "mehalter", - "version": "1.0.0", - "tags": [ - "color scheme", - "dark" - ], - "createdAt": "2024-10-12", - "updatedAt": "2024-10-12" - }, - "d93e67f8-e5e1-401e-9b82-f9d5bab231e6": { - "id": "d93e67f8-e5e1-401e-9b82-f9d5bab231e6", - "name": "Super Url Bar", - "description": "Get simple rounded edges, centered text, a removed border for your url bar and a background blur.", - "homepage": "https://github.com/JLBlk/Zen-Themes/tree/main/SuperUrlBar", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d93e67f8-e5e1-401e-9b82-f9d5bab231e6/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d93e67f8-e5e1-401e-9b82-f9d5bab231e6/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d93e67f8-e5e1-401e-9b82-f9d5bab231e6/image.png", - "author": "JLBlk", - "version": "1.4.2", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d93e67f8-e5e1-401e-9b82-f9d5bab231e6/preferences.json", - "tags": [ - "urlbar" - ], - "createdAt": "2024-08-31", - "updatedAt": "2024-11-03" - }, - "74c755b3-41a5-4f78-83cb-cd1e1e076bb6": { - "id": "74c755b3-41a5-4f78-83cb-cd1e1e076bb6", - "name": "Better UniExtBtn", - "description": "change unified extensions button to zen browser icon", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/74c755b3-41a5-4f78-83cb-cd1e1e076bb6/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/74c755b3-41a5-4f78-83cb-cd1e1e076bb6/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/74c755b3-41a5-4f78-83cb-cd1e1e076bb6/image.png", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/74c755b3-41a5-4f78-83cb-cd1e1e076bb6/preferences.json", - "author": "lindongbin", - "version": "1.0.1", - "tags": [], - "createdAt": "2024-08-30", - "updatedAt": "2024-12-10" - }, - "39907934-59e9-4e42-89f0-a254d3c5e280": { - "id": "39907934-59e9-4e42-89f0-a254d3c5e280", - "name": "Sidebery", - "description": "Tweaks to support Sidebery as an alternative to Zen's native tabs and workspace implementation.", - "homepage": "https://github.com/shanto/sidebery", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/39907934-59e9-4e42-89f0-a254d3c5e280/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/39907934-59e9-4e42-89f0-a254d3c5e280/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/39907934-59e9-4e42-89f0-a254d3c5e280/image.png", - "author": "Shaan", - "version": "1.0.2", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/39907934-59e9-4e42-89f0-a254d3c5e280/preferences.json", - "tags": [], - "createdAt": "2024-10-09", - "updatedAt": "2024-12-31" - }, - "22c9ec3b-7c62-46ae-991f-c8fff5046829": { - "id": "22c9ec3b-7c62-46ae-991f-c8fff5046829", - "name": "Tab Numbers", - "description": "Shows the Number corresponding to each Tab.", - "homepage": "https://github.com/philmard/tab-numbers", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/22c9ec3b-7c62-46ae-991f-c8fff5046829/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/22c9ec3b-7c62-46ae-991f-c8fff5046829/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/22c9ec3b-7c62-46ae-991f-c8fff5046829/image.png", - "author": "philmard", - "version": "1.0.4", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/22c9ec3b-7c62-46ae-991f-c8fff5046829/preferences.json", - "tags": [ - "tabs" - ], - "createdAt": "2024-11-09", - "updatedAt": "2025-01-25" - }, - "64cdc40f-2366-4b5b-8bad-d0524682595e": { - "id": "64cdc40f-2366-4b5b-8bad-d0524682595e", - "name": "Allow Toolbar Theming", - "description": "This allows you to use Firefox themes to customize your toolbar", - "homepage": "https://github.com/ch4og/zenbrowser-themes/tree/main/Allow%20Toolbar%20Theming", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/64cdc40f-2366-4b5b-8bad-d0524682595e/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/64cdc40f-2366-4b5b-8bad-d0524682595e/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/64cdc40f-2366-4b5b-8bad-d0524682595e/image.png", - "author": "ch4og", - "version": "1.0.2", - "tags": [], - "createdAt": "2024-08-23", - "updatedAt": "2024-09-07" - }, - "35f24f2c-b211-43e2-9fe4-2c3bc217d9f7": { - "id": "35f24f2c-b211-43e2-9fe4-2c3bc217d9f7", - "name": "Compact tabs title", - "description": "Show the first few title characters even in compact mode", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/35f24f2c-b211-43e2-9fe4-2c3bc217d9f7/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/35f24f2c-b211-43e2-9fe4-2c3bc217d9f7/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/35f24f2c-b211-43e2-9fe4-2c3bc217d9f7/image.png", - "author": "Tc-001", - "version": "1.0.0", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/35f24f2c-b211-43e2-9fe4-2c3bc217d9f7/preferences.json", - "tags": [ - "tabs" - ], - "createdAt": "2024-08-28", - "updatedAt": "2024-09-07" - }, - "5a007026-0801-4a5d-9740-f17dc1c3ff21": { - "id": "5a007026-0801-4a5d-9740-f17dc1c3ff21", - "name": "Hide Window Buttons", - "description": "Hide the minimize, maximize, and close window buttons", - "homepage": "https://github.com/n7itro/Zen-Themes", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5a007026-0801-4a5d-9740-f17dc1c3ff21/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5a007026-0801-4a5d-9740-f17dc1c3ff21/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5a007026-0801-4a5d-9740-f17dc1c3ff21/image.png", - "author": "n7itro", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5a007026-0801-4a5d-9740-f17dc1c3ff21/preferences.json", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-08-16", - "updatedAt": "2024-08-22" - }, - "5ca67725-1f43-4ff2-9fcf-0c59af71c73a": { - "id": "5ca67725-1f43-4ff2-9fcf-0c59af71c73a", - "name": "Midnight", - "description": "A dark and pleasant to the eyes purple theme :)", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5ca67725-1f43-4ff2-9fcf-0c59af71c73a/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5ca67725-1f43-4ff2-9fcf-0c59af71c73a/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5ca67725-1f43-4ff2-9fcf-0c59af71c73a/image.png", - "author": "shaeriz", - "version": "1.0.0", - "isDarkMode": true, - "isColorTheme": true, - "tags": [ - "color scheme", - "dark" - ], - "createdAt": "2024-08-31", - "updatedAt": "2024-08-31" - }, - "d2953516-d239-4ef8-aac5-b238e3dc0360": { - "id": "d2953516-d239-4ef8-aac5-b238e3dc0360", - "name": "PywalZen", - "description": "Enable correct support for Pywalfox with this theme!", - "homepage": "https://github.com/Axenide/PywalZen", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d2953516-d239-4ef8-aac5-b238e3dc0360/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d2953516-d239-4ef8-aac5-b238e3dc0360/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d2953516-d239-4ef8-aac5-b238e3dc0360/image.png", - "author": "Axenide", - "version": "1.0.4", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d2953516-d239-4ef8-aac5-b238e3dc0360/preferences.json", - "tags": [], - "createdAt": "2024-09-29", - "updatedAt": "2024-12-27" - }, - "ae051a40-3e3a-429a-a6f4-199a28b18a75": { - "id": "ae051a40-3e3a-429a-a6f4-199a28b18a75", - "name": "Only Reset On Hover", - "description": "Show pinned tab's reset button only on hover, even on the active tab.", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/image.png", - "author": "TheCatRiX", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-12-16", - "updatedAt": "2024-12-16" - }, - "c45c4894-d6bd-47fc-997a-0c4d015334f1": { - "id": "c45c4894-d6bd-47fc-997a-0c4d015334f1", - "name": "No pinned tab reset btn", - "description": "Hides the reset button that appears when hovering over pinned tabs.", - "homepage": "https://github.com/spicybackend/zen-browser-no-pinned-url-reset", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c45c4894-d6bd-47fc-997a-0c4d015334f1/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c45c4894-d6bd-47fc-997a-0c4d015334f1/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c45c4894-d6bd-47fc-997a-0c4d015334f1/image.png", - "author": "spicybackend", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-12-12", - "updatedAt": "2024-12-12" - }, - "80112b28-39e0-407c-8988-2290bc973b97": { - "id": "80112b28-39e0-407c-8988-2290bc973b97", - "name": "Matcha", - "description": "Sweet and peaceful vibrant theme, supported light and dark mode", - "homepage": "https://github.com/KiKaraage/ZenMods", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/80112b28-39e0-407c-8988-2290bc973b97/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/80112b28-39e0-407c-8988-2290bc973b97/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/80112b28-39e0-407c-8988-2290bc973b97/image.png", - "author": "KiKaraage", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-09-24", - "updatedAt": "2024-09-24" - }, - "11d685eb-4515-4045-864b-0a50589f8a4d": { - "id": "11d685eb-4515-4045-864b-0a50589f8a4d", - "name": "Monochrome", - "description": "There is no monochrome option in theme settings, so i created this theme.", - "homepage": "https://github.com/antonsizikov/zen-browser-monochrome-theme", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/11d685eb-4515-4045-864b-0a50589f8a4d/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/11d685eb-4515-4045-864b-0a50589f8a4d/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/11d685eb-4515-4045-864b-0a50589f8a4d/image.png", - "author": "antonsizikov", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-10-06", - "updatedAt": "2024-10-06" - }, - "dd4f5461-1564-4e56-9f9d-f81e3c18f93c": { - "id": "dd4f5461-1564-4e56-9f9d-f81e3c18f93c", - "name": "Zen Sidebar At Right Side", - "description": "Pin or float the Zen Sidebar at the right side.", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/dd4f5461-1564-4e56-9f9d-f81e3c18f93c/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/dd4f5461-1564-4e56-9f9d-f81e3c18f93c/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/dd4f5461-1564-4e56-9f9d-f81e3c18f93c/image.png", - "author": "AntonioSTM", - "version": "1.0.2", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/dd4f5461-1564-4e56-9f9d-f81e3c18f93c/preferences.json", - "tags": [], - "createdAt": "2024-09-03", - "updatedAt": "2024-09-03" - }, - "f50841b2-5e4a-4534-985d-b7f7b96088c2": { - "id": "f50841b2-5e4a-4534-985d-b7f7b96088c2", - "name": "NoHighlightSplit", - "description": "Removes the border highlight around the active tab while using split view.", - "homepage": "https://github.com/JtdeGraaf/zen-remove-split-view-tab-highlight", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f50841b2-5e4a-4534-985d-b7f7b96088c2/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f50841b2-5e4a-4534-985d-b7f7b96088c2/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f50841b2-5e4a-4534-985d-b7f7b96088c2/image.png", - "author": "JtdeGraaf", - "version": "1.1.0", - "tags": [], - "createdAt": "2024-10-06", - "updatedAt": "2024-11-15" - }, - "ed742dfd-e7e0-4b1b-a0aa-e0905b14d817": { - "id": "ed742dfd-e7e0-4b1b-a0aa-e0905b14d817", - "name": "Pinned Tabs Max Height", - "description": "Change max height of pinned tabs.", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ed742dfd-e7e0-4b1b-a0aa-e0905b14d817/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ed742dfd-e7e0-4b1b-a0aa-e0905b14d817/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ed742dfd-e7e0-4b1b-a0aa-e0905b14d817/image.png", - "author": "TheCatRiX", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-12-16", - "updatedAt": "2024-12-16", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ed742dfd-e7e0-4b1b-a0aa-e0905b14d817/preferences.json" - }, - "1e86cf37-a127-4f24-b919-d265b5ce29a0": { - "id": "1e86cf37-a127-4f24-b919-d265b5ce29a0", - "name": "Cleaner Extension Menu", - "description": "Remove header and reduce width of the Unified Extension Menu in Zen", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1e86cf37-a127-4f24-b919-d265b5ce29a0/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1e86cf37-a127-4f24-b919-d265b5ce29a0/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1e86cf37-a127-4f24-b919-d265b5ce29a0/image.png", - "author": "KiKaraage", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-09-03", - "updatedAt": "2024-09-03" - }, - "a5f6a231-e3c8-4ce8-8a8e-3e93efd6adec": { - "id": "a5f6a231-e3c8-4ce8-8a8e-3e93efd6adec", - "name": "Cleaned URL bar", - "description": "Cleans up zen's URL bar.", - "homepage": "https://github.com/Dinno-DEV/zen-cleaned-url-bar", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a5f6a231-e3c8-4ce8-8a8e-3e93efd6adec/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a5f6a231-e3c8-4ce8-8a8e-3e93efd6adec/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a5f6a231-e3c8-4ce8-8a8e-3e93efd6adec/image.png", - "author": "Dinno-DEV", - "version": "1.0.2", - "tags": [], - "createdAt": "2024-11-01", - "updatedAt": "2024-12-16" - }, - "bc25808c-a012-4c0d-ad9a-aa86be616019": { - "id": "bc25808c-a012-4c0d-ad9a-aa86be616019", - "name": "sleek border", - "description": "Sleek Zen browser borders with subtle opacity for a refined, modern look.", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bc25808c-a012-4c0d-ad9a-aa86be616019/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bc25808c-a012-4c0d-ad9a-aa86be616019/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bc25808c-a012-4c0d-ad9a-aa86be616019/image.png", - "author": "Lumio4u", - "version": "1.0.0", - "createdAt": "2024-10-14", - "updatedAt": "2024-10-19", - "tags": [] - }, - "dbe05f83-b471-4278-a3f9-e5ed244b0d6c": { - "id": "dbe05f83-b471-4278-a3f9-e5ed244b0d6c", - "name": "Old navigation buttons", - "description": "Restore the original Firefox navigation buttons.", - "homepage": "https://github.com/Osmagtor/zen-themes/tree/main/Restore%20navigation%20buttons", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/dbe05f83-b471-4278-a3f9-e5ed244b0d6c/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/dbe05f83-b471-4278-a3f9-e5ed244b0d6c/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/dbe05f83-b471-4278-a3f9-e5ed244b0d6c/image.png", - "author": "Osmagtor", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-09-25", - "updatedAt": "2024-09-25" - }, - "1207efa9-fce4-439f-a673-9d3c0e4e8820": { - "id": "1207efa9-fce4-439f-a673-9d3c0e4e8820", - "name": "Clickable Scrollbar", - "description": "Makes Sidebar Scrollbar clickable", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1207efa9-fce4-439f-a673-9d3c0e4e8820/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1207efa9-fce4-439f-a673-9d3c0e4e8820/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1207efa9-fce4-439f-a673-9d3c0e4e8820/image.png", - "author": "tahawael", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-10-19", - "updatedAt": "2024-10-19" - }, - "5bb07b6e-c89f-4f4a-a0ed-e483cc535594": { - "id": "5bb07b6e-c89f-4f4a-a0ed-e483cc535594", - "name": "Custom MenuButton", - "description": "Custom MenuButton", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5bb07b6e-c89f-4f4a-a0ed-e483cc535594/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5bb07b6e-c89f-4f4a-a0ed-e483cc535594/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5bb07b6e-c89f-4f4a-a0ed-e483cc535594/image.png", - "author": "lindongbin", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-12-14", - "updatedAt": "2024-12-16", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5bb07b6e-c89f-4f4a-a0ed-e483cc535594/preferences.json" - }, - "2317fd93-c3ed-4f37-b55a-304c1816819e": { - "id": "2317fd93-c3ed-4f37-b55a-304c1816819e", - "name": "Audio Indicator Enhanced", - "description": "Enhanced audio indicator, with more polished style", - "homepage": "https://github.com/Kaedriz/ZenMods/tree/main/AudioIndicatorEnhanced", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/2317fd93-c3ed-4f37-b55a-304c1816819e/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/2317fd93-c3ed-4f37-b55a-304c1816819e/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/2317fd93-c3ed-4f37-b55a-304c1816819e/image.png", - "author": "Kaedriz", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-12-06", - "updatedAt": "2025-01-25" - }, - "6cd4bca9-f17d-4461-b554-844d69a4887c": { - "id": "6cd4bca9-f17d-4461-b554-844d69a4887c", - "name": "Zen Minimal Exit Menu", - "description": "A zen browser mod that changes the exit menu to 3 circles similar (but a bit different) to one in MacOS.", - "homepage": "https://github.com/Dinno-DEV/zen-minimal-exit-menu", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/image.png", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/preferences.json", - "author": "Dinno-DEV", - "version": "1.0.2", - "tags": [], - "createdAt": "2024-09-19", - "updatedAt": "2024-10-06" - }, - "ecda11ae-d3fd-4052-8881-303b2504e3ce": { - "id": "ecda11ae-d3fd-4052-8881-303b2504e3ce", - "name": "Gruvbox", - "description": "A gruvbox based theme", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ecda11ae-d3fd-4052-8881-303b2504e3ce/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ecda11ae-d3fd-4052-8881-303b2504e3ce/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ecda11ae-d3fd-4052-8881-303b2504e3ce/image.png", - "author": "Blaster4385", - "version": "1.0.0", - "isDarkMode": true, - "isColorTheme": true, - "tags": [ - "color scheme", - "dark" - ], - "createdAt": "2024-08-23", - "updatedAt": "2024-08-24" - }, - "f4866f39-cfd6-4498-ab92-54213b8279dc": { - "id": "f4866f39-cfd6-4498-ab92-54213b8279dc", - "name": "Animations Plus", - "description": "A nice animation pack for Zen Browser", - "homepage": "https://github.com/Anoms12/Animations-plus", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f4866f39-cfd6-4498-ab92-54213b8279dc/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f4866f39-cfd6-4498-ab92-54213b8279dc/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f4866f39-cfd6-4498-ab92-54213b8279dc/image.png", - "author": "Anoms12", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-12-01", - "updatedAt": "2025-01-14" - }, - "5ac61d13-a0dc-400e-aaa0-0f10fd3a7d0c": { - "id": "5ac61d13-a0dc-400e-aaa0-0f10fd3a7d0c", - "name": "Uniform Workspaces Button", - "description": "Make the workspaces button consistent with the other sidebar buttons, while remaining unique.", - "homepage": "https://github.com/andrewbellucci/zen-uniform-workspaces-button", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5ac61d13-a0dc-400e-aaa0-0f10fd3a7d0c/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5ac61d13-a0dc-400e-aaa0-0f10fd3a7d0c/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5ac61d13-a0dc-400e-aaa0-0f10fd3a7d0c/image.png", - "author": "andrewbellucci", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-08-24", - "updatedAt": "2024-08-24" - }, - "c5f7fb68-cc75-4df0-8b02-dc9ee13aa773": { - "id": "c5f7fb68-cc75-4df0-8b02-dc9ee13aa773", - "name": "Audio TabIcon Plus", - "description": "Enhance audio/mute tab-icon", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c5f7fb68-cc75-4df0-8b02-dc9ee13aa773/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c5f7fb68-cc75-4df0-8b02-dc9ee13aa773/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c5f7fb68-cc75-4df0-8b02-dc9ee13aa773/image.png", - "author": "DaitiDay", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c5f7fb68-cc75-4df0-8b02-dc9ee13aa773/preferences.json", - "version": "1.0.1", - "tags": [ - "tabs" - ], - "createdAt": "2024-08-28", - "updatedAt": "2024-09-07" - }, - "3ff55ba7-4690-4f74-96a8-9e4416685e4e": { - "id": "3ff55ba7-4690-4f74-96a8-9e4416685e4e", - "name": "Colored container tab", - "description": "Changes the default container tab theme", - "homepage": "https://github.com/ocean-mars/things", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/3ff55ba7-4690-4f74-96a8-9e4416685e4e/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/3ff55ba7-4690-4f74-96a8-9e4416685e4e/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/3ff55ba7-4690-4f74-96a8-9e4416685e4e/image.png", - "author": "ocean-mars", - "version": "1.0.0", - "tags": [ - "tabs" - ], - "createdAt": "2024-10-06", - "updatedAt": "2024-10-06" - }, - "d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe": { - "id": "d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe", - "name": "Better Active Tab", - "description": "Adds a bright line next to the active tab to better highlight it.", - "homepage": "https://github.com/HliasOuzounis/zen-browser-better-active-tab-indicator", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe/image.png", - "author": "HliasOuzounis", - "version": "1.0.3", - "tags": [ - "tabs" - ], - "createdAt": "2024-09-07", - "updatedAt": "2024-09-24" - }, - "253a3a74-0cc4-47b7-8b82-996a64f030d5": { - "id": "253a3a74-0cc4-47b7-8b82-996a64f030d5", - "name": "Floating History", - "description": "Detaches and moves a redesgined history sidebar to the left so that it appears to float and matches the zen aesthetic.", - "homepage": "https://github.com/ahmaadaziz/zen-floating-history", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/image.png", - "author": "ahmaadaziz", - "createdAt": "2024-10-12", - "updatedAt": "2024-10-12", - "version": "1.0.0" - }, - "a6335949-4465-4b71-926c-4a52d34bc9c0": { - "id": "a6335949-4465-4b71-926c-4a52d34bc9c0", - "name": "Better Find Bar", - "description": "Improves the find bar, making it floating, more responsive, and moving it to the top of the page.", - "homepage": "https://github.com/RobotoSkunk/zen-better-findbar", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a6335949-4465-4b71-926c-4a52d34bc9c0/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a6335949-4465-4b71-926c-4a52d34bc9c0/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a6335949-4465-4b71-926c-4a52d34bc9c0/image.png", - "author": "RobotoSkunk", - "version": "1.1.0", - "tags": [], - "createdAt": "2024-11-24", - "updatedAt": "2024-12-24" - }, - "2e3369c7-e450-46ba-8794-75ccb0de5e48": { - "id": "2e3369c7-e450-46ba-8794-75ccb0de5e48", - "name": "Now playing indicator", - "description": "Display an indicator on the 'Now playing' tab when the sidebar is collapsed.", - "homepage": "https://github.com/benstone326/zen-browser-now-playing-indicator", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/2e3369c7-e450-46ba-8794-75ccb0de5e48/chrome.css", - "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.2.1", - "tags": [ - "tabs" - ], - "createdAt": "2024-08-28", - "updatedAt": "2024-10-19" - }, - "664c54f9-d97d-410b-a479-23dd8a08a628": { - "id": "664c54f9-d97d-410b-a479-23dd8a08a628", - "name": "Better Tab Indicators", - "description": "This Zen Theme provides some alternative styling for the tabs on the sidebar.", - "homepage": "https://github.com/TheRealMG/zen-themes/tree/main/BetterTabIndicators", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/664c54f9-d97d-410b-a479-23dd8a08a628/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/664c54f9-d97d-410b-a479-23dd8a08a628/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/664c54f9-d97d-410b-a479-23dd8a08a628/image.png", - "author": "TheRealMG", - "version": "1.0.0", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/664c54f9-d97d-410b-a479-23dd8a08a628/preferences.json", - "tags": [], - "createdAt": "2024-10-12", - "updatedAt": "2024-10-12" - }, - "fd24f832-a2e6-4ce9-8b19-7aa888eb7f8e": { - "id": "fd24f832-a2e6-4ce9-8b19-7aa888eb7f8e", - "name": "Quietify", - "description": "quietify adds a calm visualizer type of animation to mute button to use with style and ease", - "homepage": "https://github.com/wysh3/Zen-Mods/tree/main/Quietify", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/fd24f832-a2e6-4ce9-8b19-7aa888eb7f8e/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/fd24f832-a2e6-4ce9-8b19-7aa888eb7f8e/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/fd24f832-a2e6-4ce9-8b19-7aa888eb7f8e/image.png", - "author": "wysh3", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-12-17", - "updatedAt": "2024-12-18" - }, - "6f11c932-b992-433e-8c80-56a613cc511e": { - "id": "6f11c932-b992-433e-8c80-56a613cc511e", - "name": "Left close button", - "description": "Move the tab close button to the left side", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6f11c932-b992-433e-8c80-56a613cc511e/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6f11c932-b992-433e-8c80-56a613cc511e/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6f11c932-b992-433e-8c80-56a613cc511e/image.png", - "author": "markatom", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-11-27", - "updatedAt": "2024-12-04" - }, - "4596d8f9-f0b7-4aeb-aa92-851222dc1888": { - "id": "4596d8f9-f0b7-4aeb-aa92-851222dc1888", - "name": "Only Close On Hover", - "description": "Show tab's close button only on hover, even on the active tab.", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4596d8f9-f0b7-4aeb-aa92-851222dc1888/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4596d8f9-f0b7-4aeb-aa92-851222dc1888/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4596d8f9-f0b7-4aeb-aa92-851222dc1888/image.png", - "author": "p-sw", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-10-12", - "updatedAt": "2024-10-12" - }, - "81fcd6b3-f014-4796-988f-6c3cb3874db8": { - "id": "81fcd6b3-f014-4796-988f-6c3cb3874db8", - "name": "Zen Context Menu", - "description": "Declutter your right click menu, hide options you don't need", - "homepage": "https://github.com/KiKaraage/ZenMods/", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/81fcd6b3-f014-4796-988f-6c3cb3874db8/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/81fcd6b3-f014-4796-988f-6c3cb3874db8/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/81fcd6b3-f014-4796-988f-6c3cb3874db8/image.png", - "author": "KiKaraage", - "version": "1.1.4", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/81fcd6b3-f014-4796-988f-6c3cb3874db8/preferences.json", - "tags": [ - "context menu" - ], - "createdAt": "2024-10-06", - "updatedAt": "2024-10-23" - }, - "5941aefd-67b0-453d-9b62-9071a31cbb0d": { - "id": "5941aefd-67b0-453d-9b62-9071a31cbb0d", - "name": "Smaller Compact Mode", - "description": "Reduce the height of the compact sidebar!", - "homepage": "https://github.com/n7itro/Zen-Themes", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/image.png", - "author": "n7itro", - "version": "1.0.3", - "tags": [ - "tabs" - ], - "createdAt": "2024-08-31", - "updatedAt": "2025-01-25" - }, - "cb15abdb-0514-4e09-8ce5-722cf1f4a20f": { - "id": "cb15abdb-0514-4e09-8ce5-722cf1f4a20f", - "name": "Hide Extension Name", - "description": "Hides the name of the extension on tabs loaded from the extension", - "homepage": "https://github.com/ch4og/zenbrowser-themes/tree/main/Hide%20Extension%20Name", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/cb15abdb-0514-4e09-8ce5-722cf1f4a20f/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/cb15abdb-0514-4e09-8ce5-722cf1f4a20f/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/cb15abdb-0514-4e09-8ce5-722cf1f4a20f/image.png", - "author": "ch4og", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-08-24", - "updatedAt": "2024-08-24" - }, - "bfcc400a-4ecb-4752-bfd2-a68f116a2722": { - "id": "bfcc400a-4ecb-4752-bfd2-a68f116a2722", - "name": "No Gaps", - "description": "Removes the gaps in single-tab view.", - "homepage": "https://github.com/zen-browser/theme-store/tree/main/themes/bfcc400a-4ecb-4752-bfd2-a68f116a2722", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bfcc400a-4ecb-4752-bfd2-a68f116a2722/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bfcc400a-4ecb-4752-bfd2-a68f116a2722/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bfcc400a-4ecb-4752-bfd2-a68f116a2722/image.png", - "author": "Peleret", - "version": "1.2.0", - "tags": [], - "createdAt": "2024-10-21", - "updatedAt": "2024-12-22", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bfcc400a-4ecb-4752-bfd2-a68f116a2722/preferences.json" - }, - "ae7868dc-1fa1-469e-8b89-a5edf7ab1f24": { - "id": "ae7868dc-1fa1-469e-8b89-a5edf7ab1f24", - "name": "Load Bar", - "description": "Creates a sleek loading bar and mute status for single toolbar mode.", - "homepage": "https://github.com/Tanay-Kar/Zen-Themes/tree/main/LoadBar", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ae7868dc-1fa1-469e-8b89-a5edf7ab1f24/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ae7868dc-1fa1-469e-8b89-a5edf7ab1f24/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ae7868dc-1fa1-469e-8b89-a5edf7ab1f24/image.png", - "author": "Tanay-Kar", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-12-21", - "updatedAt": "2024-12-31" - } -} \ No newline at end of file + "753c7518-237d-480a-abfd-1f42a7eabacc": { + "id": "753c7518-237d-480a-abfd-1f42a7eabacc", + "name": "Zen Paper Cut Theme", + "description": "Zen's interface be made pointy and boxy. Watchout for paper cuts!", + "homepage": "https://github.com/Dinno-DEV/zen-paper-cut-theme", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/753c7518-237d-480a-abfd-1f42a7eabacc/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/753c7518-237d-480a-abfd-1f42a7eabacc/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/753c7518-237d-480a-abfd-1f42a7eabacc/image.png", + "author": "Dinno-DEV", + "version": "1.0.3", + "tags": [], + "createdAt": "2024-09-24", + "updatedAt": "2024-10-28" + }, + "13696593-837d-464d-adf4-ff13bd0e0545": { + "id": "13696593-837d-464d-adf4-ff13bd0e0545", + "name": "Download BG", + "description": "Add a background to the active download indicator.", + "homepage": "https://github.com/different55/download.bg", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/13696593-837d-464d-adf4-ff13bd0e0545/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/13696593-837d-464d-adf4-ff13bd0e0545/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/13696593-837d-464d-adf4-ff13bd0e0545/image.png", + "author": "different55", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-12-29", + "updatedAt": "2024-12-31" + }, + "a7125691-139e-4a62-aad9-06c6e9f2e5ba": { + "id": "a7125691-139e-4a62-aad9-06c6e9f2e5ba", + "name": "CustomCursor", + "description": "Choose your custom cursor!", + "homepage": "https://github.com/GunGunGun/zenCustomCursorMod", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a7125691-139e-4a62-aad9-06c6e9f2e5ba/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a7125691-139e-4a62-aad9-06c6e9f2e5ba/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a7125691-139e-4a62-aad9-06c6e9f2e5ba/image.png", + "author": "GunGunGun", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-10-26", + "updatedAt": "2024-10-26", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a7125691-139e-4a62-aad9-06c6e9f2e5ba/preferences.json" + }, + "56449583-f295-4f34-baf8-da70d3d156e7": { + "id": "56449583-f295-4f34-baf8-da70d3d156e7", + "name": "Solarized", + "description": "Solarized color pallete ported into Zen!", + "homepage": "https://github.com/mohvn/solarized-zenbrowser", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/56449583-f295-4f34-baf8-da70d3d156e7/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/56449583-f295-4f34-baf8-da70d3d156e7/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/56449583-f295-4f34-baf8-da70d3d156e7/image.png", + "author": "mohvn", + "version": "1.0.0", + "isDarkMode": true, + "isColorTheme": true, + "tags": ["color scheme", "dark"], + "createdAt": "2024-09-09", + "updatedAt": "2024-09-09" + }, + "680424a8-a818-406b-98c5-7726214e2a9f": { + "id": "680424a8-a818-406b-98c5-7726214e2a9f", + "name": "Remove Browser Padding", + "description": "Remove the right and bottom paddings of the browser views on zen!", + "homepage": "https://github.com/zen-browser/theme-components", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/680424a8-a818-406b-98c5-7726214e2a9f/chrome.css", + "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.2", + "tags": [], + "createdAt": "2024-08-17", + "updatedAt": "2024-08-17" + }, + "32aca67a-ffdd-49e7-95c7-1821793610ca": { + "id": "32aca67a-ffdd-49e7-95c7-1821793610ca", + "name": "Custom Statusbar", + "description": "This Mod allows you to adjust the rounding, margin, border thickness and any color of the statusbar.", + "homepage": "https://github.com/Archer7x/Zen-Themes/tree/main/CustomStatusbar", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/32aca67a-ffdd-49e7-95c7-1821793610ca/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/32aca67a-ffdd-49e7-95c7-1821793610ca/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/32aca67a-ffdd-49e7-95c7-1821793610ca/image.png", + "author": "Archer7x", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-11-19", + "updatedAt": "2024-11-23", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/32aca67a-ffdd-49e7-95c7-1821793610ca/preferences.json" + }, + "ab9b529c-63d6-48c0-a59a-4a407c5c3129": { + "id": "ab9b529c-63d6-48c0-a59a-4a407c5c3129", + "name": "Minimal sidebar", + "description": "With this Zen theme, you can remove the buttons from the sidebar and make more space for your tabs", + "homepage": "https://github.com/Venca321/Zen-Minimal-Sidebar-Theme", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ab9b529c-63d6-48c0-a59a-4a407c5c3129/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ab9b529c-63d6-48c0-a59a-4a407c5c3129/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ab9b529c-63d6-48c0-a59a-4a407c5c3129/image.png", + "author": "Venca321", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ab9b529c-63d6-48c0-a59a-4a407c5c3129/preferences.json", + "version": "1.1.0", + "tags": [], + "createdAt": "2024-08-23", + "updatedAt": "2024-09-10" + }, + "00aeb359-cce5-4eb5-8c5c-5f928a715664": { + "id": "00aeb359-cce5-4eb5-8c5c-5f928a715664", + "name": "Nyan Catto Mod", + "description": "Playful sidebar mod featuring Bongo Cat above and marching Nyan Cats below \ud83d\udc31", + "homepage": "https://github.com/RayZ3R0/nyan-catto", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/00aeb359-cce5-4eb5-8c5c-5f928a715664/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/00aeb359-cce5-4eb5-8c5c-5f928a715664/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/00aeb359-cce5-4eb5-8c5c-5f928a715664/image.png", + "author": "RayZ3R0", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-10-29", + "updatedAt": "2024-11-03", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/00aeb359-cce5-4eb5-8c5c-5f928a715664/preferences.json" + }, + "d868eaf4-cefc-4f41-8f1c-1f603726d2fa": { + "id": "d868eaf4-cefc-4f41-8f1c-1f603726d2fa", + "name": "Tab Text Size", + "description": "Change tab text size", + "homepage": "https://github.com/ajkuftic/Zen-TabTextSize", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/image.png", + "author": "ajkuftic", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-12-16", + "updatedAt": "2024-12-18", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/preferences.json" + }, + "477bc813-c333-4747-813e-00e0420ceec0": { + "id": "477bc813-c333-4747-813e-00e0420ceec0", + "name": "Bottom Essentials", + "description": "Move your Essential Tabs to the bottom of the Sidebar for some Visual seperation from Pinned tabs.", + "homepage": "https://github.com/TheBigWazz/ZenThemes/tree/main/Bottom-Essentials", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/477bc813-c333-4747-813e-00e0420ceec0/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/477bc813-c333-4747-813e-00e0420ceec0/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/477bc813-c333-4747-813e-00e0420ceec0/image.png", + "author": "TheBigWazz", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-11-12", + "updatedAt": "2024-11-19" + }, + "abc2d6d8-ea9c-4313-a99c-fb1e76e8b3e5": { + "id": "abc2d6d8-ea9c-4313-a99c-fb1e76e8b3e5", + "name": "Drop Shadow", + "description": "Adds a drop shadow to the website's browser panel.", + "homepage": "https://github.com/mohvn/dropshadow-zenbrowser", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/abc2d6d8-ea9c-4313-a99c-fb1e76e8b3e5/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/abc2d6d8-ea9c-4313-a99c-fb1e76e8b3e5/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/abc2d6d8-ea9c-4313-a99c-fb1e76e8b3e5/image.png", + "author": "mohvn", + "version": "1.0.2", + "tags": [], + "createdAt": "2024-09-03", + "updatedAt": "2024-10-19" + }, + "4ab93b88-151c-451b-a1b7-a1e0e28fa7f8": { + "id": "4ab93b88-151c-451b-a1b7-a1e0e28fa7f8", + "name": "No Sidebar Scrollbar", + "description": "This theme removes the Sidebar Scrollbar while retaining the scroll functionality.", + "homepage": "https://github.com/mally8/zen-browser-no-sidebar-scrollbar", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4ab93b88-151c-451b-a1b7-a1e0e28fa7f8/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4ab93b88-151c-451b-a1b7-a1e0e28fa7f8/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4ab93b88-151c-451b-a1b7-a1e0e28fa7f8/image.png", + "author": "mally8", + "version": "1.0.3", + "tags": [], + "createdAt": "2024-09-01", + "updatedAt": "2024-11-19" + }, + "c8f20381-388a-4b67-b640-eaa539355ea4": { + "id": "c8f20381-388a-4b67-b640-eaa539355ea4", + "name": "Right On Hover Sidebar", + "description": "Web Panels sidebar that popups on hover on the right (like compact mode)", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c8f20381-388a-4b67-b640-eaa539355ea4/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c8f20381-388a-4b67-b640-eaa539355ea4/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c8f20381-388a-4b67-b640-eaa539355ea4/image.png", + "author": "p2d0", + "version": "1.0.1", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c8f20381-388a-4b67-b640-eaa539355ea4/preferences.json", + "tags": [], + "createdAt": "2024-10-02", + "updatedAt": "2024-11-19" + }, + "c6813222-6571-4ba6-8faf-58f3343324f6": { + "id": "c6813222-6571-4ba6-8faf-58f3343324f6", + "name": "Disable Rounded Corners", + "description": "Disable Rounded Corners from Web View.", + "homepage": "https://github.com/gunir/desktop/tree/themes/themes", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c6813222-6571-4ba6-8faf-58f3343324f6/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c6813222-6571-4ba6-8faf-58f3343324f6/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c6813222-6571-4ba6-8faf-58f3343324f6/image.png", + "author": "gunir", + "version": "3.0.0", + "tags": [], + "createdAt": "2024-08-19", + "updatedAt": "2024-11-02" + }, + "e3eec307-7c64-4cbd-a0c5-3447cd45a840": { + "id": "e3eec307-7c64-4cbd-a0c5-3447cd45a840", + "name": "Catppuccin", + "description": "Dive into Catppuccin's, unique pastel color theme for Zen!", + "homepage": "https://catppuccin.com/", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e3eec307-7c64-4cbd-a0c5-3447cd45a840/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e3eec307-7c64-4cbd-a0c5-3447cd45a840/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e3eec307-7c64-4cbd-a0c5-3447cd45a840/image.png", + "author": "mauro-balades", + "version": "1.0.0", + "isDarkMode": true, + "isColorTheme": true, + "tags": ["color scheme", "dark"], + "createdAt": "2024-08-21", + "updatedAt": "2024-09-09" + }, + "ad97bb70-0066-4e42-9b5f-173a5e42c6fc": { + "id": "ad97bb70-0066-4e42-9b5f-173a5e42c6fc", + "name": "SuperPins", + "description": "This Zen Mod enhances pinned tabs/Essentials, by making some UI/UX changes.", + "homepage": "https://github.com/JLBlk/Zen-Themes/tree/main/SuperPins", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/image.png", + "author": "JLBlk", + "version": "1.4.2", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/preferences.json", + "tags": ["tabs"], + "createdAt": "2024-08-28", + "updatedAt": "2024-12-16" + }, + "17f70712-4530-42d0-ba0f-fa25bcbf2ddc": { + "id": "17f70712-4530-42d0-ba0f-fa25bcbf2ddc", + "name": "Vesper Dark", + "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.1", + "isDarkMode": true, + "isColorTheme": true, + "tags": ["color scheme", "dark"], + "createdAt": "2024-08-22", + "updatedAt": "2024-09-03" + }, + "cfa711cf-e9f7-4c35-8289-3e7633f93565": { + "id": "cfa711cf-e9f7-4c35-8289-3e7633f93565", + "name": "Fluid URL", + "description": "A minimalist mod that adds a smooth gradient animation to the URL bar for a calming effect.", + "homepage": "https://github.com/wysh3/Zen-Mods/tree/main/Fluid%20URL", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/cfa711cf-e9f7-4c35-8289-3e7633f93565/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/cfa711cf-e9f7-4c35-8289-3e7633f93565/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/cfa711cf-e9f7-4c35-8289-3e7633f93565/image.png", + "author": "wysh3", + "version": "1.0.4", + "tags": [], + "createdAt": "2024-11-20", + "updatedAt": "2024-12-31", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/cfa711cf-e9f7-4c35-8289-3e7633f93565/preferences.json" + }, + "87196c08-8ca1-4848-b13b-7ea41ee830e7": { + "id": "87196c08-8ca1-4848-b13b-7ea41ee830e7", + "name": "Tab Preview Enhanced", + "description": "Enhanced tab preview, respecting user background color and padding", + "homepage": "https://github.com/Kaedriz/ZenMods/tree/main/TabPreviewEnhanced", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/87196c08-8ca1-4848-b13b-7ea41ee830e7/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/87196c08-8ca1-4848-b13b-7ea41ee830e7/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/87196c08-8ca1-4848-b13b-7ea41ee830e7/image.png", + "author": "Kaedriz", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-12-20", + "updatedAt": "2025-01-25" + }, + "58649066-2b6f-4a5b-af6d-c3d21d16fc00": { + "id": "58649066-2b6f-4a5b-af6d-c3d21d16fc00", + "name": "Private Mode Highlighting", + "description": "This theme adds extra theming and an icon to the main toolbar of any private browsing window.", + "homepage": "https://github.com/danm36/zen-browser-private-browsing-toolbar-highlighting", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/58649066-2b6f-4a5b-af6d-c3d21d16fc00/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/58649066-2b6f-4a5b-af6d-c3d21d16fc00/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/58649066-2b6f-4a5b-af6d-c3d21d16fc00/image.png", + "author": "danm36", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/58649066-2b6f-4a5b-af6d-c3d21d16fc00/preferences.json", + "version": "1.0.4", + "tags": [], + "createdAt": "2024-08-09", + "updatedAt": "2024-09-25" + }, + "e4faf306-61b1-4785-8678-7bdee9dc2564": { + "id": "e4faf306-61b1-4785-8678-7bdee9dc2564", + "name": "Tokyo Night Moon", + "description": "A dark theme inspired by folke's Tokyo Night Moon color palette", + "homepage": "https://github.com/ZweTyy/Tokyo-Night-Moon-Theme-Zen-browser", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e4faf306-61b1-4785-8678-7bdee9dc2564/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e4faf306-61b1-4785-8678-7bdee9dc2564/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e4faf306-61b1-4785-8678-7bdee9dc2564/image.png", + "author": "ZweTyy", + "version": "1.0.1", + "isDarkMode": true, + "isColorTheme": true, + "tags": ["color scheme", "dark"], + "createdAt": "2024-09-15", + "updatedAt": "2024-09-15" + }, + "49dbaa98-06ee-42bd-9a8e-834babef7a41": { + "id": "49dbaa98-06ee-42bd-9a8e-834babef7a41", + "name": "Collapsed Tab X Button", + "description": "This theme adds a close button to the collapsed tabs in Zen Browser.", + "homepage": "https://github.com/burnt0rice/zen-themes/tree/main/collapsed-tab-close-button", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/49dbaa98-06ee-42bd-9a8e-834babef7a41/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/49dbaa98-06ee-42bd-9a8e-834babef7a41/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/49dbaa98-06ee-42bd-9a8e-834babef7a41/image.png", + "author": "burnt0rice", + "version": "1.0.0", + "tags": ["tabs"], + "createdAt": "2024-08-31", + "updatedAt": "2024-09-07" + }, + "f4a7562f-6e54-4f1e-b835-a397fc6c15f2": { + "id": "f4a7562f-6e54-4f1e-b835-a397fc6c15f2", + "name": "Ros\u00e9 Pine Dawn", + "description": "Minimalist, pine, freshness for your browser!", + "homepage": "https://github.com/feco/zen-rose-pine-dawn", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f4a7562f-6e54-4f1e-b835-a397fc6c15f2/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f4a7562f-6e54-4f1e-b835-a397fc6c15f2/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f4a7562f-6e54-4f1e-b835-a397fc6c15f2/image.png", + "author": "feco", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-10-06", + "updatedAt": "2024-10-06" + }, + "7ba20fe1-7286-4b1f-9bf6-39d40bec8ae0": { + "id": "7ba20fe1-7286-4b1f-9bf6-39d40bec8ae0", + "name": "Crimson", + "description": "A crimson red theme for Zen :)", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/7ba20fe1-7286-4b1f-9bf6-39d40bec8ae0/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/7ba20fe1-7286-4b1f-9bf6-39d40bec8ae0/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/7ba20fe1-7286-4b1f-9bf6-39d40bec8ae0/image.png", + "author": "shaeriz", + "version": "1.0.0", + "tags": ["color scheme", "dark"], + "createdAt": "2024-10-12", + "updatedAt": "2024-10-12" + }, + "1e9f3101-210b-4ff5-8830-434e4919100d": { + "id": "1e9f3101-210b-4ff5-8830-434e4919100d", + "name": "Better Letterboxing", + "description": "More pleasant, theme-friendly, and most importantly, rounded letterboxing.", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1e9f3101-210b-4ff5-8830-434e4919100d/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1e9f3101-210b-4ff5-8830-434e4919100d/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1e9f3101-210b-4ff5-8830-434e4919100d/image.png", + "author": "qtchaos", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-08-28", + "updatedAt": "2024-08-28" + }, + "bed8c922-616a-4165-8c86-6822ccf478ad": { + "id": "bed8c922-616a-4165-8c86-6822ccf478ad", + "name": "Erics Zen UI Tweak Box", + "description": "Various tweaks for the Zen Browser UI", + "homepage": "https://github.com/ericmackrodt/zen-themes", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bed8c922-616a-4165-8c86-6822ccf478ad/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bed8c922-616a-4165-8c86-6822ccf478ad/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bed8c922-616a-4165-8c86-6822ccf478ad/image.png", + "author": "ericmackrodt", + "version": "1.0.0", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bed8c922-616a-4165-8c86-6822ccf478ad/preferences.json", + "tags": [], + "createdAt": "2024-09-07", + "updatedAt": "2024-09-07" + }, + "bd92a9a0-1c00-4187-a66e-94c389fa5a59": { + "id": "bd92a9a0-1c00-4187-a66e-94c389fa5a59", + "name": "Sidebar Expand on Hover", + "description": "Readds the expand on hover feature to zen with a few extra features", + "homepage": "https://github.com/Uiniel/zen-mods/tree/main/sidebar-expand-on-hover", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bd92a9a0-1c00-4187-a66e-94c389fa5a59/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bd92a9a0-1c00-4187-a66e-94c389fa5a59/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bd92a9a0-1c00-4187-a66e-94c389fa5a59/image.png", + "author": "Uiniel", + "version": "1.1.2", + "tags": [], + "createdAt": "2024-12-10", + "updatedAt": "2025-01-23", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bd92a9a0-1c00-4187-a66e-94c389fa5a59/preferences.json" + }, + "570afd9d-96fa-48b5-bad3-0c106757cce9": { + "id": "570afd9d-96fa-48b5-bad3-0c106757cce9", + "name": "Super Sleek UI", + "description": "A sleek & minimalistic UI with grid-style quick access, smaller navbar, no border padding & more.", + "homepage": "https://github.com/lingais/Zen-Broswer-Super-Sleek-UI-Theme.git", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/570afd9d-96fa-48b5-bad3-0c106757cce9/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/570afd9d-96fa-48b5-bad3-0c106757cce9/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/570afd9d-96fa-48b5-bad3-0c106757cce9/image.png", + "author": "lingais", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-08-28", + "updatedAt": "2024-08-28" + }, + "d7076c31-f6c1-4f28-b2e8-15b95f5a3d6f": { + "id": "d7076c31-f6c1-4f28-b2e8-15b95f5a3d6f", + "name": "No Search Shortcut Icons", + "description": "Hides search shortcuts in the Zen browser URL bar, showing them only when the bar is focused.", + "homepage": "https://github.com/itsfaizankhan/zen-browser-mods/tree/main/No-Search-Shortcut-Icons", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d7076c31-f6c1-4f28-b2e8-15b95f5a3d6f/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d7076c31-f6c1-4f28-b2e8-15b95f5a3d6f/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d7076c31-f6c1-4f28-b2e8-15b95f5a3d6f/image.png", + "author": "itsfaizankhan", + "version": "1.0.1", + "tags": [], + "createdAt": "2024-12-27", + "updatedAt": "2025-01-07" + }, + "daf345ec-9a89-4b5d-9d41-47df562e29c9": { + "id": "daf345ec-9a89-4b5d-9d41-47df562e29c9", + "name": "Secret Theme", + "description": "Secret theme made for people to have a little laugh!", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/daf345ec-9a89-4b5d-9d41-47df562e29c9/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/daf345ec-9a89-4b5d-9d41-47df562e29c9/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/daf345ec-9a89-4b5d-9d41-47df562e29c9/image.png", + "author": "mauro-balades", + "version": "1.0.1", + "tags": [], + "createdAt": "2024-08-29", + "updatedAt": "2024-11-23" + }, + "c8d9e6e6-e702-4e15-8972-3596e57cf398": { + "id": "c8d9e6e6-e702-4e15-8972-3596e57cf398", + "name": "Zen Back Forward", + "description": "Hide Back and Forward button when you don't need them", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c8d9e6e6-e702-4e15-8972-3596e57cf398/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c8d9e6e6-e702-4e15-8972-3596e57cf398/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c8d9e6e6-e702-4e15-8972-3596e57cf398/image.png", + "author": "KiKaraage", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-09-03", + "updatedAt": "2024-09-03" + }, + "d23733fa-983e-4680-8869-bf5b292d4fe6": { + "id": "d23733fa-983e-4680-8869-bf5b292d4fe6", + "name": "Customize Font Size", + "description": "Configure Zen Browser's UI font sizes.", + "homepage": "https://github.com/joadr/zen-customize-fonts-size", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d23733fa-983e-4680-8869-bf5b292d4fe6/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d23733fa-983e-4680-8869-bf5b292d4fe6/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d23733fa-983e-4680-8869-bf5b292d4fe6/image.png", + "author": "joadr", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-11-29", + "updatedAt": "2024-12-10", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d23733fa-983e-4680-8869-bf5b292d4fe6/preferences.json" + }, + "b430a958-cd66-4edd-b451-c6c7cfb7e160": { + "id": "b430a958-cd66-4edd-b451-c6c7cfb7e160", + "name": "HidePlugins", + "description": "Theme to hide the plugin button from the toolbar.", + "homepage": "https://github.com/adammpkins/HidePlugins/tree/main", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/image.png", + "author": "adammpkins", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-08-29", + "updatedAt": "2024-08-29" + }, + "67b12475-1c26-4d13-9156-297383ed8dbf": { + "id": "67b12475-1c26-4d13-9156-297383ed8dbf", + "name": "Floating toolbar", + "description": "Detaches toolbar from edge of browser window so that it appears to float", + "homepage": "https://github.com/anaarkei/zen-floating-toolbar", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/67b12475-1c26-4d13-9156-297383ed8dbf/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/67b12475-1c26-4d13-9156-297383ed8dbf/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/67b12475-1c26-4d13-9156-297383ed8dbf/image.png", + "author": "anaarkei", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/67b12475-1c26-4d13-9156-297383ed8dbf/preferences.json", + "version": "2.1.2", + "tags": [], + "createdAt": "2024-09-15", + "updatedAt": "2024-09-30" + }, + "b51ff956-6aea-47ab-80c7-d6c047c0d510": { + "id": "b51ff956-6aea-47ab-80c7-d6c047c0d510", + "name": "Disable Status Bar", + "description": "This removes the bottom-left status bar when hovering over a URL.", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/b51ff956-6aea-47ab-80c7-d6c047c0d510/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/b51ff956-6aea-47ab-80c7-d6c047c0d510/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/b51ff956-6aea-47ab-80c7-d6c047c0d510/image.png", + "author": "F-U-B-AR", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-09-03", + "updatedAt": "2024-09-03" + }, + "ef16716a-58dc-42d4-99f8-b1667d32247d": { + "id": "ef16716a-58dc-42d4-99f8-b1667d32247d", + "name": "Formula 1", + "description": "Embrace the simplicity of black and red", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ef16716a-58dc-42d4-99f8-b1667d32247d/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ef16716a-58dc-42d4-99f8-b1667d32247d/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ef16716a-58dc-42d4-99f8-b1667d32247d/image.png", + "author": "thejournalwriter", + "version": "1.0.0", + "isDarkMode": true, + "isColorTheme": true, + "tags": ["color scheme", "dark"], + "createdAt": "2024-08-22", + "updatedAt": "2024-08-22" + }, + "5c4d7772-d963-4672-ab03-e9d541438881": { + "id": "5c4d7772-d963-4672-ab03-e9d541438881", + "name": "Bigger Mute Button", + "description": "Enlarges mute button, hides sound labels, and replaces tab icon with mute button when not expanded.", + "homepage": "https://github.com/jvabn/zenbrowser-themes", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5c4d7772-d963-4672-ab03-e9d541438881/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5c4d7772-d963-4672-ab03-e9d541438881/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5c4d7772-d963-4672-ab03-e9d541438881/image.png", + "author": "jvabn", + "version": "1.0.2", + "tags": [], + "createdAt": "2024-10-12", + "updatedAt": "2024-11-02" + }, + "f7c71d9a-bce2-420f-ae44-a64bd92975ab": { + "id": "f7c71d9a-bce2-420f-ae44-a64bd92975ab", + "name": "Better Unloaded Tabs", + "description": "Makes unloaded tabs easier to notice by making them greyscale and transparent.", + "homepage": "https://github.com/Felkazz/zen-browser-better-unloaded-tabs", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f7c71d9a-bce2-420f-ae44-a64bd92975ab/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f7c71d9a-bce2-420f-ae44-a64bd92975ab/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f7c71d9a-bce2-420f-ae44-a64bd92975ab/image.png", + "author": "Felkazz", + "version": "1.0.1", + "tags": [], + "createdAt": "2024-10-12", + "updatedAt": "2024-10-12" + }, + "e4274cbc-c99b-411a-876d-9b943eb91282": { + "id": "e4274cbc-c99b-411a-876d-9b943eb91282", + "name": "Exit Button Right Padding", + "description": "A simple theme that adds a bit of padding to the right of the exit button", + "homepage": "https://github.com/ericmackrodt/zen-themes/", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e4274cbc-c99b-411a-876d-9b943eb91282/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e4274cbc-c99b-411a-876d-9b943eb91282/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e4274cbc-c99b-411a-876d-9b943eb91282/image.png", + "author": "ericmackrodt", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-08-31", + "updatedAt": "2024-08-31" + }, + "803c7895-b39b-458e-84f8-a521f4d7a064": { + "id": "803c7895-b39b-458e-84f8-a521f4d7a064", + "name": "Hide Inactive Workspaces", + "description": "Reducing space by hiding inactive workspace icons, extremely useful if you have a lot of workspaces.", + "homepage": "https://github.com/GunGunGun/zenCustomCursorMod/tree/main/autohide_inactive_workspaces", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/803c7895-b39b-458e-84f8-a521f4d7a064/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/803c7895-b39b-458e-84f8-a521f4d7a064/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/803c7895-b39b-458e-84f8-a521f4d7a064/image.png", + "author": "GunGunGun", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-11-02", + "updatedAt": "2024-11-02" + }, + "5f12d02a-c692-4f9c-b1f3-cd92782bab02": { + "id": "5f12d02a-c692-4f9c-b1f3-cd92782bab02", + "name": "Winter Spirit", + "description": "Adds an animated snowflake overlay", + "homepage": "https://github.com/Kaedriz/ZenMods/tree/main/WinterSpirit", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5f12d02a-c692-4f9c-b1f3-cd92782bab02/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5f12d02a-c692-4f9c-b1f3-cd92782bab02/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5f12d02a-c692-4f9c-b1f3-cd92782bab02/image.png", + "author": "Kaedriz", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-12-24", + "updatedAt": "2024-12-27", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5f12d02a-c692-4f9c-b1f3-cd92782bab02/preferences.json" + }, + "ea1a5ace-f698-4b45-ab88-6e8bd3a563f0": { + "id": "ea1a5ace-f698-4b45-ab88-6e8bd3a563f0", + "name": "Bookmark Toolbar Tweaks", + "description": "Center bookmarks, hide the icons!", + "homepage": "https://github.com/n7itro/Zen-Themes/", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/image.png", + "author": "n7itro", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/preferences.json", + "version": "1.2.2", + "tags": [], + "createdAt": "2024-08-19", + "updatedAt": "2025-01-07" + }, + "053a3ffa-9233-4554-88f3-076e6a6ebb43": { + "id": "053a3ffa-9233-4554-88f3-076e6a6ebb43", + "name": "Hide tab mute", + "description": "Hides the mute/unmute button when the sidebar is collapsed to make clicking on tabs easier.", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/053a3ffa-9233-4554-88f3-076e6a6ebb43/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/053a3ffa-9233-4554-88f3-076e6a6ebb43/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/053a3ffa-9233-4554-88f3-076e6a6ebb43/image.png", + "author": "Tc-001", + "version": "1.0.1", + "tags": ["tabs"], + "createdAt": "2024-08-21", + "updatedAt": "2024-09-18" + }, + "6c122084-c4ec-4c9e-8cc5-3d87c3a089cb": { + "id": "6c122084-c4ec-4c9e-8cc5-3d87c3a089cb", + "name": "NavBar Margin", + "description": "Adds some top- and bottom-margin to the navbar so it doesn't look too tight.", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6c122084-c4ec-4c9e-8cc5-3d87c3a089cb/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6c122084-c4ec-4c9e-8cc5-3d87c3a089cb/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6c122084-c4ec-4c9e-8cc5-3d87c3a089cb/image.png", + "author": "jusnim", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-12-03", + "updatedAt": "2024-12-04" + }, + "0c3d77bf-44fc-47a6-a183-39205dfa5f7e": { + "id": "0c3d77bf-44fc-47a6-a183-39205dfa5f7e", + "name": "Hidden Reset Button", + "description": "Hide the reset button behind the tab icon unless hovered.", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/0c3d77bf-44fc-47a6-a183-39205dfa5f7e/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/0c3d77bf-44fc-47a6-a183-39205dfa5f7e/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/0c3d77bf-44fc-47a6-a183-39205dfa5f7e/image.png", + "author": "AlexCookieDev", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-12-20", + "updatedAt": "2024-12-22" + }, + "906c6915-5677-48ff-9bfc-096a02a72379": { + "id": "906c6915-5677-48ff-9bfc-096a02a72379", + "name": "Floating Status Bar", + "description": "Mod for Zen Browser that detaches the status bar from the bottom left corner of the browser window.", + "homepage": "https://github.com/AmirhBeigi/zen-floating-statusbar/", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/906c6915-5677-48ff-9bfc-096a02a72379/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/906c6915-5677-48ff-9bfc-096a02a72379/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/906c6915-5677-48ff-9bfc-096a02a72379/image.png", + "author": "AmirhBeigi", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-10-06", + "updatedAt": "2024-10-06" + }, + "180d9426-a020-4bd7-98ec-63f957291119": { + "id": "180d9426-a020-4bd7-98ec-63f957291119", + "name": "TitleBarButton UI Tweaks", + "description": "Small UI tweaks to the titlebar buttons to make them more coherent with the Zen Browser design philosophy.", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/180d9426-a020-4bd7-98ec-63f957291119/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/180d9426-a020-4bd7-98ec-63f957291119/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/180d9426-a020-4bd7-98ec-63f957291119/image.png", + "author": "DaitiDay", + "version": "1.0.1", + "tags": [], + "createdAt": "2024-09-18", + "updatedAt": "2024-10-19" + }, + "bb61b145-6875-4afe-86f2-ab00024459dc": { + "id": "bb61b145-6875-4afe-86f2-ab00024459dc", + "name": "AstroTheme Dark", + "description": "A dark theme inspired by AstroNvim's AstroTheme color palette", + "homepage": "https://github.com/AstroNvim/astrotheme", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bb61b145-6875-4afe-86f2-ab00024459dc/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bb61b145-6875-4afe-86f2-ab00024459dc/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bb61b145-6875-4afe-86f2-ab00024459dc/image.png", + "author": "mehalter", + "version": "1.0.0", + "tags": ["color scheme", "dark"], + "createdAt": "2024-10-12", + "updatedAt": "2024-10-12" + }, + "d93e67f8-e5e1-401e-9b82-f9d5bab231e6": { + "id": "d93e67f8-e5e1-401e-9b82-f9d5bab231e6", + "name": "Super Url Bar", + "description": "Get simple rounded edges, centered text, a removed border for your url bar and a background blur.", + "homepage": "https://github.com/JLBlk/Zen-Themes/tree/main/SuperUrlBar", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d93e67f8-e5e1-401e-9b82-f9d5bab231e6/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d93e67f8-e5e1-401e-9b82-f9d5bab231e6/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d93e67f8-e5e1-401e-9b82-f9d5bab231e6/image.png", + "author": "JLBlk", + "version": "1.4.2", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d93e67f8-e5e1-401e-9b82-f9d5bab231e6/preferences.json", + "tags": ["urlbar"], + "createdAt": "2024-08-31", + "updatedAt": "2024-11-03" + }, + "74c755b3-41a5-4f78-83cb-cd1e1e076bb6": { + "id": "74c755b3-41a5-4f78-83cb-cd1e1e076bb6", + "name": "Better UniExtBtn", + "description": "change unified extensions button to zen browser icon", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/74c755b3-41a5-4f78-83cb-cd1e1e076bb6/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/74c755b3-41a5-4f78-83cb-cd1e1e076bb6/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/74c755b3-41a5-4f78-83cb-cd1e1e076bb6/image.png", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/74c755b3-41a5-4f78-83cb-cd1e1e076bb6/preferences.json", + "author": "lindongbin", + "version": "1.0.1", + "tags": [], + "createdAt": "2024-08-30", + "updatedAt": "2024-12-10" + }, + "39907934-59e9-4e42-89f0-a254d3c5e280": { + "id": "39907934-59e9-4e42-89f0-a254d3c5e280", + "name": "Sidebery", + "description": "Tweaks to support Sidebery as an alternative to Zen's native tabs and workspace implementation.", + "homepage": "https://github.com/shanto/sidebery", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/39907934-59e9-4e42-89f0-a254d3c5e280/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/39907934-59e9-4e42-89f0-a254d3c5e280/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/39907934-59e9-4e42-89f0-a254d3c5e280/image.png", + "author": "Shaan", + "version": "1.0.2", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/39907934-59e9-4e42-89f0-a254d3c5e280/preferences.json", + "tags": [], + "createdAt": "2024-10-09", + "updatedAt": "2024-12-31" + }, + "22c9ec3b-7c62-46ae-991f-c8fff5046829": { + "id": "22c9ec3b-7c62-46ae-991f-c8fff5046829", + "name": "Tab Numbers", + "description": "Shows the Number corresponding to each Tab.", + "homepage": "https://github.com/philmard/tab-numbers", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/22c9ec3b-7c62-46ae-991f-c8fff5046829/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/22c9ec3b-7c62-46ae-991f-c8fff5046829/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/22c9ec3b-7c62-46ae-991f-c8fff5046829/image.png", + "author": "philmard", + "version": "1.0.4", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/22c9ec3b-7c62-46ae-991f-c8fff5046829/preferences.json", + "tags": ["tabs"], + "createdAt": "2024-11-09", + "updatedAt": "2025-01-25" + }, + "64cdc40f-2366-4b5b-8bad-d0524682595e": { + "id": "64cdc40f-2366-4b5b-8bad-d0524682595e", + "name": "Allow Toolbar Theming", + "description": "This allows you to use Firefox themes to customize your toolbar", + "homepage": "https://github.com/ch4og/zenbrowser-themes/tree/main/Allow%20Toolbar%20Theming", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/64cdc40f-2366-4b5b-8bad-d0524682595e/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/64cdc40f-2366-4b5b-8bad-d0524682595e/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/64cdc40f-2366-4b5b-8bad-d0524682595e/image.png", + "author": "ch4og", + "version": "1.0.2", + "tags": [], + "createdAt": "2024-08-23", + "updatedAt": "2024-09-07" + }, + "35f24f2c-b211-43e2-9fe4-2c3bc217d9f7": { + "id": "35f24f2c-b211-43e2-9fe4-2c3bc217d9f7", + "name": "Compact tabs title", + "description": "Show the first few title characters even in compact mode", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/35f24f2c-b211-43e2-9fe4-2c3bc217d9f7/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/35f24f2c-b211-43e2-9fe4-2c3bc217d9f7/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/35f24f2c-b211-43e2-9fe4-2c3bc217d9f7/image.png", + "author": "Tc-001", + "version": "1.0.0", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/35f24f2c-b211-43e2-9fe4-2c3bc217d9f7/preferences.json", + "tags": ["tabs"], + "createdAt": "2024-08-28", + "updatedAt": "2024-09-07" + }, + "5a007026-0801-4a5d-9740-f17dc1c3ff21": { + "id": "5a007026-0801-4a5d-9740-f17dc1c3ff21", + "name": "Hide Window Buttons", + "description": "Hide the minimize, maximize, and close window buttons", + "homepage": "https://github.com/n7itro/Zen-Themes", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5a007026-0801-4a5d-9740-f17dc1c3ff21/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5a007026-0801-4a5d-9740-f17dc1c3ff21/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5a007026-0801-4a5d-9740-f17dc1c3ff21/image.png", + "author": "n7itro", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5a007026-0801-4a5d-9740-f17dc1c3ff21/preferences.json", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-08-16", + "updatedAt": "2024-08-22" + }, + "5ca67725-1f43-4ff2-9fcf-0c59af71c73a": { + "id": "5ca67725-1f43-4ff2-9fcf-0c59af71c73a", + "name": "Midnight", + "description": "A dark and pleasant to the eyes purple theme :)", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5ca67725-1f43-4ff2-9fcf-0c59af71c73a/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5ca67725-1f43-4ff2-9fcf-0c59af71c73a/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5ca67725-1f43-4ff2-9fcf-0c59af71c73a/image.png", + "author": "shaeriz", + "version": "1.0.0", + "isDarkMode": true, + "isColorTheme": true, + "tags": ["color scheme", "dark"], + "createdAt": "2024-08-31", + "updatedAt": "2024-08-31" + }, + "d2953516-d239-4ef8-aac5-b238e3dc0360": { + "id": "d2953516-d239-4ef8-aac5-b238e3dc0360", + "name": "PywalZen", + "description": "Enable correct support for Pywalfox with this theme!", + "homepage": "https://github.com/Axenide/PywalZen", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d2953516-d239-4ef8-aac5-b238e3dc0360/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d2953516-d239-4ef8-aac5-b238e3dc0360/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d2953516-d239-4ef8-aac5-b238e3dc0360/image.png", + "author": "Axenide", + "version": "1.0.4", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d2953516-d239-4ef8-aac5-b238e3dc0360/preferences.json", + "tags": [], + "createdAt": "2024-09-29", + "updatedAt": "2024-12-27" + }, + "ae051a40-3e3a-429a-a6f4-199a28b18a75": { + "id": "ae051a40-3e3a-429a-a6f4-199a28b18a75", + "name": "Only Reset On Hover", + "description": "Show pinned tab's reset button only on hover, even on the active tab.", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/image.png", + "author": "TheCatRiX", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-12-16", + "updatedAt": "2024-12-16" + }, + "c45c4894-d6bd-47fc-997a-0c4d015334f1": { + "id": "c45c4894-d6bd-47fc-997a-0c4d015334f1", + "name": "No pinned tab reset btn", + "description": "Hides the reset button that appears when hovering over pinned tabs.", + "homepage": "https://github.com/spicybackend/zen-browser-no-pinned-url-reset", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c45c4894-d6bd-47fc-997a-0c4d015334f1/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c45c4894-d6bd-47fc-997a-0c4d015334f1/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c45c4894-d6bd-47fc-997a-0c4d015334f1/image.png", + "author": "spicybackend", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-12-12", + "updatedAt": "2024-12-12" + }, + "80112b28-39e0-407c-8988-2290bc973b97": { + "id": "80112b28-39e0-407c-8988-2290bc973b97", + "name": "Matcha", + "description": "Sweet and peaceful vibrant theme, supported light and dark mode", + "homepage": "https://github.com/KiKaraage/ZenMods", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/80112b28-39e0-407c-8988-2290bc973b97/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/80112b28-39e0-407c-8988-2290bc973b97/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/80112b28-39e0-407c-8988-2290bc973b97/image.png", + "author": "KiKaraage", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-09-24", + "updatedAt": "2024-09-24" + }, + "11d685eb-4515-4045-864b-0a50589f8a4d": { + "id": "11d685eb-4515-4045-864b-0a50589f8a4d", + "name": "Monochrome", + "description": "There is no monochrome option in theme settings, so i created this theme.", + "homepage": "https://github.com/antonsizikov/zen-browser-monochrome-theme", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/11d685eb-4515-4045-864b-0a50589f8a4d/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/11d685eb-4515-4045-864b-0a50589f8a4d/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/11d685eb-4515-4045-864b-0a50589f8a4d/image.png", + "author": "antonsizikov", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-10-06", + "updatedAt": "2024-10-06" + }, + "dd4f5461-1564-4e56-9f9d-f81e3c18f93c": { + "id": "dd4f5461-1564-4e56-9f9d-f81e3c18f93c", + "name": "Zen Sidebar At Right Side", + "description": "Pin or float the Zen Sidebar at the right side.", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/dd4f5461-1564-4e56-9f9d-f81e3c18f93c/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/dd4f5461-1564-4e56-9f9d-f81e3c18f93c/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/dd4f5461-1564-4e56-9f9d-f81e3c18f93c/image.png", + "author": "AntonioSTM", + "version": "1.0.2", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/dd4f5461-1564-4e56-9f9d-f81e3c18f93c/preferences.json", + "tags": [], + "createdAt": "2024-09-03", + "updatedAt": "2024-09-03" + }, + "f50841b2-5e4a-4534-985d-b7f7b96088c2": { + "id": "f50841b2-5e4a-4534-985d-b7f7b96088c2", + "name": "NoHighlightSplit", + "description": "Removes the border highlight around the active tab while using split view.", + "homepage": "https://github.com/JtdeGraaf/zen-remove-split-view-tab-highlight", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f50841b2-5e4a-4534-985d-b7f7b96088c2/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f50841b2-5e4a-4534-985d-b7f7b96088c2/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f50841b2-5e4a-4534-985d-b7f7b96088c2/image.png", + "author": "JtdeGraaf", + "version": "1.1.0", + "tags": [], + "createdAt": "2024-10-06", + "updatedAt": "2024-11-15" + }, + "ed742dfd-e7e0-4b1b-a0aa-e0905b14d817": { + "id": "ed742dfd-e7e0-4b1b-a0aa-e0905b14d817", + "name": "Pinned Tabs Max Height", + "description": "Change max height of pinned tabs.", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ed742dfd-e7e0-4b1b-a0aa-e0905b14d817/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ed742dfd-e7e0-4b1b-a0aa-e0905b14d817/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ed742dfd-e7e0-4b1b-a0aa-e0905b14d817/image.png", + "author": "TheCatRiX", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-12-16", + "updatedAt": "2024-12-16", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ed742dfd-e7e0-4b1b-a0aa-e0905b14d817/preferences.json" + }, + "1e86cf37-a127-4f24-b919-d265b5ce29a0": { + "id": "1e86cf37-a127-4f24-b919-d265b5ce29a0", + "name": "Cleaner Extension Menu", + "description": "Remove header and reduce width of the Unified Extension Menu in Zen", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1e86cf37-a127-4f24-b919-d265b5ce29a0/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1e86cf37-a127-4f24-b919-d265b5ce29a0/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1e86cf37-a127-4f24-b919-d265b5ce29a0/image.png", + "author": "KiKaraage", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-09-03", + "updatedAt": "2024-09-03" + }, + "a5f6a231-e3c8-4ce8-8a8e-3e93efd6adec": { + "id": "a5f6a231-e3c8-4ce8-8a8e-3e93efd6adec", + "name": "Cleaned URL bar", + "description": "Cleans up zen's URL bar.", + "homepage": "https://github.com/Dinno-DEV/zen-cleaned-url-bar", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a5f6a231-e3c8-4ce8-8a8e-3e93efd6adec/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a5f6a231-e3c8-4ce8-8a8e-3e93efd6adec/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a5f6a231-e3c8-4ce8-8a8e-3e93efd6adec/image.png", + "author": "Dinno-DEV", + "version": "1.0.2", + "tags": [], + "createdAt": "2024-11-01", + "updatedAt": "2024-12-16" + }, + "bc25808c-a012-4c0d-ad9a-aa86be616019": { + "id": "bc25808c-a012-4c0d-ad9a-aa86be616019", + "name": "sleek border", + "description": "Sleek Zen browser borders with subtle opacity for a refined, modern look.", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bc25808c-a012-4c0d-ad9a-aa86be616019/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bc25808c-a012-4c0d-ad9a-aa86be616019/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bc25808c-a012-4c0d-ad9a-aa86be616019/image.png", + "author": "Lumio4u", + "version": "1.0.0", + "createdAt": "2024-10-14", + "updatedAt": "2024-10-19", + "tags": [] + }, + "dbe05f83-b471-4278-a3f9-e5ed244b0d6c": { + "id": "dbe05f83-b471-4278-a3f9-e5ed244b0d6c", + "name": "Old navigation buttons", + "description": "Restore the original Firefox navigation buttons.", + "homepage": "https://github.com/Osmagtor/zen-themes/tree/main/Restore%20navigation%20buttons", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/dbe05f83-b471-4278-a3f9-e5ed244b0d6c/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/dbe05f83-b471-4278-a3f9-e5ed244b0d6c/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/dbe05f83-b471-4278-a3f9-e5ed244b0d6c/image.png", + "author": "Osmagtor", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-09-25", + "updatedAt": "2024-09-25" + }, + "1207efa9-fce4-439f-a673-9d3c0e4e8820": { + "id": "1207efa9-fce4-439f-a673-9d3c0e4e8820", + "name": "Clickable Scrollbar", + "description": "Makes Sidebar Scrollbar clickable", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1207efa9-fce4-439f-a673-9d3c0e4e8820/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1207efa9-fce4-439f-a673-9d3c0e4e8820/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1207efa9-fce4-439f-a673-9d3c0e4e8820/image.png", + "author": "tahawael", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-10-19", + "updatedAt": "2024-10-19" + }, + "5bb07b6e-c89f-4f4a-a0ed-e483cc535594": { + "id": "5bb07b6e-c89f-4f4a-a0ed-e483cc535594", + "name": "Custom MenuButton", + "description": "Custom MenuButton", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5bb07b6e-c89f-4f4a-a0ed-e483cc535594/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5bb07b6e-c89f-4f4a-a0ed-e483cc535594/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5bb07b6e-c89f-4f4a-a0ed-e483cc535594/image.png", + "author": "lindongbin", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-12-14", + "updatedAt": "2024-12-16", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5bb07b6e-c89f-4f4a-a0ed-e483cc535594/preferences.json" + }, + "2317fd93-c3ed-4f37-b55a-304c1816819e": { + "id": "2317fd93-c3ed-4f37-b55a-304c1816819e", + "name": "Audio Indicator Enhanced", + "description": "Enhanced audio indicator, with more polished style", + "homepage": "https://github.com/Kaedriz/ZenMods/tree/main/AudioIndicatorEnhanced", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/2317fd93-c3ed-4f37-b55a-304c1816819e/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/2317fd93-c3ed-4f37-b55a-304c1816819e/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/2317fd93-c3ed-4f37-b55a-304c1816819e/image.png", + "author": "Kaedriz", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-12-06", + "updatedAt": "2025-01-25" + }, + "6cd4bca9-f17d-4461-b554-844d69a4887c": { + "id": "6cd4bca9-f17d-4461-b554-844d69a4887c", + "name": "Zen Minimal Exit Menu", + "description": "A zen browser mod that changes the exit menu to 3 circles similar (but a bit different) to one in MacOS.", + "homepage": "https://github.com/Dinno-DEV/zen-minimal-exit-menu", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/image.png", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/preferences.json", + "author": "Dinno-DEV", + "version": "1.0.2", + "tags": [], + "createdAt": "2024-09-19", + "updatedAt": "2024-10-06" + }, + "ecda11ae-d3fd-4052-8881-303b2504e3ce": { + "id": "ecda11ae-d3fd-4052-8881-303b2504e3ce", + "name": "Gruvbox", + "description": "A gruvbox based theme", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ecda11ae-d3fd-4052-8881-303b2504e3ce/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ecda11ae-d3fd-4052-8881-303b2504e3ce/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ecda11ae-d3fd-4052-8881-303b2504e3ce/image.png", + "author": "Blaster4385", + "version": "1.0.0", + "isDarkMode": true, + "isColorTheme": true, + "tags": ["color scheme", "dark"], + "createdAt": "2024-08-23", + "updatedAt": "2024-08-24" + }, + "f4866f39-cfd6-4498-ab92-54213b8279dc": { + "id": "f4866f39-cfd6-4498-ab92-54213b8279dc", + "name": "Animations Plus", + "description": "A nice animation pack for Zen Browser", + "homepage": "https://github.com/Anoms12/Animations-plus", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f4866f39-cfd6-4498-ab92-54213b8279dc/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f4866f39-cfd6-4498-ab92-54213b8279dc/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f4866f39-cfd6-4498-ab92-54213b8279dc/image.png", + "author": "Anoms12", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-12-01", + "updatedAt": "2025-01-14" + }, + "5ac61d13-a0dc-400e-aaa0-0f10fd3a7d0c": { + "id": "5ac61d13-a0dc-400e-aaa0-0f10fd3a7d0c", + "name": "Uniform Workspaces Button", + "description": "Make the workspaces button consistent with the other sidebar buttons, while remaining unique.", + "homepage": "https://github.com/andrewbellucci/zen-uniform-workspaces-button", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5ac61d13-a0dc-400e-aaa0-0f10fd3a7d0c/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5ac61d13-a0dc-400e-aaa0-0f10fd3a7d0c/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5ac61d13-a0dc-400e-aaa0-0f10fd3a7d0c/image.png", + "author": "andrewbellucci", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-08-24", + "updatedAt": "2024-08-24" + }, + "c5f7fb68-cc75-4df0-8b02-dc9ee13aa773": { + "id": "c5f7fb68-cc75-4df0-8b02-dc9ee13aa773", + "name": "Audio TabIcon Plus", + "description": "Enhance audio/mute tab-icon", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c5f7fb68-cc75-4df0-8b02-dc9ee13aa773/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c5f7fb68-cc75-4df0-8b02-dc9ee13aa773/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c5f7fb68-cc75-4df0-8b02-dc9ee13aa773/image.png", + "author": "DaitiDay", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c5f7fb68-cc75-4df0-8b02-dc9ee13aa773/preferences.json", + "version": "1.0.1", + "tags": ["tabs"], + "createdAt": "2024-08-28", + "updatedAt": "2024-09-07" + }, + "3ff55ba7-4690-4f74-96a8-9e4416685e4e": { + "id": "3ff55ba7-4690-4f74-96a8-9e4416685e4e", + "name": "Colored container tab", + "description": "Changes the default container tab theme", + "homepage": "https://github.com/ocean-mars/things", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/3ff55ba7-4690-4f74-96a8-9e4416685e4e/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/3ff55ba7-4690-4f74-96a8-9e4416685e4e/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/3ff55ba7-4690-4f74-96a8-9e4416685e4e/image.png", + "author": "ocean-mars", + "version": "1.0.0", + "tags": ["tabs"], + "createdAt": "2024-10-06", + "updatedAt": "2024-10-06" + }, + "d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe": { + "id": "d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe", + "name": "Better Active Tab", + "description": "Adds a bright line next to the active tab to better highlight it.", + "homepage": "https://github.com/HliasOuzounis/zen-browser-better-active-tab-indicator", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe/image.png", + "author": "HliasOuzounis", + "version": "1.0.3", + "tags": ["tabs"], + "createdAt": "2024-09-07", + "updatedAt": "2024-09-24" + }, + "253a3a74-0cc4-47b7-8b82-996a64f030d5": { + "id": "253a3a74-0cc4-47b7-8b82-996a64f030d5", + "name": "Floating History", + "description": "Detaches and moves a redesgined history sidebar to the left so that it appears to float and matches the zen aesthetic.", + "homepage": "https://github.com/ahmaadaziz/zen-floating-history", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/image.png", + "author": "ahmaadaziz", + "createdAt": "2024-10-12", + "updatedAt": "2024-10-12", + "version": "1.0.0" + }, + "a6335949-4465-4b71-926c-4a52d34bc9c0": { + "id": "a6335949-4465-4b71-926c-4a52d34bc9c0", + "name": "Better Find Bar", + "description": "Improves the find bar, making it floating, more responsive, and moving it to the top of the page.", + "homepage": "https://github.com/RobotoSkunk/zen-better-findbar", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a6335949-4465-4b71-926c-4a52d34bc9c0/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a6335949-4465-4b71-926c-4a52d34bc9c0/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a6335949-4465-4b71-926c-4a52d34bc9c0/image.png", + "author": "RobotoSkunk", + "version": "1.1.0", + "tags": [], + "createdAt": "2024-11-24", + "updatedAt": "2024-12-24" + }, + "2e3369c7-e450-46ba-8794-75ccb0de5e48": { + "id": "2e3369c7-e450-46ba-8794-75ccb0de5e48", + "name": "Now playing indicator", + "description": "Display an indicator on the 'Now playing' tab when the sidebar is collapsed.", + "homepage": "https://github.com/benstone326/zen-browser-now-playing-indicator", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/2e3369c7-e450-46ba-8794-75ccb0de5e48/chrome.css", + "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.2.1", + "tags": ["tabs"], + "createdAt": "2024-08-28", + "updatedAt": "2024-10-19" + }, + "664c54f9-d97d-410b-a479-23dd8a08a628": { + "id": "664c54f9-d97d-410b-a479-23dd8a08a628", + "name": "Better Tab Indicators", + "description": "This Zen Theme provides some alternative styling for the tabs on the sidebar.", + "homepage": "https://github.com/TheRealMG/zen-themes/tree/main/BetterTabIndicators", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/664c54f9-d97d-410b-a479-23dd8a08a628/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/664c54f9-d97d-410b-a479-23dd8a08a628/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/664c54f9-d97d-410b-a479-23dd8a08a628/image.png", + "author": "TheRealMG", + "version": "1.0.0", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/664c54f9-d97d-410b-a479-23dd8a08a628/preferences.json", + "tags": [], + "createdAt": "2024-10-12", + "updatedAt": "2024-10-12" + }, + "fd24f832-a2e6-4ce9-8b19-7aa888eb7f8e": { + "id": "fd24f832-a2e6-4ce9-8b19-7aa888eb7f8e", + "name": "Quietify", + "description": "quietify adds a calm visualizer type of animation to mute button to use with style and ease", + "homepage": "https://github.com/wysh3/Zen-Mods/tree/main/Quietify", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/fd24f832-a2e6-4ce9-8b19-7aa888eb7f8e/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/fd24f832-a2e6-4ce9-8b19-7aa888eb7f8e/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/fd24f832-a2e6-4ce9-8b19-7aa888eb7f8e/image.png", + "author": "wysh3", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-12-17", + "updatedAt": "2024-12-18" + }, + "6f11c932-b992-433e-8c80-56a613cc511e": { + "id": "6f11c932-b992-433e-8c80-56a613cc511e", + "name": "Left close button", + "description": "Move the tab close button to the left side", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6f11c932-b992-433e-8c80-56a613cc511e/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6f11c932-b992-433e-8c80-56a613cc511e/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6f11c932-b992-433e-8c80-56a613cc511e/image.png", + "author": "markatom", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-11-27", + "updatedAt": "2024-12-04" + }, + "4596d8f9-f0b7-4aeb-aa92-851222dc1888": { + "id": "4596d8f9-f0b7-4aeb-aa92-851222dc1888", + "name": "Only Close On Hover", + "description": "Show tab's close button only on hover, even on the active tab.", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4596d8f9-f0b7-4aeb-aa92-851222dc1888/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4596d8f9-f0b7-4aeb-aa92-851222dc1888/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4596d8f9-f0b7-4aeb-aa92-851222dc1888/image.png", + "author": "p-sw", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-10-12", + "updatedAt": "2024-10-12" + }, + "81fcd6b3-f014-4796-988f-6c3cb3874db8": { + "id": "81fcd6b3-f014-4796-988f-6c3cb3874db8", + "name": "Zen Context Menu", + "description": "Declutter your right click menu, hide options you don't need", + "homepage": "https://github.com/KiKaraage/ZenMods/", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/81fcd6b3-f014-4796-988f-6c3cb3874db8/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/81fcd6b3-f014-4796-988f-6c3cb3874db8/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/81fcd6b3-f014-4796-988f-6c3cb3874db8/image.png", + "author": "KiKaraage", + "version": "1.1.4", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/81fcd6b3-f014-4796-988f-6c3cb3874db8/preferences.json", + "tags": ["context menu"], + "createdAt": "2024-10-06", + "updatedAt": "2024-10-23" + }, + "5941aefd-67b0-453d-9b62-9071a31cbb0d": { + "id": "5941aefd-67b0-453d-9b62-9071a31cbb0d", + "name": "Smaller Compact Mode", + "description": "Reduce the height of the compact sidebar!", + "homepage": "https://github.com/n7itro/Zen-Themes", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/image.png", + "author": "n7itro", + "version": "1.0.3", + "tags": ["tabs"], + "createdAt": "2024-08-31", + "updatedAt": "2025-01-25" + }, + "cb15abdb-0514-4e09-8ce5-722cf1f4a20f": { + "id": "cb15abdb-0514-4e09-8ce5-722cf1f4a20f", + "name": "Hide Extension Name", + "description": "Hides the name of the extension on tabs loaded from the extension", + "homepage": "https://github.com/ch4og/zenbrowser-themes/tree/main/Hide%20Extension%20Name", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/cb15abdb-0514-4e09-8ce5-722cf1f4a20f/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/cb15abdb-0514-4e09-8ce5-722cf1f4a20f/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/cb15abdb-0514-4e09-8ce5-722cf1f4a20f/image.png", + "author": "ch4og", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-08-24", + "updatedAt": "2024-08-24" + }, + "bfcc400a-4ecb-4752-bfd2-a68f116a2722": { + "id": "bfcc400a-4ecb-4752-bfd2-a68f116a2722", + "name": "No Gaps", + "description": "Removes the gaps in single-tab view.", + "homepage": "https://github.com/zen-browser/theme-store/tree/main/themes/bfcc400a-4ecb-4752-bfd2-a68f116a2722", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bfcc400a-4ecb-4752-bfd2-a68f116a2722/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bfcc400a-4ecb-4752-bfd2-a68f116a2722/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bfcc400a-4ecb-4752-bfd2-a68f116a2722/image.png", + "author": "Peleret", + "version": "1.2.0", + "tags": [], + "createdAt": "2024-10-21", + "updatedAt": "2024-12-22", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bfcc400a-4ecb-4752-bfd2-a68f116a2722/preferences.json" + }, + "ae7868dc-1fa1-469e-8b89-a5edf7ab1f24": { + "id": "ae7868dc-1fa1-469e-8b89-a5edf7ab1f24", + "name": "Load Bar", + "description": "Creates a sleek loading bar and mute status for single toolbar mode.", + "homepage": "https://github.com/Tanay-Kar/Zen-Themes/tree/main/LoadBar", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ae7868dc-1fa1-469e-8b89-a5edf7ab1f24/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ae7868dc-1fa1-469e-8b89-a5edf7ab1f24/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ae7868dc-1fa1-469e-8b89-a5edf7ab1f24/image.png", + "author": "Tanay-Kar", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-12-21", + "updatedAt": "2024-12-31" + } +} diff --git a/themes/00aeb359-cce5-4eb5-8c5c-5f928a715664/chrome.css b/themes/00aeb359-cce5-4eb5-8c5c-5f928a715664/chrome.css index a365c322..8f23b9b6 100644 --- a/themes/00aeb359-cce5-4eb5-8c5c-5f928a715664/chrome.css +++ b/themes/00aeb359-cce5-4eb5-8c5c-5f928a715664/chrome.css @@ -1,4 +1,3 @@ - /*Nyan Cat and Friends*/ @media (-moz-bool-pref: "z0.catto.nyancats") { @@ -6,7 +5,7 @@ overflow: hidden !important; } -#zen-sidebar-icons-wrapper:before { + #zen-sidebar-icons-wrapper:before { content: ""; position: absolute; bottom: 100%; @@ -24,7 +23,7 @@ background-position-y: 0, 0, 0; } -@keyframes autoRun { + @keyframes autoRun { from { right: 0%; } @@ -37,7 +36,7 @@ /*Nyan Cat and Friends*/ /* Bongo Cat Start */ -@media (-moz-bool-pref: "zen.view.compact") { +:root[zen-compact-mode="true"] { @media (-moz-bool-pref: "z0.catto.bongocat") { #navigator-toolbox:before { position: relative; @@ -60,7 +59,7 @@ } /* Bongo Cat End */ /* Reduce the Size */ - #navigator-toolbox { + #navigator-toolbox { --zen-navigation-toolbar-min-width: 100px !important; padding-top: 12.5vh !important; height: 85vh !important; diff --git a/themes/00aeb359-cce5-4eb5-8c5c-5f928a715664/preferences.json b/themes/00aeb359-cce5-4eb5-8c5c-5f928a715664/preferences.json index bca7098f..1107baa2 100644 --- a/themes/00aeb359-cce5-4eb5-8c5c-5f928a715664/preferences.json +++ b/themes/00aeb359-cce5-4eb5-8c5c-5f928a715664/preferences.json @@ -1,14 +1,14 @@ [ - { - "property": "z0.catto.nyancats", - "label": "Enable Nyan Cat and friends.", - "type": "checkbox", - "defaultValue": true - }, - { - "property": "z0.catto.bongocat", - "label": "Enable Bongocat at the top.", - "type": "checkbox", - "defaultValue": false - } -] \ No newline at end of file + { + "property": "z0.catto.nyancats", + "label": "Enable Nyan Cat and friends.", + "type": "checkbox", + "defaultValue": true + }, + { + "property": "z0.catto.bongocat", + "label": "Enable Bongocat at the top.", + "type": "checkbox", + "defaultValue": false + } +] diff --git a/themes/00aeb359-cce5-4eb5-8c5c-5f928a715664/readme.md b/themes/00aeb359-cce5-4eb5-8c5c-5f928a715664/readme.md index ff9e3c0c..e4c54cf3 100644 --- a/themes/00aeb359-cce5-4eb5-8c5c-5f928a715664/readme.md +++ b/themes/00aeb359-cce5-4eb5-8c5c-5f928a715664/readme.md @@ -1,14 +1,16 @@ - ## ✨ Features 🌈 **Nyan Cat March** + - Colorful Nyan Cats parade across sidebar bottom 🙀 **Bongo Cat** + - Cute Bongo Cat animation at sidebar top -- *Requires Compact Mode* +- _Requires Compact Mode_ 📐 **Size Reducer** + - Reduces sidebar in compact mode (85vh height, 100px min width) All features independently toggleable - mix and match to suit your style! 🐱✨ diff --git a/themes/00aeb359-cce5-4eb5-8c5c-5f928a715664/theme.json b/themes/00aeb359-cce5-4eb5-8c5c-5f928a715664/theme.json index d2915bee..d6dbe4f6 100644 --- a/themes/00aeb359-cce5-4eb5-8c5c-5f928a715664/theme.json +++ b/themes/00aeb359-cce5-4eb5-8c5c-5f928a715664/theme.json @@ -1,15 +1,15 @@ { - "id": "00aeb359-cce5-4eb5-8c5c-5f928a715664", - "name": "Nyan Catto Mod", - "description": "Playful sidebar mod featuring Bongo Cat above and marching Nyan Cats below \ud83d\udc31", - "homepage": "https://github.com/RayZ3R0/nyan-catto", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/00aeb359-cce5-4eb5-8c5c-5f928a715664/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/00aeb359-cce5-4eb5-8c5c-5f928a715664/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/00aeb359-cce5-4eb5-8c5c-5f928a715664/image.png", - "author": "RayZ3R0", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-10-29", - "updatedAt": "2024-11-03", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/00aeb359-cce5-4eb5-8c5c-5f928a715664/preferences.json" -} \ No newline at end of file + "id": "00aeb359-cce5-4eb5-8c5c-5f928a715664", + "name": "Nyan Catto Mod", + "description": "Playful sidebar mod featuring Bongo Cat above and marching Nyan Cats below \ud83d\udc31", + "homepage": "https://github.com/RayZ3R0/nyan-catto", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/00aeb359-cce5-4eb5-8c5c-5f928a715664/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/00aeb359-cce5-4eb5-8c5c-5f928a715664/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/00aeb359-cce5-4eb5-8c5c-5f928a715664/image.png", + "author": "RayZ3R0", + "version": "1.0.1", + "tags": [], + "createdAt": "2024-10-29", + "updatedAt": "2024-11-03", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/00aeb359-cce5-4eb5-8c5c-5f928a715664/preferences.json" +} diff --git a/themes/053a3ffa-9233-4554-88f3-076e6a6ebb43/chrome.css b/themes/053a3ffa-9233-4554-88f3-076e6a6ebb43/chrome.css index 9fc8e597..29ddd7b2 100644 --- a/themes/053a3ffa-9233-4554-88f3-076e6a6ebb43/chrome.css +++ b/themes/053a3ffa-9233-4554-88f3-076e6a6ebb43/chrome.css @@ -1,7 +1,5 @@ @media not (-moz-bool-pref: "zen.view.sidebar-expanded") { - .tab-icon-overlay:is([soundplaying], - [muted], - [activemedia-blocked]) { + .tab-icon-overlay:is([soundplaying], [muted], [activemedia-blocked]) { display: none !important; } .tab-icon-image { diff --git a/themes/053a3ffa-9233-4554-88f3-076e6a6ebb43/readme.md b/themes/053a3ffa-9233-4554-88f3-076e6a6ebb43/readme.md index 4d1f26f8..f82f96a8 100644 --- a/themes/053a3ffa-9233-4554-88f3-076e6a6ebb43/readme.md +++ b/themes/053a3ffa-9233-4554-88f3-076e6a6ebb43/readme.md @@ -1,4 +1,3 @@ - # Hide tab mute Hides the "Mute"/"Unmute" button if the sidebar is collapsed. diff --git a/themes/053a3ffa-9233-4554-88f3-076e6a6ebb43/theme.json b/themes/053a3ffa-9233-4554-88f3-076e6a6ebb43/theme.json index ed5d117a..66949f81 100644 --- a/themes/053a3ffa-9233-4554-88f3-076e6a6ebb43/theme.json +++ b/themes/053a3ffa-9233-4554-88f3-076e6a6ebb43/theme.json @@ -1,16 +1,14 @@ { - "id": "053a3ffa-9233-4554-88f3-076e6a6ebb43", - "name": "Hide tab mute", - "description": "Hides the mute/unmute button when the sidebar is collapsed to make clicking on tabs easier.", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/053a3ffa-9233-4554-88f3-076e6a6ebb43/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/053a3ffa-9233-4554-88f3-076e6a6ebb43/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/053a3ffa-9233-4554-88f3-076e6a6ebb43/image.png", - "author": "Tc-001", - "version": "1.0.1", - "tags": [ - "tabs" - ], - "createdAt": "2024-08-21", - "updatedAt": "2024-09-18" -} \ No newline at end of file + "id": "053a3ffa-9233-4554-88f3-076e6a6ebb43", + "name": "Hide tab mute", + "description": "Hides the mute/unmute button when the sidebar is collapsed to make clicking on tabs easier.", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/053a3ffa-9233-4554-88f3-076e6a6ebb43/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/053a3ffa-9233-4554-88f3-076e6a6ebb43/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/053a3ffa-9233-4554-88f3-076e6a6ebb43/image.png", + "author": "Tc-001", + "version": "1.0.1", + "tags": ["tabs"], + "createdAt": "2024-08-21", + "updatedAt": "2024-09-18" +} diff --git a/themes/0c3d77bf-44fc-47a6-a183-39205dfa5f7e/chrome.css b/themes/0c3d77bf-44fc-47a6-a183-39205dfa5f7e/chrome.css index 0721c0f8..5384bc6e 100644 --- a/themes/0c3d77bf-44fc-47a6-a183-39205dfa5f7e/chrome.css +++ b/themes/0c3d77bf-44fc-47a6-a183-39205dfa5f7e/chrome.css @@ -1,36 +1,39 @@ - /* Hidden Reset Button - Hide the reset button behind the tab icon unless hovered. */ -.tab-icon-stack, .tab-reset-button { - transition: scale .2s cubic-bezier(0.175, 0.885, 0.320, 1.275), opacity .1s ease-in-out, transform .3s cubic-bezier(0.175, 0.885, 0.320, 1.275); +.tab-icon-stack, +.tab-reset-button { + transition: + scale 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), + opacity 0.1s ease-in-out, + transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); } .tab-reset-button { - transform: rotate(-.5turn); - width: 24px !important; - margin: 0; - margin-right: -24px; - order: -1; - z-index: 1; - opacity: 0; - scale: .5; - overflow: hidden !important; + transform: rotate(-0.5turn); + width: 24px !important; + margin: 0; + margin-right: -24px; + order: -1; + z-index: 1; + opacity: 0; + scale: 0.5; + overflow: hidden !important; } .tab-reset-button:hover { - transform: rotate(0); - opacity: 1; - scale: 1; + transform: rotate(0); + opacity: 1; + scale: 1; } .tab-label-container { - padding-left: 6px; + padding-left: 6px; } .tab-icon-stack:has(~ .tab-reset-button:hover) { - opacity: 0; - scale: 0; + opacity: 0; + scale: 0; } .tab-content .tab-icon-stack { - padding: 4px; - width: 24px; + padding: 4px; + width: 24px; } .tab-icon-stack .tab-icon-image { - padding: 0; - margin: 0 !important; + padding: 0; + margin: 0 !important; } diff --git a/themes/0c3d77bf-44fc-47a6-a183-39205dfa5f7e/readme.md b/themes/0c3d77bf-44fc-47a6-a183-39205dfa5f7e/readme.md index 0263e146..5a8302f6 100644 --- a/themes/0c3d77bf-44fc-47a6-a183-39205dfa5f7e/readme.md +++ b/themes/0c3d77bf-44fc-47a6-a183-39205dfa5f7e/readme.md @@ -1,3 +1,3 @@ - # Hidden Reset Button + Hide the reset button behind the tab icon unless hovered. diff --git a/themes/0c3d77bf-44fc-47a6-a183-39205dfa5f7e/theme.json b/themes/0c3d77bf-44fc-47a6-a183-39205dfa5f7e/theme.json index 94f5c8f1..680ca22c 100644 --- a/themes/0c3d77bf-44fc-47a6-a183-39205dfa5f7e/theme.json +++ b/themes/0c3d77bf-44fc-47a6-a183-39205dfa5f7e/theme.json @@ -1,14 +1,14 @@ { - "id": "0c3d77bf-44fc-47a6-a183-39205dfa5f7e", - "name": "Hidden Reset Button", - "description": "Hide the reset button behind the tab icon unless hovered.", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/0c3d77bf-44fc-47a6-a183-39205dfa5f7e/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/0c3d77bf-44fc-47a6-a183-39205dfa5f7e/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/0c3d77bf-44fc-47a6-a183-39205dfa5f7e/image.png", - "author": "AlexCookieDev", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-12-20", - "updatedAt": "2024-12-22" -} \ No newline at end of file + "id": "0c3d77bf-44fc-47a6-a183-39205dfa5f7e", + "name": "Hidden Reset Button", + "description": "Hide the reset button behind the tab icon unless hovered.", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/0c3d77bf-44fc-47a6-a183-39205dfa5f7e/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/0c3d77bf-44fc-47a6-a183-39205dfa5f7e/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/0c3d77bf-44fc-47a6-a183-39205dfa5f7e/image.png", + "author": "AlexCookieDev", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-12-20", + "updatedAt": "2024-12-22" +} diff --git a/themes/11d685eb-4515-4045-864b-0a50589f8a4d/chrome.css b/themes/11d685eb-4515-4045-864b-0a50589f8a4d/chrome.css index ec1bf2ba..12f3b0a0 100644 --- a/themes/11d685eb-4515-4045-864b-0a50589f8a4d/chrome.css +++ b/themes/11d685eb-4515-4045-864b-0a50589f8a4d/chrome.css @@ -1,22 +1,21 @@ - :root { - --zen-primary-color: #808080 !important; + --zen-primary-color: #808080 !important; } @media not (prefers-color-scheme: dark) { - :root { - --zen-colors-primary: #D2D2D2 !important; - --zen-colors-secondary: #D2D2D2 !important; - --zen-colors-tertiary: #FFFFFF !important; - --zen-colors-border: #DDDDDD !important; - } + :root { + --zen-colors-primary: #d2d2d2 !important; + --zen-colors-secondary: #d2d2d2 !important; + --zen-colors-tertiary: #ffffff !important; + --zen-colors-border: #dddddd !important; + } } @media (prefers-color-scheme: dark) { - :root { - --zen-colors-primary: #373737 !important; - --zen-colors-secondary: #373737 !important; - --zen-colors-tertiary: #171717 !important; - --zen-colors-border: #202020 !important; - } + :root { + --zen-colors-primary: #373737 !important; + --zen-colors-secondary: #373737 !important; + --zen-colors-tertiary: #171717 !important; + --zen-colors-border: #202020 !important; + } } diff --git a/themes/11d685eb-4515-4045-864b-0a50589f8a4d/readme.md b/themes/11d685eb-4515-4045-864b-0a50589f8a4d/readme.md index b3e584d5..bd5abb09 100644 --- a/themes/11d685eb-4515-4045-864b-0a50589f8a4d/readme.md +++ b/themes/11d685eb-4515-4045-864b-0a50589f8a4d/readme.md @@ -1,4 +1,3 @@ - # Monochrome theme for [Zen Browser](https://github.com/zen-browser/desktop) There is no monochrome option in theme settings, so i created this theme. diff --git a/themes/11d685eb-4515-4045-864b-0a50589f8a4d/theme.json b/themes/11d685eb-4515-4045-864b-0a50589f8a4d/theme.json index 10d9da37..7ef5ecf1 100644 --- a/themes/11d685eb-4515-4045-864b-0a50589f8a4d/theme.json +++ b/themes/11d685eb-4515-4045-864b-0a50589f8a4d/theme.json @@ -1,14 +1,14 @@ { - "id": "11d685eb-4515-4045-864b-0a50589f8a4d", - "name": "Monochrome", - "description": "There is no monochrome option in theme settings, so i created this theme.", - "homepage": "https://github.com/antonsizikov/zen-browser-monochrome-theme", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/11d685eb-4515-4045-864b-0a50589f8a4d/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/11d685eb-4515-4045-864b-0a50589f8a4d/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/11d685eb-4515-4045-864b-0a50589f8a4d/image.png", - "author": "antonsizikov", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-10-06", - "updatedAt": "2024-10-06" -} \ No newline at end of file + "id": "11d685eb-4515-4045-864b-0a50589f8a4d", + "name": "Monochrome", + "description": "There is no monochrome option in theme settings, so i created this theme.", + "homepage": "https://github.com/antonsizikov/zen-browser-monochrome-theme", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/11d685eb-4515-4045-864b-0a50589f8a4d/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/11d685eb-4515-4045-864b-0a50589f8a4d/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/11d685eb-4515-4045-864b-0a50589f8a4d/image.png", + "author": "antonsizikov", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-10-06", + "updatedAt": "2024-10-06" +} diff --git a/themes/1207efa9-fce4-439f-a673-9d3c0e4e8820/chrome.css b/themes/1207efa9-fce4-439f-a673-9d3c0e4e8820/chrome.css index 8dd74f76..b7dff237 100644 --- a/themes/1207efa9-fce4-439f-a673-9d3c0e4e8820/chrome.css +++ b/themes/1207efa9-fce4-439f-a673-9d3c0e4e8820/chrome.css @@ -1,14 +1,13 @@ - scrollbox:nth-child(5) { - scrollbar-width: thin !important; + scrollbar-width: thin !important; } @media (-moz-bool-pref: "zen.view.sidebar-expanded") { - scrollbox:nth-child(5) { - scrollbar-width: auto !important; - } + scrollbox:nth-child(5) { + scrollbar-width: auto !important; + } } #navigator-toolbox { - -moz-window-dragging: no-drag; /* Disables window dragging */ + -moz-window-dragging: no-drag; /* Disables window dragging */ } diff --git a/themes/1207efa9-fce4-439f-a673-9d3c0e4e8820/readme.md b/themes/1207efa9-fce4-439f-a673-9d3c0e4e8820/readme.md index 0cf62978..9c42f594 100644 --- a/themes/1207efa9-fce4-439f-a673-9d3c0e4e8820/readme.md +++ b/themes/1207efa9-fce4-439f-a673-9d3c0e4e8820/readme.md @@ -1,4 +1,3 @@ - # clickable Scrollbar in Sidebar Makes Sidebar Scrollbar clickable diff --git a/themes/1207efa9-fce4-439f-a673-9d3c0e4e8820/theme.json b/themes/1207efa9-fce4-439f-a673-9d3c0e4e8820/theme.json index 71f71159..85e0a7ae 100644 --- a/themes/1207efa9-fce4-439f-a673-9d3c0e4e8820/theme.json +++ b/themes/1207efa9-fce4-439f-a673-9d3c0e4e8820/theme.json @@ -1,14 +1,14 @@ { - "id": "1207efa9-fce4-439f-a673-9d3c0e4e8820", - "name": "Clickable Scrollbar", - "description": "Makes Sidebar Scrollbar clickable", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1207efa9-fce4-439f-a673-9d3c0e4e8820/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1207efa9-fce4-439f-a673-9d3c0e4e8820/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1207efa9-fce4-439f-a673-9d3c0e4e8820/image.png", - "author": "tahawael", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-10-19", - "updatedAt": "2024-10-19" -} \ No newline at end of file + "id": "1207efa9-fce4-439f-a673-9d3c0e4e8820", + "name": "Clickable Scrollbar", + "description": "Makes Sidebar Scrollbar clickable", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1207efa9-fce4-439f-a673-9d3c0e4e8820/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1207efa9-fce4-439f-a673-9d3c0e4e8820/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1207efa9-fce4-439f-a673-9d3c0e4e8820/image.png", + "author": "tahawael", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-10-19", + "updatedAt": "2024-10-19" +} diff --git a/themes/13696593-837d-464d-adf4-ff13bd0e0545/chrome.css b/themes/13696593-837d-464d-adf4-ff13bd0e0545/chrome.css index b16c6c16..adfe7a3b 100644 --- a/themes/13696593-837d-464d-adf4-ff13bd0e0545/chrome.css +++ b/themes/13696593-837d-464d-adf4-ff13bd0e0545/chrome.css @@ -1,6 +1,5 @@ - #downloads-indicator-progress-outer::after { - content: ''; + content: ""; display: block; position: absolute; inset: 0; diff --git a/themes/13696593-837d-464d-adf4-ff13bd0e0545/readme.md b/themes/13696593-837d-464d-adf4-ff13bd0e0545/readme.md index 8c39e9bd..414db75e 100644 --- a/themes/13696593-837d-464d-adf4-ff13bd0e0545/readme.md +++ b/themes/13696593-837d-464d-adf4-ff13bd0e0545/readme.md @@ -1,3 +1,3 @@ - # Download BG + Add a background to the active download indicator. diff --git a/themes/13696593-837d-464d-adf4-ff13bd0e0545/theme.json b/themes/13696593-837d-464d-adf4-ff13bd0e0545/theme.json index 308e5d87..bd373849 100644 --- a/themes/13696593-837d-464d-adf4-ff13bd0e0545/theme.json +++ b/themes/13696593-837d-464d-adf4-ff13bd0e0545/theme.json @@ -1,14 +1,14 @@ { - "id": "13696593-837d-464d-adf4-ff13bd0e0545", - "name": "Download BG", - "description": "Add a background to the active download indicator.", - "homepage": "https://github.com/different55/download.bg", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/13696593-837d-464d-adf4-ff13bd0e0545/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/13696593-837d-464d-adf4-ff13bd0e0545/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/13696593-837d-464d-adf4-ff13bd0e0545/image.png", - "author": "different55", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-12-29", - "updatedAt": "2024-12-31" -} \ No newline at end of file + "id": "13696593-837d-464d-adf4-ff13bd0e0545", + "name": "Download BG", + "description": "Add a background to the active download indicator.", + "homepage": "https://github.com/different55/download.bg", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/13696593-837d-464d-adf4-ff13bd0e0545/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/13696593-837d-464d-adf4-ff13bd0e0545/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/13696593-837d-464d-adf4-ff13bd0e0545/image.png", + "author": "different55", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-12-29", + "updatedAt": "2024-12-31" +} diff --git a/themes/17f70712-4530-42d0-ba0f-fa25bcbf2ddc/chrome.css b/themes/17f70712-4530-42d0-ba0f-fa25bcbf2ddc/chrome.css index 7e67b1af..726c40ce 100644 --- a/themes/17f70712-4530-42d0-ba0f-fa25bcbf2ddc/chrome.css +++ b/themes/17f70712-4530-42d0-ba0f-fa25bcbf2ddc/chrome.css @@ -1,7 +1,7 @@ /* This is an auto generated color theme. */ :root { - --zen-colors-primary: #FDC797 !important; - --zen-colors-secondary: #FFFFFF25 !important; - --zen-colors-tertiary: #101010 !important; - --zen-colors-border: #282828 !important; + --zen-colors-primary: #fdc797 !important; + --zen-colors-secondary: #ffffff25 !important; + --zen-colors-tertiary: #101010 !important; + --zen-colors-border: #282828 !important; } diff --git a/themes/17f70712-4530-42d0-ba0f-fa25bcbf2ddc/colors.json b/themes/17f70712-4530-42d0-ba0f-fa25bcbf2ddc/colors.json index 402c7d9e..47e03fa7 100644 --- a/themes/17f70712-4530-42d0-ba0f-fa25bcbf2ddc/colors.json +++ b/themes/17f70712-4530-42d0-ba0f-fa25bcbf2ddc/colors.json @@ -1,7 +1,7 @@ { - "isDarkMode": true, - "primaryColor": "#FDC797", - "secondaryColor": "#FFFFFF25", - "tertiaryColor": "#101010", - "colorsBorder": "#282828" -} \ No newline at end of file + "isDarkMode": true, + "primaryColor": "#FDC797", + "secondaryColor": "#FFFFFF25", + "tertiaryColor": "#101010", + "colorsBorder": "#282828" +} diff --git a/themes/17f70712-4530-42d0-ba0f-fa25bcbf2ddc/readme.md b/themes/17f70712-4530-42d0-ba0f-fa25bcbf2ddc/readme.md index 6de2d424..9934731a 100644 --- a/themes/17f70712-4530-42d0-ba0f-fa25bcbf2ddc/readme.md +++ b/themes/17f70712-4530-42d0-ba0f-fa25bcbf2ddc/readme.md @@ -1,4 +1,3 @@ - # Vesper 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. diff --git a/themes/17f70712-4530-42d0-ba0f-fa25bcbf2ddc/theme.json b/themes/17f70712-4530-42d0-ba0f-fa25bcbf2ddc/theme.json index ed1f15a7..207fdd10 100644 --- a/themes/17f70712-4530-42d0-ba0f-fa25bcbf2ddc/theme.json +++ b/themes/17f70712-4530-42d0-ba0f-fa25bcbf2ddc/theme.json @@ -1,19 +1,16 @@ { - "id": "17f70712-4530-42d0-ba0f-fa25bcbf2ddc", - "name": "Vesper Dark", - "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.1", - "isDarkMode": true, - "isColorTheme": true, - "tags": [ - "color scheme", - "dark" - ], - "createdAt": "2024-08-22", - "updatedAt": "2024-09-03" -} \ No newline at end of file + "id": "17f70712-4530-42d0-ba0f-fa25bcbf2ddc", + "name": "Vesper Dark", + "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.1", + "isDarkMode": true, + "isColorTheme": true, + "tags": ["color scheme", "dark"], + "createdAt": "2024-08-22", + "updatedAt": "2024-09-03" +} diff --git a/themes/180d9426-a020-4bd7-98ec-63f957291119/chrome.css b/themes/180d9426-a020-4bd7-98ec-63f957291119/chrome.css index 9173822b..13588a3c 100644 --- a/themes/180d9426-a020-4bd7-98ec-63f957291119/chrome.css +++ b/themes/180d9426-a020-4bd7-98ec-63f957291119/chrome.css @@ -12,7 +12,8 @@ border-radius: var(--uc-contextmenu-menuitem-border-radius) !important; } -.titlebar-max, .titlebar-restore { +.titlebar-max, +.titlebar-restore { padding-left: 10px !important; padding-right: 10px !important; margin-left: 5px !important; diff --git a/themes/180d9426-a020-4bd7-98ec-63f957291119/readme.md b/themes/180d9426-a020-4bd7-98ec-63f957291119/readme.md index 261e6bb0..94384f05 100644 --- a/themes/180d9426-a020-4bd7-98ec-63f957291119/readme.md +++ b/themes/180d9426-a020-4bd7-98ec-63f957291119/readme.md @@ -1,4 +1,3 @@ - # TitleBarButton UI Tweaks Thank to this theme, the titlebar buttons (minimize, maximize and close) are more coherent with the Zen Browser design philosophy, with smaller buttons, rounded borders and accent colors that fit the browser's appearance. diff --git a/themes/180d9426-a020-4bd7-98ec-63f957291119/theme.json b/themes/180d9426-a020-4bd7-98ec-63f957291119/theme.json index 1050e9e6..4fbdc649 100644 --- a/themes/180d9426-a020-4bd7-98ec-63f957291119/theme.json +++ b/themes/180d9426-a020-4bd7-98ec-63f957291119/theme.json @@ -1,14 +1,14 @@ { - "id": "180d9426-a020-4bd7-98ec-63f957291119", - "name": "TitleBarButton UI Tweaks", - "description": "Small UI tweaks to the titlebar buttons to make them more coherent with the Zen Browser design philosophy.", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/180d9426-a020-4bd7-98ec-63f957291119/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/180d9426-a020-4bd7-98ec-63f957291119/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/180d9426-a020-4bd7-98ec-63f957291119/image.png", - "author": "DaitiDay", - "version": "1.0.1", - "tags": [], - "createdAt": "2024-09-18", - "updatedAt": "2024-10-19" -} \ No newline at end of file + "id": "180d9426-a020-4bd7-98ec-63f957291119", + "name": "TitleBarButton UI Tweaks", + "description": "Small UI tweaks to the titlebar buttons to make them more coherent with the Zen Browser design philosophy.", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/180d9426-a020-4bd7-98ec-63f957291119/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/180d9426-a020-4bd7-98ec-63f957291119/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/180d9426-a020-4bd7-98ec-63f957291119/image.png", + "author": "DaitiDay", + "version": "1.0.1", + "tags": [], + "createdAt": "2024-09-18", + "updatedAt": "2024-10-19" +} diff --git a/themes/1e86cf37-a127-4f24-b919-d265b5ce29a0/chrome.css b/themes/1e86cf37-a127-4f24-b919-d265b5ce29a0/chrome.css index 74620592..ec697faa 100644 --- a/themes/1e86cf37-a127-4f24-b919-d265b5ce29a0/chrome.css +++ b/themes/1e86cf37-a127-4f24-b919-d265b5ce29a0/chrome.css @@ -1,4 +1,3 @@ - #unified-extensions-view box.panel-header, #unified-extensions-description, #unified-extensions-messages-container { diff --git a/themes/1e86cf37-a127-4f24-b919-d265b5ce29a0/readme.md b/themes/1e86cf37-a127-4f24-b919-d265b5ce29a0/readme.md index fbac4a10..8f1da96e 100644 --- a/themes/1e86cf37-a127-4f24-b919-d265b5ce29a0/readme.md +++ b/themes/1e86cf37-a127-4f24-b919-d265b5ce29a0/readme.md @@ -1,4 +1,3 @@ - Default Unified Extension Menu in Zen has lengthy description which added extra width on it. This theme will remove the Extension header and description, results on efficient panel size. [Go here if you want to submit issue related to this theme](https://github.com/KiKaraage/ArcWTF/issues/new?assignees=KiKaraage&labels=Zen+Themes&projects=&template=zen-browser-theme-issue.md&title=%5BZBT%5D+) diff --git a/themes/1e86cf37-a127-4f24-b919-d265b5ce29a0/theme.json b/themes/1e86cf37-a127-4f24-b919-d265b5ce29a0/theme.json index 2068ab93..68974bad 100644 --- a/themes/1e86cf37-a127-4f24-b919-d265b5ce29a0/theme.json +++ b/themes/1e86cf37-a127-4f24-b919-d265b5ce29a0/theme.json @@ -1,14 +1,14 @@ { - "id": "1e86cf37-a127-4f24-b919-d265b5ce29a0", - "name": "Cleaner Extension Menu", - "description": "Remove header and reduce width of the Unified Extension Menu in Zen", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1e86cf37-a127-4f24-b919-d265b5ce29a0/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1e86cf37-a127-4f24-b919-d265b5ce29a0/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1e86cf37-a127-4f24-b919-d265b5ce29a0/image.png", - "author": "KiKaraage", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-09-03", - "updatedAt": "2024-09-03" -} \ No newline at end of file + "id": "1e86cf37-a127-4f24-b919-d265b5ce29a0", + "name": "Cleaner Extension Menu", + "description": "Remove header and reduce width of the Unified Extension Menu in Zen", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1e86cf37-a127-4f24-b919-d265b5ce29a0/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1e86cf37-a127-4f24-b919-d265b5ce29a0/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1e86cf37-a127-4f24-b919-d265b5ce29a0/image.png", + "author": "KiKaraage", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-09-03", + "updatedAt": "2024-09-03" +} diff --git a/themes/1e9f3101-210b-4ff5-8830-434e4919100d/chrome.css b/themes/1e9f3101-210b-4ff5-8830-434e4919100d/chrome.css index 8ef6ab0b..d8463f9a 100644 --- a/themes/1e9f3101-210b-4ff5-8830-434e4919100d/chrome.css +++ b/themes/1e9f3101-210b-4ff5-8830-434e4919100d/chrome.css @@ -1,6 +1,9 @@ - .browserContainer { - background: linear-gradient(90deg, var(--zen-colors-secondary) 0%, var(--zen-colors-primary) 100%); + background: linear-gradient( + 90deg, + var(--zen-colors-secondary) 0%, + var(--zen-colors-primary) 100% + ); } stack > browser { diff --git a/themes/1e9f3101-210b-4ff5-8830-434e4919100d/readme.md b/themes/1e9f3101-210b-4ff5-8830-434e4919100d/readme.md index 7c4b8565..6db4a063 100644 --- a/themes/1e9f3101-210b-4ff5-8830-434e4919100d/readme.md +++ b/themes/1e9f3101-210b-4ff5-8830-434e4919100d/readme.md @@ -1,10 +1,9 @@ - ## Better Letterboxing Makes letterboxing look better by rounding the browser corners and adding a slight gradient to the background to make it feel more Tor-like. -Letter boxing is used to make the browser window smaller in order to protect your privacy and make it harder to track you. +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. +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`. diff --git a/themes/1e9f3101-210b-4ff5-8830-434e4919100d/theme.json b/themes/1e9f3101-210b-4ff5-8830-434e4919100d/theme.json index ec0873b6..07682a47 100644 --- a/themes/1e9f3101-210b-4ff5-8830-434e4919100d/theme.json +++ b/themes/1e9f3101-210b-4ff5-8830-434e4919100d/theme.json @@ -1,14 +1,14 @@ { - "id": "1e9f3101-210b-4ff5-8830-434e4919100d", - "name": "Better Letterboxing", - "description": "More pleasant, theme-friendly, and most importantly, rounded letterboxing.", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1e9f3101-210b-4ff5-8830-434e4919100d/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1e9f3101-210b-4ff5-8830-434e4919100d/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1e9f3101-210b-4ff5-8830-434e4919100d/image.png", - "author": "qtchaos", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-08-28", - "updatedAt": "2024-08-28" -} \ No newline at end of file + "id": "1e9f3101-210b-4ff5-8830-434e4919100d", + "name": "Better Letterboxing", + "description": "More pleasant, theme-friendly, and most importantly, rounded letterboxing.", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1e9f3101-210b-4ff5-8830-434e4919100d/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1e9f3101-210b-4ff5-8830-434e4919100d/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/1e9f3101-210b-4ff5-8830-434e4919100d/image.png", + "author": "qtchaos", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-08-28", + "updatedAt": "2024-08-28" +} diff --git a/themes/22c9ec3b-7c62-46ae-991f-c8fff5046829/preferences.json b/themes/22c9ec3b-7c62-46ae-991f-c8fff5046829/preferences.json index 90bbe3fc..9c3df006 100644 --- a/themes/22c9ec3b-7c62-46ae-991f-c8fff5046829/preferences.json +++ b/themes/22c9ec3b-7c62-46ae-991f-c8fff5046829/preferences.json @@ -1,120 +1,116 @@ [ - { - "property": "uc.theme.bold-text-enable.enabled", - "label": "Make numbers Bold", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.theme.font_size", - "label": "Select the Size for tab numbers", - "type": "dropdown", - "defaultValue": "Medium", - "options": [ - { - "label": "Extra Small", - "value": "XSmall" - }, - { - "label": "Small", - "value": "Small" - }, - { - "label": "Medium (default)", - "value": "Medium" - }, - { - "label": "Large", - "value": "Large" - }, - { - "label": "Extra Large", - "value": "XLarge" - } - ] - }, - { - "property": "uc.theme.background_shape", - "label": "Select the Shape for the tab number background", - "type": "dropdown", - "defaultValue": "ModeratelyRounded", - "options": [ - { - "label": "Square", - "value": "Square" - }, - { - "label": "Slightly Rounded Square", - "value": "SlightlyRounded" - }, - { - "label": "Moderately Rounded Square (default)", - "value": "ModeratelyRounded" - }, - { - "label": "Fully Rounded Square", - "value": "FullyRounded" - }, - { - "label": "Perfect Circle", - "value": "Circle" - } - ] - }, - { - "property": "uc.theme.custom_color_enabled", - "label": "(!) Press to enable custom colors (!)", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.theme.number_color", - "label": "Hex Code of Custom Text Color (first enable the above checkbox)", - "placeholder": "eg. #ff0000", - "type": "string", - "disabledOn": [ - "!uc.theme.custom_color_enabled" - ] - }, - { - "property": "uc.theme.number_background_color", - "label": "Hex Code of Custom Background Color (first enable the above checkbox)", - "placeholder": "eg. #ff0000", - "type": "string", - "disabledOn": [ - "!uc.theme.custom_color_enabled" - ] - }, - { - "property": "uc.theme.compact_side", - "label": "Side of the tab numbers when tabs are Compact", - "type": "dropdown", - "defaultValue": "Right", - "options": [ - { - "label": "Right (default)", - "value": "Right" - }, - { - "label": "Left", - "value": "Left" - } - ] - }, - { - "property": "uc.theme.expanded_side", - "label": "Side of the tab numbers when tabs are Expanded", - "type": "dropdown", - "defaultValue": "Right", - "options": [ - { - "label": "Right (default)", - "value": "Right" - }, - { - "label": "Left", - "value": "Left" - } - ] - } -] \ No newline at end of file + { + "property": "uc.theme.bold-text-enable.enabled", + "label": "Make numbers Bold", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.theme.font_size", + "label": "Select the Size for tab numbers", + "type": "dropdown", + "defaultValue": "Medium", + "options": [ + { + "label": "Extra Small", + "value": "XSmall" + }, + { + "label": "Small", + "value": "Small" + }, + { + "label": "Medium (default)", + "value": "Medium" + }, + { + "label": "Large", + "value": "Large" + }, + { + "label": "Extra Large", + "value": "XLarge" + } + ] + }, + { + "property": "uc.theme.background_shape", + "label": "Select the Shape for the tab number background", + "type": "dropdown", + "defaultValue": "ModeratelyRounded", + "options": [ + { + "label": "Square", + "value": "Square" + }, + { + "label": "Slightly Rounded Square", + "value": "SlightlyRounded" + }, + { + "label": "Moderately Rounded Square (default)", + "value": "ModeratelyRounded" + }, + { + "label": "Fully Rounded Square", + "value": "FullyRounded" + }, + { + "label": "Perfect Circle", + "value": "Circle" + } + ] + }, + { + "property": "uc.theme.custom_color_enabled", + "label": "(!) Press to enable custom colors (!)", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.theme.number_color", + "label": "Hex Code of Custom Text Color (first enable the above checkbox)", + "placeholder": "eg. #ff0000", + "type": "string", + "disabledOn": ["!uc.theme.custom_color_enabled"] + }, + { + "property": "uc.theme.number_background_color", + "label": "Hex Code of Custom Background Color (first enable the above checkbox)", + "placeholder": "eg. #ff0000", + "type": "string", + "disabledOn": ["!uc.theme.custom_color_enabled"] + }, + { + "property": "uc.theme.compact_side", + "label": "Side of the tab numbers when tabs are Compact", + "type": "dropdown", + "defaultValue": "Right", + "options": [ + { + "label": "Right (default)", + "value": "Right" + }, + { + "label": "Left", + "value": "Left" + } + ] + }, + { + "property": "uc.theme.expanded_side", + "label": "Side of the tab numbers when tabs are Expanded", + "type": "dropdown", + "defaultValue": "Right", + "options": [ + { + "label": "Right (default)", + "value": "Right" + }, + { + "label": "Left", + "value": "Left" + } + ] + } +] diff --git a/themes/22c9ec3b-7c62-46ae-991f-c8fff5046829/theme.json b/themes/22c9ec3b-7c62-46ae-991f-c8fff5046829/theme.json index 1785d14d..e372ce22 100644 --- a/themes/22c9ec3b-7c62-46ae-991f-c8fff5046829/theme.json +++ b/themes/22c9ec3b-7c62-46ae-991f-c8fff5046829/theme.json @@ -1,17 +1,15 @@ { - "id": "22c9ec3b-7c62-46ae-991f-c8fff5046829", - "name": "Tab Numbers", - "description": "Shows the Number corresponding to each Tab.", - "homepage": "https://github.com/philmard/tab-numbers", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/22c9ec3b-7c62-46ae-991f-c8fff5046829/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/22c9ec3b-7c62-46ae-991f-c8fff5046829/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/22c9ec3b-7c62-46ae-991f-c8fff5046829/image.png", - "author": "philmard", - "version": "1.0.4", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/22c9ec3b-7c62-46ae-991f-c8fff5046829/preferences.json", - "tags": [ - "tabs" - ], - "createdAt": "2024-11-09", - "updatedAt": "2025-01-25" -} \ No newline at end of file + "id": "22c9ec3b-7c62-46ae-991f-c8fff5046829", + "name": "Tab Numbers", + "description": "Shows the Number corresponding to each Tab.", + "homepage": "https://github.com/philmard/tab-numbers", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/22c9ec3b-7c62-46ae-991f-c8fff5046829/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/22c9ec3b-7c62-46ae-991f-c8fff5046829/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/22c9ec3b-7c62-46ae-991f-c8fff5046829/image.png", + "author": "philmard", + "version": "1.0.4", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/22c9ec3b-7c62-46ae-991f-c8fff5046829/preferences.json", + "tags": ["tabs"], + "createdAt": "2024-11-09", + "updatedAt": "2025-01-25" +} diff --git a/themes/2317fd93-c3ed-4f37-b55a-304c1816819e/chrome.css b/themes/2317fd93-c3ed-4f37-b55a-304c1816819e/chrome.css index 48a5d208..4ac90068 100644 --- a/themes/2317fd93-c3ed-4f37-b55a-304c1816819e/chrome.css +++ b/themes/2317fd93-c3ed-4f37-b55a-304c1816819e/chrome.css @@ -1,40 +1,43 @@ -#tabbrowser-tabs[orient='vertical'] - .tabbrowser-tab - .tab-icon-overlay:not([crashed]) { - &:is([soundplaying], [muted], [activemedia-blocked]) { - background-color: #161717 !important; - border: 1px solid #ffffff29 !important; - transition: transform 100ms ease-in-out, background-color 100ms ease-in-out; +#tabbrowser-tabs[orient="vertical"] + .tabbrowser-tab + .tab-icon-overlay:not([crashed]) { + &:is([soundplaying], [muted], [activemedia-blocked]) { + background-color: #161717 !important; + border: 1px solid #ffffff29 !important; + transition: + transform 100ms ease-in-out, + background-color 100ms ease-in-out; - &:hover { - transition: transform 100ms ease-in-out, - background-color 100ms ease-in-out !important; - transform: scale(1.3) translate(-8%, 14%); - transform-origin: center !important; - } - } + &:hover { + transition: + transform 100ms ease-in-out, + background-color 100ms ease-in-out !important; + transform: scale(1.3) translate(-8%, 14%); + transform-origin: center !important; + } + } - &[muted] { - /* Different background color when muted */ - background-color: rgb(122, 31, 31) !important; + &[muted] { + /* Different background color when muted */ + background-color: rgb(122, 31, 31) !important; - /* Revert old icon */ - background-image: url("chrome://browser/skin/tabbrowser/tab-audio-muted-small.svg") !important; - } + /* Revert old icon */ + background-image: url("chrome://browser/skin/tabbrowser/tab-audio-muted-small.svg") !important; + } - &[soundplaying] { - /* Revert old icon */ - background-image: url("chrome://browser/skin/tabbrowser/tab-audio-playing-small.svg") !important; - } + &[soundplaying] { + /* Revert old icon */ + background-image: url("chrome://browser/skin/tabbrowser/tab-audio-playing-small.svg") !important; + } - &[activemedia-blocked] { - /* Revert old icon */ - background-image: url("chrome://browser/skin/tabbrowser/tab-audio-blocked-small.svg") !important; - } + &[activemedia-blocked] { + /* Revert old icon */ + background-image: url("chrome://browser/skin/tabbrowser/tab-audio-blocked-small.svg") !important; + } - /* Revert new, zen's audio indicator */ - &[muted], - &[soundplaying] { - list-style-image: none !important; - } -} \ No newline at end of file + /* Revert new, zen's audio indicator */ + &[muted], + &[soundplaying] { + list-style-image: none !important; + } +} diff --git a/themes/2317fd93-c3ed-4f37-b55a-304c1816819e/readme.md b/themes/2317fd93-c3ed-4f37-b55a-304c1816819e/readme.md index 1d3209e4..2a4e1ef7 100644 --- a/themes/2317fd93-c3ed-4f37-b55a-304c1816819e/readme.md +++ b/themes/2317fd93-c3ed-4f37-b55a-304c1816819e/readme.md @@ -1,4 +1,3 @@ - Enhanced audio indicator on tabs, visible when playing videos. Currently, mod is tailored to dark theme. diff --git a/themes/2317fd93-c3ed-4f37-b55a-304c1816819e/theme.json b/themes/2317fd93-c3ed-4f37-b55a-304c1816819e/theme.json index a85ffc62..6fb784be 100644 --- a/themes/2317fd93-c3ed-4f37-b55a-304c1816819e/theme.json +++ b/themes/2317fd93-c3ed-4f37-b55a-304c1816819e/theme.json @@ -1,14 +1,14 @@ { - "id": "2317fd93-c3ed-4f37-b55a-304c1816819e", - "name": "Audio Indicator Enhanced", - "description": "Enhanced audio indicator, with more polished style", - "homepage": "https://github.com/Kaedriz/ZenMods/tree/main/AudioIndicatorEnhanced", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/2317fd93-c3ed-4f37-b55a-304c1816819e/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/2317fd93-c3ed-4f37-b55a-304c1816819e/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/2317fd93-c3ed-4f37-b55a-304c1816819e/image.png", - "author": "Kaedriz", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-12-06", - "updatedAt": "2025-01-25" -} \ No newline at end of file + "id": "2317fd93-c3ed-4f37-b55a-304c1816819e", + "name": "Audio Indicator Enhanced", + "description": "Enhanced audio indicator, with more polished style", + "homepage": "https://github.com/Kaedriz/ZenMods/tree/main/AudioIndicatorEnhanced", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/2317fd93-c3ed-4f37-b55a-304c1816819e/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/2317fd93-c3ed-4f37-b55a-304c1816819e/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/2317fd93-c3ed-4f37-b55a-304c1816819e/image.png", + "author": "Kaedriz", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-12-06", + "updatedAt": "2025-01-25" +} diff --git a/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/chrome.css b/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/chrome.css index 6883a9ce..4c54cd3a 100644 --- a/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/chrome.css +++ b/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/chrome.css @@ -1,4 +1,3 @@ - window.sidebar-panel { background-color: var(--zen-themed-toolbar-bg) !important; } @@ -35,14 +34,14 @@ button#viewButton:hover:active { background-color: var(--zen-colors-border) !important; } -#sidebar-box[sidebarcommand=viewHistorySidebar] #sidebar-header { - border-bottom: 0px !important; +#sidebar-box[sidebarcommand="viewHistorySidebar"] #sidebar-header { + border-bottom: 0px !important; } #sidebar-box[sidebarcommand="viewHistorySidebar"] { background-color: var(--zen-themed-toolbar-bg) !important; border-radius: var(--zen-border-radius); - box-shadow: 0 0 2px 2px rgba(0,0,0,.1); + box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1); border: 1px solid var(--zen-colors-border); padding: var(--zen-toolbox-padding) !important; position: fixed; @@ -55,12 +54,12 @@ button#viewButton:hover:active { transition: all 0.2s ease-in-out; } -#sidebar-box[hidden=true][sidebarcommand="viewHistorySidebar"] { +#sidebar-box[hidden="true"][sidebarcommand="viewHistorySidebar"] { display: flex !important; opacity: 0 !important; transform: translateX(105%); } -#sidebar-box[checked=true][sidebarcommand="viewHistorySidebar"] { +#sidebar-box[checked="true"][sidebarcommand="viewHistorySidebar"] { transform: translateX(0); } diff --git a/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/readme.md b/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/readme.md index 69bc6478..38f92ee6 100644 --- a/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/readme.md +++ b/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/readme.md @@ -1,3 +1,3 @@ - # Floating-History + A Zen browser mod for a detached and redesigned history sidebar, so that it appears to float on the left side and match the zen aesthetic. diff --git a/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/theme.json b/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/theme.json index 62150014..985fbee3 100644 --- a/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/theme.json +++ b/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/theme.json @@ -1,13 +1,13 @@ { - "id": "253a3a74-0cc4-47b7-8b82-996a64f030d5", - "name": "Floating History", - "description": "Detaches and moves a redesgined history sidebar to the left so that it appears to float and matches the zen aesthetic.", - "homepage": "https://github.com/ahmaadaziz/zen-floating-history", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/image.png", - "author": "ahmaadaziz", - "createdAt": "2024-10-12", - "updatedAt": "2024-10-12", - "version": "1.0.0" -} \ No newline at end of file + "id": "253a3a74-0cc4-47b7-8b82-996a64f030d5", + "name": "Floating History", + "description": "Detaches and moves a redesgined history sidebar to the left so that it appears to float and matches the zen aesthetic.", + "homepage": "https://github.com/ahmaadaziz/zen-floating-history", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/253a3a74-0cc4-47b7-8b82-996a64f030d5/image.png", + "author": "ahmaadaziz", + "createdAt": "2024-10-12", + "updatedAt": "2024-10-12", + "version": "1.0.0" +} diff --git a/themes/2e3369c7-e450-46ba-8794-75ccb0de5e48/chrome.css b/themes/2e3369c7-e450-46ba-8794-75ccb0de5e48/chrome.css index 90e3c31b..e4614bf2 100644 --- a/themes/2e3369c7-e450-46ba-8794-75ccb0de5e48/chrome.css +++ b/themes/2e3369c7-e450-46ba-8794-75ccb0de5e48/chrome.css @@ -1,23 +1,23 @@ @media not (-moz-bool-pref: "zen.view.sidebar-expanded") { - .tabbrowser-tab:is([soundplaying], [muted]) { - & .tab-background::after { - content:''; - position: absolute; - width: 4px !important; - border-radius: 4px !important; - height: 66.66% !important; - top: 50%; - left: calc(100% - 4px) !important; - transform: translateY(-50%); - background-color: var(--zen-primary-color) !important; - } - - &:not([selected='true']) .tab-background::after{ - height: 33.33% !important; - } - - &:not([selected='true']):hover .tab-background::after{ - height: 66.66% !important; - } - } + .tabbrowser-tab:is([soundplaying], [muted]) { + & .tab-background::after { + content: ""; + position: absolute; + width: 4px !important; + border-radius: 4px !important; + height: 66.66% !important; + top: 50%; + left: calc(100% - 4px) !important; + transform: translateY(-50%); + background-color: var(--zen-primary-color) !important; + } + + &:not([selected="true"]) .tab-background::after { + height: 33.33% !important; + } + + &:not([selected="true"]):hover .tab-background::after { + height: 66.66% !important; + } + } } diff --git a/themes/2e3369c7-e450-46ba-8794-75ccb0de5e48/readme.md b/themes/2e3369c7-e450-46ba-8794-75ccb0de5e48/readme.md index fb9b8878..65c3c1d5 100644 --- a/themes/2e3369c7-e450-46ba-8794-75ccb0de5e48/readme.md +++ b/themes/2e3369c7-e450-46ba-8794-75ccb0de5e48/readme.md @@ -1,9 +1,9 @@ - # 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. **In version 1.2.1:** + - Fixed issue with YT video opened in new tab and the indicator shows up, hence the video is not playing. --- diff --git a/themes/2e3369c7-e450-46ba-8794-75ccb0de5e48/theme.json b/themes/2e3369c7-e450-46ba-8794-75ccb0de5e48/theme.json index 4ba3c533..4fb28714 100644 --- a/themes/2e3369c7-e450-46ba-8794-75ccb0de5e48/theme.json +++ b/themes/2e3369c7-e450-46ba-8794-75ccb0de5e48/theme.json @@ -1,16 +1,14 @@ { - "id": "2e3369c7-e450-46ba-8794-75ccb0de5e48", - "name": "Now playing indicator", - "description": "Display an indicator on the 'Now playing' tab when the sidebar is collapsed.", - "homepage": "https://github.com/benstone326/zen-browser-now-playing-indicator", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/2e3369c7-e450-46ba-8794-75ccb0de5e48/chrome.css", - "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.2.1", - "tags": [ - "tabs" - ], - "createdAt": "2024-08-28", - "updatedAt": "2024-10-19" -} \ No newline at end of file + "id": "2e3369c7-e450-46ba-8794-75ccb0de5e48", + "name": "Now playing indicator", + "description": "Display an indicator on the 'Now playing' tab when the sidebar is collapsed.", + "homepage": "https://github.com/benstone326/zen-browser-now-playing-indicator", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/2e3369c7-e450-46ba-8794-75ccb0de5e48/chrome.css", + "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.2.1", + "tags": ["tabs"], + "createdAt": "2024-08-28", + "updatedAt": "2024-10-19" +} diff --git a/themes/32aca67a-ffdd-49e7-95c7-1821793610ca/chrome.css b/themes/32aca67a-ffdd-49e7-95c7-1821793610ca/chrome.css index 3d18655e..db2ebb72 100644 --- a/themes/32aca67a-ffdd-49e7-95c7-1821793610ca/chrome.css +++ b/themes/32aca67a-ffdd-49e7-95c7-1821793610ca/chrome.css @@ -1,4 +1,3 @@ - #statuspanel { margin: var(--theme-customstatusbar-margin) !important; } @@ -6,7 +5,8 @@ #statuspanel-label { border-radius: var(--theme-customstatusbar-radius) !important; padding: 2px 10px !important; - border: var(--theme-customstatusbar-border_thickness) solid var(--theme-customstatusbar-color_border) !important; + border: var(--theme-customstatusbar-border_thickness) solid + var(--theme-customstatusbar-color_border) !important; background: var(--theme-customstatusbar-color_background) !important; color: var(--theme-customstatusbar-text_color) !important; /* Text color */ } diff --git a/themes/32aca67a-ffdd-49e7-95c7-1821793610ca/preferences.json b/themes/32aca67a-ffdd-49e7-95c7-1821793610ca/preferences.json index 8ca07ffe..a077fbeb 100644 --- a/themes/32aca67a-ffdd-49e7-95c7-1821793610ca/preferences.json +++ b/themes/32aca67a-ffdd-49e7-95c7-1821793610ca/preferences.json @@ -1,50 +1,50 @@ [ - { - "property": "theme.customstatusbar.radius", - "label": "Round the corners. (default: 1000px)", - "type": "string", - "defaultValue": "1000px", - "placeholder": "1000px", - "disabledOn": [] - }, - { - "property": "theme.customstatusbar.margin", - "label": "Set the margin. (default: 8px)", - "type": "string", - "defaultValue": "8px", - "placeholder": "8px", - "disabledOn": [] - }, - { - "property": "theme.customstatusbar.border_thickness", - "label": "Set the thickness of the border. '2px'", - "type": "string", - "defaultValue": "2px", - "placeholder": "2px", - "disabledOn": [] - }, - { - "property": "theme.customstatusbar.color_border", - "label": "Set the border color. '#0e03ad' or 'var(--zen-colors-border)'", - "type": "string", - "defaultValue": "var(--zen-colors-border)", - "placeholder": "var(--zen-colors-border)", - "disabledOn": [] - }, - { - "property": "theme.customstatusbar.color_background", - "label": "Set the background color. '#a403ad' or 'var(--zen-colors-tertiary)'", - "type": "string", - "defaultValue": "var(--zen-colors-tertiary)", - "placeholder": "var(--zen-colors-tertiary)", - "disabledOn": [] - }, - { - "property": "theme.customstatusbar.text_color", - "label": "Set the text color. '#a403ad' or 'var(--lwt-text-color)'", - "type": "string", - "defaultValue": "var(--lwt-text-color)", - "placeholder": "var(--lwt-text-color)", - "disabledOn": [] - } -] \ No newline at end of file + { + "property": "theme.customstatusbar.radius", + "label": "Round the corners. (default: 1000px)", + "type": "string", + "defaultValue": "1000px", + "placeholder": "1000px", + "disabledOn": [] + }, + { + "property": "theme.customstatusbar.margin", + "label": "Set the margin. (default: 8px)", + "type": "string", + "defaultValue": "8px", + "placeholder": "8px", + "disabledOn": [] + }, + { + "property": "theme.customstatusbar.border_thickness", + "label": "Set the thickness of the border. '2px'", + "type": "string", + "defaultValue": "2px", + "placeholder": "2px", + "disabledOn": [] + }, + { + "property": "theme.customstatusbar.color_border", + "label": "Set the border color. '#0e03ad' or 'var(--zen-colors-border)'", + "type": "string", + "defaultValue": "var(--zen-colors-border)", + "placeholder": "var(--zen-colors-border)", + "disabledOn": [] + }, + { + "property": "theme.customstatusbar.color_background", + "label": "Set the background color. '#a403ad' or 'var(--zen-colors-tertiary)'", + "type": "string", + "defaultValue": "var(--zen-colors-tertiary)", + "placeholder": "var(--zen-colors-tertiary)", + "disabledOn": [] + }, + { + "property": "theme.customstatusbar.text_color", + "label": "Set the text color. '#a403ad' or 'var(--lwt-text-color)'", + "type": "string", + "defaultValue": "var(--lwt-text-color)", + "placeholder": "var(--lwt-text-color)", + "disabledOn": [] + } +] diff --git a/themes/32aca67a-ffdd-49e7-95c7-1821793610ca/readme.md b/themes/32aca67a-ffdd-49e7-95c7-1821793610ca/readme.md index d09f9d26..944c5685 100644 --- a/themes/32aca67a-ffdd-49e7-95c7-1821793610ca/readme.md +++ b/themes/32aca67a-ffdd-49e7-95c7-1821793610ca/readme.md @@ -1,11 +1,12 @@ - # Usage example - - You can customize the margin: "8px" - - You can customize the edgerounding: "100px" - - You can customize the border-thickness "1px" - - You can customize the text, boder and background color: "#0e03ad" + +- You can customize the margin: "8px" +- You can customize the edgerounding: "100px" +- You can customize the border-thickness "1px" +- You can customize the text, boder and background color: "#0e03ad" ## Custom colors + You can use HEX: "#0e03ad" If you want transparency use rgba: "rgba(138, 8, 203, 0.5)" @@ -17,9 +18,10 @@ You can also use your theme colors: "var(--zen-colors-border)" Do not enter >""< just inside >#0e03ad< ## Settings (checkbox in Zens Mod settings): - - Set the margin (default "8px") - - Set the edgerounding (default "100px") - - Set the border-thickness (default "1px") - - Set the text-color (default "var(--lwt-text-color)") - - Set the border-color (default "var(--zen-colors-border)") - - Set the background-color (default "var(--zen-colors-tertiary)") + +- Set the margin (default "8px") +- Set the edgerounding (default "100px") +- Set the border-thickness (default "1px") +- Set the text-color (default "var(--lwt-text-color)") +- Set the border-color (default "var(--zen-colors-border)") +- Set the background-color (default "var(--zen-colors-tertiary)") diff --git a/themes/32aca67a-ffdd-49e7-95c7-1821793610ca/theme.json b/themes/32aca67a-ffdd-49e7-95c7-1821793610ca/theme.json index c059054a..3ed87da1 100644 --- a/themes/32aca67a-ffdd-49e7-95c7-1821793610ca/theme.json +++ b/themes/32aca67a-ffdd-49e7-95c7-1821793610ca/theme.json @@ -1,15 +1,15 @@ { - "id": "32aca67a-ffdd-49e7-95c7-1821793610ca", - "name": "Custom Statusbar", - "description": "This Mod allows you to adjust the rounding, margin, border thickness and any color of the statusbar.", - "homepage": "https://github.com/Archer7x/Zen-Themes/tree/main/CustomStatusbar", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/32aca67a-ffdd-49e7-95c7-1821793610ca/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/32aca67a-ffdd-49e7-95c7-1821793610ca/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/32aca67a-ffdd-49e7-95c7-1821793610ca/image.png", - "author": "Archer7x", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-11-19", - "updatedAt": "2024-11-23", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/32aca67a-ffdd-49e7-95c7-1821793610ca/preferences.json" -} \ No newline at end of file + "id": "32aca67a-ffdd-49e7-95c7-1821793610ca", + "name": "Custom Statusbar", + "description": "This Mod allows you to adjust the rounding, margin, border thickness and any color of the statusbar.", + "homepage": "https://github.com/Archer7x/Zen-Themes/tree/main/CustomStatusbar", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/32aca67a-ffdd-49e7-95c7-1821793610ca/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/32aca67a-ffdd-49e7-95c7-1821793610ca/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/32aca67a-ffdd-49e7-95c7-1821793610ca/image.png", + "author": "Archer7x", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-11-19", + "updatedAt": "2024-11-23", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/32aca67a-ffdd-49e7-95c7-1821793610ca/preferences.json" +} diff --git a/themes/35f24f2c-b211-43e2-9fe4-2c3bc217d9f7/preferences.json b/themes/35f24f2c-b211-43e2-9fe4-2c3bc217d9f7/preferences.json index 7e109ce3..ac190db3 100644 --- a/themes/35f24f2c-b211-43e2-9fe4-2c3bc217d9f7/preferences.json +++ b/themes/35f24f2c-b211-43e2-9fe4-2c3bc217d9f7/preferences.json @@ -1,26 +1,26 @@ [ - { - "property": "uc.theme.comptitle-one-char-title.enabled", - "label": "Shorter title (1 character)", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.theme.comptitle-three-char-title.enabled", - "label": "Longer title (3 characters)", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.theme.comptitle-enable-pinned.enabled", - "label": "Enable in pinned tabs", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.theme.comptitle-default-text.enabled", - "label": "More contrast-y text, may be harder to look at", - "type": "checkbox", - "disabledOn": [] - } -] \ No newline at end of file + { + "property": "uc.theme.comptitle-one-char-title.enabled", + "label": "Shorter title (1 character)", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.theme.comptitle-three-char-title.enabled", + "label": "Longer title (3 characters)", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.theme.comptitle-enable-pinned.enabled", + "label": "Enable in pinned tabs", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.theme.comptitle-default-text.enabled", + "label": "More contrast-y text, may be harder to look at", + "type": "checkbox", + "disabledOn": [] + } +] diff --git a/themes/35f24f2c-b211-43e2-9fe4-2c3bc217d9f7/readme.md b/themes/35f24f2c-b211-43e2-9fe4-2c3bc217d9f7/readme.md index 5fd43ad8..ab931d53 100644 --- a/themes/35f24f2c-b211-43e2-9fe4-2c3bc217d9f7/readme.md +++ b/themes/35f24f2c-b211-43e2-9fe4-2c3bc217d9f7/readme.md @@ -1,6 +1,5 @@ - # 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. +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. diff --git a/themes/35f24f2c-b211-43e2-9fe4-2c3bc217d9f7/theme.json b/themes/35f24f2c-b211-43e2-9fe4-2c3bc217d9f7/theme.json index 7392cb6a..6faa770a 100644 --- a/themes/35f24f2c-b211-43e2-9fe4-2c3bc217d9f7/theme.json +++ b/themes/35f24f2c-b211-43e2-9fe4-2c3bc217d9f7/theme.json @@ -1,17 +1,15 @@ { - "id": "35f24f2c-b211-43e2-9fe4-2c3bc217d9f7", - "name": "Compact tabs title", - "description": "Show the first few title characters even in compact mode", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/35f24f2c-b211-43e2-9fe4-2c3bc217d9f7/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/35f24f2c-b211-43e2-9fe4-2c3bc217d9f7/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/35f24f2c-b211-43e2-9fe4-2c3bc217d9f7/image.png", - "author": "Tc-001", - "version": "1.0.0", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/35f24f2c-b211-43e2-9fe4-2c3bc217d9f7/preferences.json", - "tags": [ - "tabs" - ], - "createdAt": "2024-08-28", - "updatedAt": "2024-09-07" -} \ No newline at end of file + "id": "35f24f2c-b211-43e2-9fe4-2c3bc217d9f7", + "name": "Compact tabs title", + "description": "Show the first few title characters even in compact mode", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/35f24f2c-b211-43e2-9fe4-2c3bc217d9f7/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/35f24f2c-b211-43e2-9fe4-2c3bc217d9f7/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/35f24f2c-b211-43e2-9fe4-2c3bc217d9f7/image.png", + "author": "Tc-001", + "version": "1.0.0", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/35f24f2c-b211-43e2-9fe4-2c3bc217d9f7/preferences.json", + "tags": ["tabs"], + "createdAt": "2024-08-28", + "updatedAt": "2024-09-07" +} diff --git a/themes/39907934-59e9-4e42-89f0-a254d3c5e280/chrome.css b/themes/39907934-59e9-4e42-89f0-a254d3c5e280/chrome.css index d6e05888..aa27f0fb 100644 --- a/themes/39907934-59e9-4e42-89f0-a254d3c5e280/chrome.css +++ b/themes/39907934-59e9-4e42-89f0-a254d3c5e280/chrome.css @@ -1,94 +1,62 @@ - - html { - --sidebery-width: 40px; - --sidebery-hidden-width: 10px; - --sidebery-open-width: 250px; - --sidebery-border-color: color-mix(in srgb, var(--sidebar-border-color) 60%, transparent); - --sidebery-background-color: var(--zen-colors-tertiary); - --lwt-sidebar-background-color: var(--zen-colors-tertiary); - --sidebar-background-color: var(--zen-colors-tertiary); - --tabbrowser-padding: var(--zen-element-separation); +html { + --sidebery-width: 40px; + --sidebery-hidden-width: 10px; + --sidebery-open-width: 250px; + --sidebery-border-color: color-mix( + in srgb, + var(--sidebar-border-color) 60%, + transparent + ); + --sidebery-background-color: var(--zen-colors-tertiary); + --lwt-sidebar-background-color: var(--zen-colors-tertiary); + --sidebar-background-color: var(--zen-colors-tertiary); + --tabbrowser-padding: var(--zen-element-separation); +} +#sidebar-splitter { + margin: 0 -2px 0 -2px !important; +} +#sidebar-box { + background-color: var(--zen-colors-tertiary) !important; + left: calc(var(--zen-element-separation)); + border: 1px solid var(--sidebery-border-color) !important; + margin-left: 0 !important; + margin-right: var(--zen-element-separation) !important; +} +#sidebar-header { + padding: var(--zen-element-separation) !important; + border-color: var(--sidebery-border-color) !important; + font-size: 1em !important; + border-width: 1px !important; +} +#tabbrowser-tabbox { + padding-left: var(--tabbrowser-padding) !important; +} +@media (-moz-bool-pref: "theme.sidebery.hide-zen-tabbar") { + #navigator-toolbox { + position: absolute; + left: -100%; } - #sidebar-splitter { - margin: 0 -2px 0 -2px !important; - } - #sidebar-box { - background-color: var(--zen-colors-tertiary) !important; - left: calc(var(--zen-element-separation)); - border: 1px solid var(--sidebery-border-color) !important; - margin-left: 0 !important; - margin-right: var(--zen-element-separation) !important; - } - #sidebar-header { - padding: var(--zen-element-separation) !important; - border-color: var(--sidebery-border-color) !important; - font-size: 1em !important; - border-width: 1px !important; - } - #tabbrowser-tabbox { - padding-left: var(--tabbrowser-padding) !important; - } - @media (-moz-bool-pref: 'theme.sidebery.hide-zen-tabbar') { - #navigator-toolbox { - position: absolute; - left: -100%; - } - #zen-sidebar-splitter { - display: none; - } - } - @media (-moz-bool-pref: 'theme.sidebery.hide-zen-tabbar') and (-moz-bool-pref: 'theme.sidebery.compact-view') { - #sidebar-box { - border-left-width: 0 !important; - border-top-left-radius: 0 !important; - border-bottom-left-radius: 0 !important; - } - } - @media (-moz-bool-pref: 'theme.sidebery.compact-view') { - #tabbrowser-tabbox { - --tabbrowser-padding: calc(var(--sidebery-width) + var(--zen-element-separation)); - } - #sidebar-splitter { - display: none; - } - #sidebar-box { - z-index: 2; - position: absolute; - left: 0 !important; - top: 1px; - bottom: 1px; - box-shadow: none !important; - min-width: var(--sidebery-width) !important; - width: var(--sidebery-width) !important; - } - #sidebar-box:hover { - transition: width 150ms; - transition-delay: 50ms; - background-color: var(--zen-colors-tertiary) !important; - border-color: var(--zen-colors-border) !important; - width: var(--sidebery-open-width) !important; - } - #sidebar-box #sidebar-header { - display: none !important; - } - #sidebar-box #sidebar { - margin-left: var(--zen-element-separation) !important; - } - } - :root:has(#theme-Sidebery[theme-sidebery-layout=auto-hide]), - :root[inFullscreen=true]:has(#theme-Sidebery[theme-sidebery-layout=auto-hide-fs]) { - --sidebery-width: var(--sidebery-hidden-width); - } - :root:has(#theme-Sidebery[theme-sidebery-layout=auto-hide]) #tabbrowser-tabbox, - :root[inFullscreen=true]:has(#theme-Sidebery[theme-sidebery-layout=auto-hide-fs]) #tabbrowser-tabbox { - --tabbrowser-padding: calc(var(--sidebery-width) + var(--zen-element-separation)); - } - :root:has(#theme-Sidebery[theme-sidebery-layout=auto-hide]) #sidebar-splitter, - :root[inFullscreen=true]:has(#theme-Sidebery[theme-sidebery-layout=auto-hide-fs]) #sidebar-splitter { + #zen-sidebar-splitter { display: none; } - :root:has(#theme-Sidebery[theme-sidebery-layout=auto-hide]) #sidebar-box, - :root[inFullscreen=true]:has(#theme-Sidebery[theme-sidebery-layout=auto-hide-fs]) #sidebar-box { +} +@media (-moz-bool-pref: "theme.sidebery.hide-zen-tabbar") and (-moz-bool-pref: "theme.sidebery.compact-view") { + #sidebar-box { + border-left-width: 0 !important; + border-top-left-radius: 0 !important; + border-bottom-left-radius: 0 !important; + } +} +@media (-moz-bool-pref: "theme.sidebery.compact-view") { + #tabbrowser-tabbox { + --tabbrowser-padding: calc( + var(--sidebery-width) + var(--zen-element-separation) + ); + } + #sidebar-splitter { + display: none; + } + #sidebar-box { z-index: 2; position: absolute; left: 0 !important; @@ -98,66 +66,144 @@ min-width: var(--sidebery-width) !important; width: var(--sidebery-width) !important; } - :root:has(#theme-Sidebery[theme-sidebery-layout=auto-hide]) #sidebar-box:hover, - :root[inFullscreen=true]:has(#theme-Sidebery[theme-sidebery-layout=auto-hide-fs]) #sidebar-box:hover { + #sidebar-box:hover { transition: width 150ms; transition-delay: 50ms; background-color: var(--zen-colors-tertiary) !important; border-color: var(--zen-colors-border) !important; width: var(--sidebery-open-width) !important; } - :root:has(#theme-Sidebery[theme-sidebery-layout=auto-hide]) #sidebar-box #sidebar-header, - :root[inFullscreen=true]:has(#theme-Sidebery[theme-sidebery-layout=auto-hide-fs]) #sidebar-box #sidebar-header { + #sidebar-box #sidebar-header { display: none !important; } - :root:has(#theme-Sidebery[theme-sidebery-layout=auto-hide]) #sidebar-box #sidebar, - :root[inFullscreen=true]:has(#theme-Sidebery[theme-sidebery-layout=auto-hide-fs]) #sidebar-box #sidebar { + #sidebar-box #sidebar { margin-left: var(--zen-element-separation) !important; } - :root:has(#theme-Sidebery[theme-sidebery-layout=auto-hide]) #tabbrowser-tabbox, - :root[inFullscreen=true]:has(#theme-Sidebery[theme-sidebery-layout=auto-hide-fs]) #tabbrowser-tabbox { - --tabbrowser-padding: calc(var(--zen-element-separation) + 2px) !important; +} +:root:has(#theme-Sidebery[theme-sidebery-layout="auto-hide"]), +:root[inFullscreen="true"]:has( + #theme-Sidebery[theme-sidebery-layout="auto-hide-fs"] + ) { + --sidebery-width: var(--sidebery-hidden-width); +} +:root:has(#theme-Sidebery[theme-sidebery-layout="auto-hide"]) + #tabbrowser-tabbox, +:root[inFullscreen="true"]:has( + #theme-Sidebery[theme-sidebery-layout="auto-hide-fs"] + ) + #tabbrowser-tabbox { + --tabbrowser-padding: calc( + var(--sidebery-width) + var(--zen-element-separation) + ); +} +:root:has(#theme-Sidebery[theme-sidebery-layout="auto-hide"]) #sidebar-splitter, +:root[inFullscreen="true"]:has( + #theme-Sidebery[theme-sidebery-layout="auto-hide-fs"] + ) + #sidebar-splitter { + display: none; +} +:root:has(#theme-Sidebery[theme-sidebery-layout="auto-hide"]) #sidebar-box, +:root[inFullscreen="true"]:has( + #theme-Sidebery[theme-sidebery-layout="auto-hide-fs"] + ) + #sidebar-box { + z-index: 2; + position: absolute; + left: 0 !important; + top: 1px; + bottom: 1px; + box-shadow: none !important; + min-width: var(--sidebery-width) !important; + width: var(--sidebery-width) !important; +} +:root:has(#theme-Sidebery[theme-sidebery-layout="auto-hide"]) + #sidebar-box:hover, +:root[inFullscreen="true"]:has( + #theme-Sidebery[theme-sidebery-layout="auto-hide-fs"] + ) + #sidebar-box:hover { + transition: width 150ms; + transition-delay: 50ms; + background-color: var(--zen-colors-tertiary) !important; + border-color: var(--zen-colors-border) !important; + width: var(--sidebery-open-width) !important; +} +:root:has(#theme-Sidebery[theme-sidebery-layout="auto-hide"]) + #sidebar-box + #sidebar-header, +:root[inFullscreen="true"]:has( + #theme-Sidebery[theme-sidebery-layout="auto-hide-fs"] + ) + #sidebar-box + #sidebar-header { + display: none !important; +} +:root:has(#theme-Sidebery[theme-sidebery-layout="auto-hide"]) + #sidebar-box + #sidebar, +:root[inFullscreen="true"]:has( + #theme-Sidebery[theme-sidebery-layout="auto-hide-fs"] + ) + #sidebar-box + #sidebar { + margin-left: var(--zen-element-separation) !important; +} +:root:has(#theme-Sidebery[theme-sidebery-layout="auto-hide"]) + #tabbrowser-tabbox, +:root[inFullscreen="true"]:has( + #theme-Sidebery[theme-sidebery-layout="auto-hide-fs"] + ) + #tabbrowser-tabbox { + --tabbrowser-padding: calc(var(--zen-element-separation) + 2px) !important; +} +:root:has(#theme-Sidebery[theme-sidebery-layout="auto-hide"]) #sidebar-box, +:root[inFullscreen="true"]:has( + #theme-Sidebery[theme-sidebery-layout="auto-hide-fs"] + ) + #sidebar-box { + opacity: 0; +} +:root:has(#theme-Sidebery[theme-sidebery-layout="auto-hide"]) + #sidebar-box:hover, +:root[inFullscreen="true"]:has( + #theme-Sidebery[theme-sidebery-layout="auto-hide-fs"] + ) + #sidebar-box:hover { + opacity: 1; +} +:root[inDOMFullscreen="true"] #tabbrowser-tabbox { + --zen-element-separation: 0 !important; +} +@media (-moz-bool-pref: "browser.tabs.allow_transparent_browser") { + window.sidebar-panel, + window#webextpanels-window { + background-color: transparent !important; } - :root:has(#theme-Sidebery[theme-sidebery-layout=auto-hide]) #sidebar-box, - :root[inFullscreen=true]:has(#theme-Sidebery[theme-sidebery-layout=auto-hide-fs]) #sidebar-box { - opacity: 0; + #sidebar-box { + background-color: transparent !important; + border-color: transparent !important; + box-shadow: none !important; } - :root:has(#theme-Sidebery[theme-sidebery-layout=auto-hide]) #sidebar-box:hover, - :root[inFullscreen=true]:has(#theme-Sidebery[theme-sidebery-layout=auto-hide-fs]) #sidebar-box:hover { - opacity: 1; + #sidebar-box #sidebar-header { + opacity: 0.75; + order: 0; + border-style: none !important; + border-bottom-style: solid !important; } - :root[inDOMFullscreen=true] #tabbrowser-tabbox { - --zen-element-separation: 0 !important; +} +@media (-moz-bool-pref: "theme.sidebery.sidebar-header.bottom-layout") { + #sidebar-box #sidebar-header { + order: 1; + border-style: none !important; + border-top-style: solid !important; } - @media (-moz-bool-pref: 'browser.tabs.allow_transparent_browser') { - window.sidebar-panel, - window#webextpanels-window { - background-color: transparent !important; - } - #sidebar-box { - background-color: transparent !important; - border-color: transparent !important; - box-shadow: none !important; - } - #sidebar-box #sidebar-header { - opacity: 0.75; - order: 0; - border-style: none !important; - border-bottom-style: solid !important; - } + #sidebar-box #sidebar-header #sidebar-switcher-arrow { + list-style-image: url("chrome://global/skin/icons/arrow-up-12.svg") !important; } - @media (-moz-bool-pref: 'theme.sidebery.sidebar-header.bottom-layout') { - #sidebar-box #sidebar-header { - order: 1; - border-style: none !important; - border-top-style: solid !important; - } - #sidebar-box #sidebar-header #sidebar-switcher-arrow { - list-style-image: url("chrome://global/skin/icons/arrow-up-12.svg") !important; - } - } - @media (-moz-bool-pref: 'theme.sidebery.sidebar-header.hide') { - #sidebar-box #sidebar-header { - display: none !important; - } +} +@media (-moz-bool-pref: "theme.sidebery.sidebar-header.hide") { + #sidebar-box #sidebar-header { + display: none !important; } +} diff --git a/themes/39907934-59e9-4e42-89f0-a254d3c5e280/preferences.json b/themes/39907934-59e9-4e42-89f0-a254d3c5e280/preferences.json index 52ea486c..69978da2 100644 --- a/themes/39907934-59e9-4e42-89f0-a254d3c5e280/preferences.json +++ b/themes/39907934-59e9-4e42-89f0-a254d3c5e280/preferences.json @@ -1,49 +1,49 @@ [ - { - "property": "theme.sidebery.layout", - "label": "Auto-hide the sidebar", - "type": "dropdown", - "placeholder": "Do not hide", - "defaultValue": "auto-hide-fs", - "options": [ - { - "label": "Auto-hide, expand on hover", - "value": "auto-hide" - }, - { - "label": "Auto-hide in full-screen mode only", - "value": "auto-hide-fs" - } - ] - }, - { - "property": "theme.sidebery.compact-view", - "label": "Compact mode", - "type": "checkbox", - "defaultValue": false - }, - { - "property": "browser.tabs.allow_transparent_browser", - "label": "Allow Transparent Browser Tabs", - "type": "checkbox", - "defaultValue": true - }, - { - "property": "theme.sidebery.hide-zen-tabbar", - "label": "Hide Native Zen Tab UI", - "type": "checkbox", - "defaultValue": true - }, - { - "property": "theme.sidebery.sidebar-header.hide", - "label": "Hide Browser Sidebar Header", - "type": "checkbox", - "defaultValue": false - }, - { - "property": "theme.sidebery.sidebar-header.bottom-layout", - "label": "Push Browser Sidebar Header Down", - "type": "checkbox", - "defaultValue": true - } -] \ No newline at end of file + { + "property": "theme.sidebery.layout", + "label": "Auto-hide the sidebar", + "type": "dropdown", + "placeholder": "Do not hide", + "defaultValue": "auto-hide-fs", + "options": [ + { + "label": "Auto-hide, expand on hover", + "value": "auto-hide" + }, + { + "label": "Auto-hide in full-screen mode only", + "value": "auto-hide-fs" + } + ] + }, + { + "property": "theme.sidebery.compact-view", + "label": "Compact mode", + "type": "checkbox", + "defaultValue": false + }, + { + "property": "browser.tabs.allow_transparent_browser", + "label": "Allow Transparent Browser Tabs", + "type": "checkbox", + "defaultValue": true + }, + { + "property": "theme.sidebery.hide-zen-tabbar", + "label": "Hide Native Zen Tab UI", + "type": "checkbox", + "defaultValue": true + }, + { + "property": "theme.sidebery.sidebar-header.hide", + "label": "Hide Browser Sidebar Header", + "type": "checkbox", + "defaultValue": false + }, + { + "property": "theme.sidebery.sidebar-header.bottom-layout", + "label": "Push Browser Sidebar Header Down", + "type": "checkbox", + "defaultValue": true + } +] diff --git a/themes/39907934-59e9-4e42-89f0-a254d3c5e280/readme.md b/themes/39907934-59e9-4e42-89f0-a254d3c5e280/readme.md index 51c22476..804349ff 100644 --- a/themes/39907934-59e9-4e42-89f0-a254d3c5e280/readme.md +++ b/themes/39907934-59e9-4e42-89f0-a254d3c5e280/readme.md @@ -3,6 +3,7 @@ Tweaks to support Sidebery as an alternative to Zen's native tabs and workspace implementation. ### Features + - Hide native Zen Tab controls. - Transparent browser sidebar background. - Compact mode for browser sidebar. @@ -13,17 +14,19 @@ Tweaks to support Sidebery as an alternative to Zen's native tabs and workspace All features are optional and configurable from the UI. ### Dependencies: + - **[Sidebery (Zen)](https://addons.mozilla.org/en-US/firefox/addon/sidebery-zen/)** modified build for Zen support. - **[SuperGradient](https://zen-browser.app/themes/af7ee14f-e9d4-4806-8438-c59b02b77715)** for gradient browser background. ### Operation Tips + - You must download, install and activate Sidebery on your own. - To bring Sidebery in view or to hide again, press F1 anytime. - Some changes, in rare cases, require you toggle Sidebery visibility or restart the browser. -- Rememeber to clear your userChrome.css entries and Sidebery style customizations if things appear broken. +- Rememeber to clear your userChrome.css entries and Sidebery style customizations if things appear broken. - If you manage to shrink the sidebar too much while playing with settings, you can always drag it back to original size. - Feel free to report issues and feature requests. Author: Shaan | [Discord](https://discord.gg/NAQaFU8e) | [Github](https://github.com/shanto) -Credits: Alexcoder5 (Github), therealmg (Discord), air.king (Discord), mbnuqw (Github) and the entire Sidebery team. \ No newline at end of file +Credits: Alexcoder5 (Github), therealmg (Discord), air.king (Discord), mbnuqw (Github) and the entire Sidebery team. diff --git a/themes/39907934-59e9-4e42-89f0-a254d3c5e280/theme.json b/themes/39907934-59e9-4e42-89f0-a254d3c5e280/theme.json index 59173b30..5fc3fc44 100644 --- a/themes/39907934-59e9-4e42-89f0-a254d3c5e280/theme.json +++ b/themes/39907934-59e9-4e42-89f0-a254d3c5e280/theme.json @@ -1,15 +1,15 @@ { - "id": "39907934-59e9-4e42-89f0-a254d3c5e280", - "name": "Sidebery", - "description": "Tweaks to support Sidebery as an alternative to Zen's native tabs and workspace implementation.", - "homepage": "https://github.com/shanto/sidebery", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/39907934-59e9-4e42-89f0-a254d3c5e280/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/39907934-59e9-4e42-89f0-a254d3c5e280/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/39907934-59e9-4e42-89f0-a254d3c5e280/image.png", - "author": "Shaan", - "version": "1.0.2", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/39907934-59e9-4e42-89f0-a254d3c5e280/preferences.json", - "tags": [], - "createdAt": "2024-10-09", - "updatedAt": "2024-12-31" -} \ No newline at end of file + "id": "39907934-59e9-4e42-89f0-a254d3c5e280", + "name": "Sidebery", + "description": "Tweaks to support Sidebery as an alternative to Zen's native tabs and workspace implementation.", + "homepage": "https://github.com/shanto/sidebery", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/39907934-59e9-4e42-89f0-a254d3c5e280/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/39907934-59e9-4e42-89f0-a254d3c5e280/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/39907934-59e9-4e42-89f0-a254d3c5e280/image.png", + "author": "Shaan", + "version": "1.0.2", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/39907934-59e9-4e42-89f0-a254d3c5e280/preferences.json", + "tags": [], + "createdAt": "2024-10-09", + "updatedAt": "2024-12-31" +} diff --git a/themes/3ff55ba7-4690-4f74-96a8-9e4416685e4e/chrome.css b/themes/3ff55ba7-4690-4f74-96a8-9e4416685e4e/chrome.css index 77c9612d..03fc382c 100644 --- a/themes/3ff55ba7-4690-4f74-96a8-9e4416685e4e/chrome.css +++ b/themes/3ff55ba7-4690-4f74-96a8-9e4416685e4e/chrome.css @@ -1,3 +1,11 @@ - -.tab-context-line{display: none !important;} -#tabbrowser-tabs { & .tabbrowser-tab { &[selected] .tab-background { border: 2px solid var(--identity-icon-color) !important; opacity: 0.8 !important;}}} +.tab-context-line { + display: none !important; +} +#tabbrowser-tabs { + & .tabbrowser-tab { + &[selected] .tab-background { + border: 2px solid var(--identity-icon-color) !important; + opacity: 0.8 !important; + } + } +} diff --git a/themes/3ff55ba7-4690-4f74-96a8-9e4416685e4e/readme.md b/themes/3ff55ba7-4690-4f74-96a8-9e4416685e4e/readme.md index 1eb7713c..4389fcc4 100644 --- a/themes/3ff55ba7-4690-4f74-96a8-9e4416685e4e/readme.md +++ b/themes/3ff55ba7-4690-4f74-96a8-9e4416685e4e/readme.md @@ -1,2 +1 @@ - Changes the default left sided container color from tabs. diff --git a/themes/3ff55ba7-4690-4f74-96a8-9e4416685e4e/theme.json b/themes/3ff55ba7-4690-4f74-96a8-9e4416685e4e/theme.json index 6a5e4b31..a3f4c4fa 100644 --- a/themes/3ff55ba7-4690-4f74-96a8-9e4416685e4e/theme.json +++ b/themes/3ff55ba7-4690-4f74-96a8-9e4416685e4e/theme.json @@ -1,16 +1,14 @@ { - "id": "3ff55ba7-4690-4f74-96a8-9e4416685e4e", - "name": "Colored container tab", - "description": "Changes the default container tab theme", - "homepage": "https://github.com/ocean-mars/things", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/3ff55ba7-4690-4f74-96a8-9e4416685e4e/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/3ff55ba7-4690-4f74-96a8-9e4416685e4e/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/3ff55ba7-4690-4f74-96a8-9e4416685e4e/image.png", - "author": "ocean-mars", - "version": "1.0.0", - "tags": [ - "tabs" - ], - "createdAt": "2024-10-06", - "updatedAt": "2024-10-06" -} \ No newline at end of file + "id": "3ff55ba7-4690-4f74-96a8-9e4416685e4e", + "name": "Colored container tab", + "description": "Changes the default container tab theme", + "homepage": "https://github.com/ocean-mars/things", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/3ff55ba7-4690-4f74-96a8-9e4416685e4e/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/3ff55ba7-4690-4f74-96a8-9e4416685e4e/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/3ff55ba7-4690-4f74-96a8-9e4416685e4e/image.png", + "author": "ocean-mars", + "version": "1.0.0", + "tags": ["tabs"], + "createdAt": "2024-10-06", + "updatedAt": "2024-10-06" +} diff --git a/themes/4596d8f9-f0b7-4aeb-aa92-851222dc1888/chrome.css b/themes/4596d8f9-f0b7-4aeb-aa92-851222dc1888/chrome.css index 92d43bc6..7606f6f0 100644 --- a/themes/4596d8f9-f0b7-4aeb-aa92-851222dc1888/chrome.css +++ b/themes/4596d8f9-f0b7-4aeb-aa92-851222dc1888/chrome.css @@ -1,4 +1,5 @@ - -#tabbrowser-tabs .tabbrowser-tab:not([pinned]):is([visuallyselected]):not(:hover) .tab-close-button { - display: none !important; +#tabbrowser-tabs + .tabbrowser-tab:not([pinned]):is([visuallyselected]):not(:hover) + .tab-close-button { + display: none !important; } diff --git a/themes/4596d8f9-f0b7-4aeb-aa92-851222dc1888/readme.md b/themes/4596d8f9-f0b7-4aeb-aa92-851222dc1888/readme.md index f8b15f66..5594c3ce 100644 --- a/themes/4596d8f9-f0b7-4aeb-aa92-851222dc1888/readme.md +++ b/themes/4596d8f9-f0b7-4aeb-aa92-851222dc1888/readme.md @@ -1,3 +1,2 @@ - Show tab's close button only on hover, even on the active tab. Zen browser always show the close button on the active tab by default, and this theme will disable that behavior and make close button on the active tab only visible on hover. diff --git a/themes/4596d8f9-f0b7-4aeb-aa92-851222dc1888/theme.json b/themes/4596d8f9-f0b7-4aeb-aa92-851222dc1888/theme.json index b189ccef..633ce84a 100644 --- a/themes/4596d8f9-f0b7-4aeb-aa92-851222dc1888/theme.json +++ b/themes/4596d8f9-f0b7-4aeb-aa92-851222dc1888/theme.json @@ -1,14 +1,14 @@ { - "id": "4596d8f9-f0b7-4aeb-aa92-851222dc1888", - "name": "Only Close On Hover", - "description": "Show tab's close button only on hover, even on the active tab.", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4596d8f9-f0b7-4aeb-aa92-851222dc1888/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4596d8f9-f0b7-4aeb-aa92-851222dc1888/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4596d8f9-f0b7-4aeb-aa92-851222dc1888/image.png", - "author": "p-sw", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-10-12", - "updatedAt": "2024-10-12" -} \ No newline at end of file + "id": "4596d8f9-f0b7-4aeb-aa92-851222dc1888", + "name": "Only Close On Hover", + "description": "Show tab's close button only on hover, even on the active tab.", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4596d8f9-f0b7-4aeb-aa92-851222dc1888/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4596d8f9-f0b7-4aeb-aa92-851222dc1888/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4596d8f9-f0b7-4aeb-aa92-851222dc1888/image.png", + "author": "p-sw", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-10-12", + "updatedAt": "2024-10-12" +} diff --git a/themes/477bc813-c333-4747-813e-00e0420ceec0/chrome.css b/themes/477bc813-c333-4747-813e-00e0420ceec0/chrome.css index d034436e..4d9868dd 100644 --- a/themes/477bc813-c333-4747-813e-00e0420ceec0/chrome.css +++ b/themes/477bc813-c333-4747-813e-00e0420ceec0/chrome.css @@ -1,6 +1,5 @@ - /* Move #zen-essentials-container to the bottom of the sidebar */ #zen-essentials-container { - margin-top: auto; /* Pushes #zen-essentials-container to the bottom */ - order: 999; /* In case flexbox is used, ensure it's last */ + margin-top: auto; /* Pushes #zen-essentials-container to the bottom */ + order: 999; /* In case flexbox is used, ensure it's last */ } diff --git a/themes/477bc813-c333-4747-813e-00e0420ceec0/readme.md b/themes/477bc813-c333-4747-813e-00e0420ceec0/readme.md index 2ebbacec..c10be0ad 100644 --- a/themes/477bc813-c333-4747-813e-00e0420ceec0/readme.md +++ b/themes/477bc813-c333-4747-813e-00e0420ceec0/readme.md @@ -1,7 +1,7 @@ -

Wazz's custom image

# Move Essentials to Bottom + Moves your essentials to the bottom on the Sidebar. diff --git a/themes/477bc813-c333-4747-813e-00e0420ceec0/theme.json b/themes/477bc813-c333-4747-813e-00e0420ceec0/theme.json index 0f29b911..206b2ab0 100644 --- a/themes/477bc813-c333-4747-813e-00e0420ceec0/theme.json +++ b/themes/477bc813-c333-4747-813e-00e0420ceec0/theme.json @@ -1,14 +1,14 @@ { - "id": "477bc813-c333-4747-813e-00e0420ceec0", - "name": "Bottom Essentials", - "description": "Move your Essential Tabs to the bottom of the Sidebar for some Visual seperation from Pinned tabs.", - "homepage": "https://github.com/TheBigWazz/ZenThemes/tree/main/Bottom-Essentials", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/477bc813-c333-4747-813e-00e0420ceec0/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/477bc813-c333-4747-813e-00e0420ceec0/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/477bc813-c333-4747-813e-00e0420ceec0/image.png", - "author": "TheBigWazz", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-11-12", - "updatedAt": "2024-11-19" -} \ No newline at end of file + "id": "477bc813-c333-4747-813e-00e0420ceec0", + "name": "Bottom Essentials", + "description": "Move your Essential Tabs to the bottom of the Sidebar for some Visual seperation from Pinned tabs.", + "homepage": "https://github.com/TheBigWazz/ZenThemes/tree/main/Bottom-Essentials", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/477bc813-c333-4747-813e-00e0420ceec0/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/477bc813-c333-4747-813e-00e0420ceec0/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/477bc813-c333-4747-813e-00e0420ceec0/image.png", + "author": "TheBigWazz", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-11-12", + "updatedAt": "2024-11-19" +} diff --git a/themes/49dbaa98-06ee-42bd-9a8e-834babef7a41/chrome.css b/themes/49dbaa98-06ee-42bd-9a8e-834babef7a41/chrome.css index b1e84a1e..f6cad657 100644 --- a/themes/49dbaa98-06ee-42bd-9a8e-834babef7a41/chrome.css +++ b/themes/49dbaa98-06ee-42bd-9a8e-834babef7a41/chrome.css @@ -4,14 +4,14 @@ --uc-compact-tab-close-button-bg-hover-color: rgb(254, 254, 254); } } - + @media (prefers-color-scheme: dark) { :root { --uc-compact-tab-close-button-bg-color: rgb(28, 28, 32); --uc-compact-tab-close-button-bg-hover-color: rgb(0, 0, 0); } } - + @media not (-moz-bool-pref: "zen.view.sidebar-expanded") { & .tabbrowser-tab { &:not([pinned]) { diff --git a/themes/49dbaa98-06ee-42bd-9a8e-834babef7a41/readme.md b/themes/49dbaa98-06ee-42bd-9a8e-834babef7a41/readme.md index e327624e..a99208ab 100644 --- a/themes/49dbaa98-06ee-42bd-9a8e-834babef7a41/readme.md +++ b/themes/49dbaa98-06ee-42bd-9a8e-834babef7a41/readme.md @@ -1,4 +1,3 @@ - # Collapsed Tab Close Button This theme adds a close button to the collapsed tabs in Zen Browser. diff --git a/themes/49dbaa98-06ee-42bd-9a8e-834babef7a41/theme.json b/themes/49dbaa98-06ee-42bd-9a8e-834babef7a41/theme.json index 8f71a143..d56c50c2 100644 --- a/themes/49dbaa98-06ee-42bd-9a8e-834babef7a41/theme.json +++ b/themes/49dbaa98-06ee-42bd-9a8e-834babef7a41/theme.json @@ -1,16 +1,14 @@ { - "id": "49dbaa98-06ee-42bd-9a8e-834babef7a41", - "name": "Collapsed Tab X Button", - "description": "This theme adds a close button to the collapsed tabs in Zen Browser.", - "homepage": "https://github.com/burnt0rice/zen-themes/tree/main/collapsed-tab-close-button", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/49dbaa98-06ee-42bd-9a8e-834babef7a41/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/49dbaa98-06ee-42bd-9a8e-834babef7a41/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/49dbaa98-06ee-42bd-9a8e-834babef7a41/image.png", - "author": "burnt0rice", - "version": "1.0.0", - "tags": [ - "tabs" - ], - "createdAt": "2024-08-31", - "updatedAt": "2024-09-07" -} \ No newline at end of file + "id": "49dbaa98-06ee-42bd-9a8e-834babef7a41", + "name": "Collapsed Tab X Button", + "description": "This theme adds a close button to the collapsed tabs in Zen Browser.", + "homepage": "https://github.com/burnt0rice/zen-themes/tree/main/collapsed-tab-close-button", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/49dbaa98-06ee-42bd-9a8e-834babef7a41/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/49dbaa98-06ee-42bd-9a8e-834babef7a41/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/49dbaa98-06ee-42bd-9a8e-834babef7a41/image.png", + "author": "burnt0rice", + "version": "1.0.0", + "tags": ["tabs"], + "createdAt": "2024-08-31", + "updatedAt": "2024-09-07" +} diff --git a/themes/4ab93b88-151c-451b-a1b7-a1e0e28fa7f8/chrome.css b/themes/4ab93b88-151c-451b-a1b7-a1e0e28fa7f8/chrome.css index c93f4c24..a5126d9a 100644 --- a/themes/4ab93b88-151c-451b-a1b7-a1e0e28fa7f8/chrome.css +++ b/themes/4ab93b88-151c-451b-a1b7-a1e0e28fa7f8/chrome.css @@ -4,4 +4,4 @@ scrollbox:nth-child(5) { /* Pinned Tabs */ #vertical-pinned-tabs-container { scrollbar-width: none !important; -} \ No newline at end of file +} diff --git a/themes/4ab93b88-151c-451b-a1b7-a1e0e28fa7f8/theme.json b/themes/4ab93b88-151c-451b-a1b7-a1e0e28fa7f8/theme.json index 487de0dd..39ef7885 100644 --- a/themes/4ab93b88-151c-451b-a1b7-a1e0e28fa7f8/theme.json +++ b/themes/4ab93b88-151c-451b-a1b7-a1e0e28fa7f8/theme.json @@ -1,14 +1,14 @@ { - "id": "4ab93b88-151c-451b-a1b7-a1e0e28fa7f8", - "name": "No Sidebar Scrollbar", - "description": "This theme removes the Sidebar Scrollbar while retaining the scroll functionality.", - "homepage": "https://github.com/mally8/zen-browser-no-sidebar-scrollbar", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4ab93b88-151c-451b-a1b7-a1e0e28fa7f8/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4ab93b88-151c-451b-a1b7-a1e0e28fa7f8/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4ab93b88-151c-451b-a1b7-a1e0e28fa7f8/image.png", - "author": "mally8", - "version": "1.0.3", - "tags": [], - "createdAt": "2024-09-01", - "updatedAt": "2024-11-19" -} \ No newline at end of file + "id": "4ab93b88-151c-451b-a1b7-a1e0e28fa7f8", + "name": "No Sidebar Scrollbar", + "description": "This theme removes the Sidebar Scrollbar while retaining the scroll functionality.", + "homepage": "https://github.com/mally8/zen-browser-no-sidebar-scrollbar", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4ab93b88-151c-451b-a1b7-a1e0e28fa7f8/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4ab93b88-151c-451b-a1b7-a1e0e28fa7f8/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4ab93b88-151c-451b-a1b7-a1e0e28fa7f8/image.png", + "author": "mally8", + "version": "1.0.3", + "tags": [], + "createdAt": "2024-09-01", + "updatedAt": "2024-11-19" +} diff --git a/themes/56449583-f295-4f34-baf8-da70d3d156e7/chrome.css b/themes/56449583-f295-4f34-baf8-da70d3d156e7/chrome.css index 2bf2ebfc..4728a69c 100644 --- a/themes/56449583-f295-4f34-baf8-da70d3d156e7/chrome.css +++ b/themes/56449583-f295-4f34-baf8-da70d3d156e7/chrome.css @@ -1,8 +1,8 @@ /* This is an auto generated color theme. */ :root { - --zen-colors-primary: #2d5b69 !important; - --zen-colors-secondary: #2d5b69 !important; - --zen-colors-tertiary: #002b36 !important; - --zen-colors-border: #2d5b69 !important; - --zen-dialog-background: #002b36 !important; + --zen-colors-primary: #2d5b69 !important; + --zen-colors-secondary: #2d5b69 !important; + --zen-colors-tertiary: #002b36 !important; + --zen-colors-border: #2d5b69 !important; + --zen-dialog-background: #002b36 !important; } diff --git a/themes/56449583-f295-4f34-baf8-da70d3d156e7/colors.json b/themes/56449583-f295-4f34-baf8-da70d3d156e7/colors.json index 31ef7ddd..c9775c77 100644 --- a/themes/56449583-f295-4f34-baf8-da70d3d156e7/colors.json +++ b/themes/56449583-f295-4f34-baf8-da70d3d156e7/colors.json @@ -1,8 +1,8 @@ { - "isDarkMode": true, - "primaryColor": "#2d5b69", - "secondaryColor": " #2d5b69", - "tertiaryColor": "#002b36", - "colorsBorder": "#2d5b69", - "dialogBg": "#002b36" + "isDarkMode": true, + "primaryColor": "#2d5b69", + "secondaryColor": " #2d5b69", + "tertiaryColor": "#002b36", + "colorsBorder": "#2d5b69", + "dialogBg": "#002b36" } diff --git a/themes/56449583-f295-4f34-baf8-da70d3d156e7/readme.md b/themes/56449583-f295-4f34-baf8-da70d3d156e7/readme.md index 9f69d13a..bb8db2fe 100644 --- a/themes/56449583-f295-4f34-baf8-da70d3d156e7/readme.md +++ b/themes/56449583-f295-4f34-baf8-da70d3d156e7/readme.md @@ -1,2 +1 @@ - Dive into Solarized theme for Zen! diff --git a/themes/56449583-f295-4f34-baf8-da70d3d156e7/theme.json b/themes/56449583-f295-4f34-baf8-da70d3d156e7/theme.json index cd9859be..1b5f4856 100644 --- a/themes/56449583-f295-4f34-baf8-da70d3d156e7/theme.json +++ b/themes/56449583-f295-4f34-baf8-da70d3d156e7/theme.json @@ -1,19 +1,16 @@ { - "id": "56449583-f295-4f34-baf8-da70d3d156e7", - "name": "Solarized", - "description": "Solarized color pallete ported into Zen!", - "homepage": "https://github.com/mohvn/solarized-zenbrowser", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/56449583-f295-4f34-baf8-da70d3d156e7/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/56449583-f295-4f34-baf8-da70d3d156e7/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/56449583-f295-4f34-baf8-da70d3d156e7/image.png", - "author": "mohvn", - "version": "1.0.0", - "isDarkMode": true, - "isColorTheme": true, - "tags": [ - "color scheme", - "dark" - ], - "createdAt": "2024-09-09", - "updatedAt": "2024-09-09" -} \ No newline at end of file + "id": "56449583-f295-4f34-baf8-da70d3d156e7", + "name": "Solarized", + "description": "Solarized color pallete ported into Zen!", + "homepage": "https://github.com/mohvn/solarized-zenbrowser", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/56449583-f295-4f34-baf8-da70d3d156e7/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/56449583-f295-4f34-baf8-da70d3d156e7/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/56449583-f295-4f34-baf8-da70d3d156e7/image.png", + "author": "mohvn", + "version": "1.0.0", + "isDarkMode": true, + "isColorTheme": true, + "tags": ["color scheme", "dark"], + "createdAt": "2024-09-09", + "updatedAt": "2024-09-09" +} diff --git a/themes/570afd9d-96fa-48b5-bad3-0c106757cce9/chrome.css b/themes/570afd9d-96fa-48b5-bad3-0c106757cce9/chrome.css index 8d81999a..9e429a8f 100644 --- a/themes/570afd9d-96fa-48b5-bad3-0c106757cce9/chrome.css +++ b/themes/570afd9d-96fa-48b5-bad3-0c106757cce9/chrome.css @@ -1,4 +1,3 @@ - /* Remove border from the URL bar when not focused */ #urlbar:not([focused]) { border: none !important; @@ -15,15 +14,15 @@ position: fixed; pointer-events: none; -width: 100vw; + width: 100vw; height: 100vh; -top: 0; + top: 0; left: 0; -backdrop-filter: blur(2px); + backdrop-filter: blur(2px); -z-index: -1; + z-index: -1; } /* set navbar height to super compact density */ @@ -39,25 +38,30 @@ z-index: -1; } /* Remove border padding */ -:root:not([inDOMFullscreen="true"]):not([chromehidden~="location"]):not([chromehidden~="toolbar"]) { +:root:not([inDOMFullscreen="true"]):not([chromehidden~="location"]):not( + [chromehidden~="toolbar"] + ) { & #tabbrowser-tabbox #tabbrowser-tabpanels .browserSidebarContainer { margin: 0 !important; border-radius: 0 !important; } } -@media not (-moz-bool-pref: "zen.view.compact") { - :root:not([inDOMFullscreen="true"]):not([chromehidden~="location"]):not([chromehidden~="toolbar"]) { - & #tabbrowser-tabbox #tabbrowser-tabpanels .browserSidebarContainer { - margin: 0 !important; - border-radius: var(--zen-webview-border-radius, var(--zen-border-radius)) !important; - border-bottom-left-radius: 0 !important; - border-bottom-right-radius: 0 !important; - } +:root:not([zen-compact-mode="true"]):not([inDOMFullscreen="true"]):not( + [chromehidden~="location"] + ):not([chromehidden~="toolbar"]) { + & #tabbrowser-tabbox #tabbrowser-tabpanels .browserSidebarContainer { + margin: 0 !important; + border-radius: var( + --zen-webview-border-radius, + var(--zen-border-radius) + ) !important; + border-bottom-left-radius: 0 !important; + border-bottom-right-radius: 0 !important; } } /* Reduce sidebar gap in compact mode */ -@media (-moz-bool-pref: "zen.view.compact") { +:root[zen-compact-mode="true"] { #navigator-toolbox { padding: 5px !important; } @@ -67,36 +71,38 @@ z-index: -1; #urlbar:not([usertyping]) { .urlbarView-results { padding-inline: 10px !important; - display: grid !important; - grid-template-rows: repeat(2, auto) !important; - grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)) !important; - gap: 10px; + display: grid !important; + grid-template-rows: repeat(2, auto) !important; + grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)) !important; + gap: 10px; justify-content: space-evenly !important; - white-space: normal !important; + white-space: normal !important; } - - .urlbarView-row-inner{ + + .urlbarView-row-inner { justify-content: center !important; - padding: 10px !important; - width: 100px !important; + padding: 10px !important; + width: 100px !important; mask-image: linear-gradient(to left, transparent, black 3ch); } -.urlbarView-no-wrap{ + .urlbarView-no-wrap { display: flex !important; flex-direction: column !important; max-width: 100% !important; overflow: hidden; } -.urlbarView-favicon { + .urlbarView-favicon { width: 32px !important; height: 32px !important; margin: 0px !important; margin-bottom: 8px !important; } -.urlbarView-url, .urlbarView-title-separator, .urlbarView-type-icon { + .urlbarView-url, + .urlbarView-title-separator, + .urlbarView-type-icon { display: none !important; } } diff --git a/themes/570afd9d-96fa-48b5-bad3-0c106757cce9/readme.md b/themes/570afd9d-96fa-48b5-bad3-0c106757cce9/readme.md index d8079ad8..a1d23721 100644 --- a/themes/570afd9d-96fa-48b5-bad3-0c106757cce9/readme.md +++ b/themes/570afd9d-96fa-48b5-bad3-0c106757cce9/readme.md @@ -1,9 +1,9 @@ - # Super Sleek UI Theme for Zen Browser A sleek & minimalistic UI with grid-style quick access, smaller navbar, no border padding & more. Features: + - Added: Grid-style quick access shortcuts to search bar. - Added: Pop-out effect & slight background blur when search bar in focus. - Modified: Smaller navbar. diff --git a/themes/570afd9d-96fa-48b5-bad3-0c106757cce9/theme.json b/themes/570afd9d-96fa-48b5-bad3-0c106757cce9/theme.json index 096fdd99..b84975cd 100644 --- a/themes/570afd9d-96fa-48b5-bad3-0c106757cce9/theme.json +++ b/themes/570afd9d-96fa-48b5-bad3-0c106757cce9/theme.json @@ -1,14 +1,14 @@ { - "id": "570afd9d-96fa-48b5-bad3-0c106757cce9", - "name": "Super Sleek UI", - "description": "A sleek & minimalistic UI with grid-style quick access, smaller navbar, no border padding & more.", - "homepage": "https://github.com/lingais/Zen-Broswer-Super-Sleek-UI-Theme.git", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/570afd9d-96fa-48b5-bad3-0c106757cce9/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/570afd9d-96fa-48b5-bad3-0c106757cce9/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/570afd9d-96fa-48b5-bad3-0c106757cce9/image.png", - "author": "lingais", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-08-28", - "updatedAt": "2024-08-28" -} \ No newline at end of file + "id": "570afd9d-96fa-48b5-bad3-0c106757cce9", + "name": "Super Sleek UI", + "description": "A sleek & minimalistic UI with grid-style quick access, smaller navbar, no border padding & more.", + "homepage": "https://github.com/lingais/Zen-Broswer-Super-Sleek-UI-Theme.git", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/570afd9d-96fa-48b5-bad3-0c106757cce9/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/570afd9d-96fa-48b5-bad3-0c106757cce9/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/570afd9d-96fa-48b5-bad3-0c106757cce9/image.png", + "author": "lingais", + "version": "1.0.1", + "tags": [], + "createdAt": "2024-08-28", + "updatedAt": "2024-08-28" +} diff --git a/themes/58649066-2b6f-4a5b-af6d-c3d21d16fc00/chrome.css b/themes/58649066-2b6f-4a5b-af6d-c3d21d16fc00/chrome.css index 744f06b0..acd32e56 100644 --- a/themes/58649066-2b6f-4a5b-af6d-c3d21d16fc00/chrome.css +++ b/themes/58649066-2b6f-4a5b-af6d-c3d21d16fc00/chrome.css @@ -11,47 +11,121 @@ :root { --pbmh-private-browsing-mode-base-color: #32064e; - --pbmh-private-browsing-mode-gradient-stop-color: rgb(from var(--pbmh-private-browsing-mode-color) r g b / 0%); + --pbmh-private-browsing-mode-gradient-stop-color: rgb( + from var(--pbmh-private-browsing-mode-color) r g b / 0% + ); --pbmg-private-browsing-mode-gradient-stop-position: 50px; --pbmg-private-browsing-mode-border-size: 2px; } - /*******************************************\ * Topbar highlighting. \*******************************************/ -:root:has(#theme-Private-Mode-Highlighting[uc-private-browsing-top-bar-color="match-zen"]) { --pbmh-private-browsing-mode-base-color: oklch(from var(--zen-primary-color) calc(l - 0.5) c h); } -:root:has(#theme-Private-Mode-Highlighting[uc-private-browsing-top-bar-color="blue"]) { --pbmh-private-browsing-mode-base-color: oklch(from #aac7ff calc(l - 0.5) c h); } -:root:has(#theme-Private-Mode-Highlighting[uc-private-browsing-top-bar-color="teal"]) { --pbmh-private-browsing-mode-base-color: oklch(from #74d7cb calc(l - 0.5) c h); } -:root:has(#theme-Private-Mode-Highlighting[uc-private-browsing-top-bar-color="green"]) { --pbmh-private-browsing-mode-base-color: oklch(from #a0d490 calc(l - 0.5) c h); } -:root:has(#theme-Private-Mode-Highlighting[uc-private-browsing-top-bar-color="yellow"]) { --pbmh-private-browsing-mode-base-color: oklch(from #dec663 calc(l - 0.5) c h); } -:root:has(#theme-Private-Mode-Highlighting[uc-private-browsing-top-bar-color="orange"]) { --pbmh-private-browsing-mode-base-color: oklch(from #ffb787 calc(l - 0.5) c h); } -:root:has(#theme-Private-Mode-Highlighting[uc-private-browsing-top-bar-color="brown"]) { --pbmh-private-browsing-mode-base-color: oklch(from #dec1b1 calc(l - 0.5) c h); } -:root:has(#theme-Private-Mode-Highlighting[uc-private-browsing-top-bar-color="red"]) { --pbmh-private-browsing-mode-base-color: oklch(from #ffb1c0 calc(l - 0.5) c h); } -:root:has(#theme-Private-Mode-Highlighting[uc-private-browsing-top-bar-color="pink"]) { --pbmh-private-browsing-mode-base-color: oklch(from #f6b0ea calc(l - 0.5) c h); } +:root:has( + #theme-Private-Mode-Highlighting[uc-private-browsing-top-bar-color="match-zen"] + ) { + --pbmh-private-browsing-mode-base-color: oklch( + from var(--zen-primary-color) calc(l - 0.5) c h + ); +} +:root:has( + #theme-Private-Mode-Highlighting[uc-private-browsing-top-bar-color="blue"] + ) { + --pbmh-private-browsing-mode-base-color: oklch( + from #aac7ff calc(l - 0.5) c h + ); +} +:root:has( + #theme-Private-Mode-Highlighting[uc-private-browsing-top-bar-color="teal"] + ) { + --pbmh-private-browsing-mode-base-color: oklch( + from #74d7cb calc(l - 0.5) c h + ); +} +:root:has( + #theme-Private-Mode-Highlighting[uc-private-browsing-top-bar-color="green"] + ) { + --pbmh-private-browsing-mode-base-color: oklch( + from #a0d490 calc(l - 0.5) c h + ); +} +:root:has( + #theme-Private-Mode-Highlighting[uc-private-browsing-top-bar-color="yellow"] + ) { + --pbmh-private-browsing-mode-base-color: oklch( + from #dec663 calc(l - 0.5) c h + ); +} +:root:has( + #theme-Private-Mode-Highlighting[uc-private-browsing-top-bar-color="orange"] + ) { + --pbmh-private-browsing-mode-base-color: oklch( + from #ffb787 calc(l - 0.5) c h + ); +} +:root:has( + #theme-Private-Mode-Highlighting[uc-private-browsing-top-bar-color="brown"] + ) { + --pbmh-private-browsing-mode-base-color: oklch( + from #dec1b1 calc(l - 0.5) c h + ); +} +:root:has( + #theme-Private-Mode-Highlighting[uc-private-browsing-top-bar-color="red"] + ) { + --pbmh-private-browsing-mode-base-color: oklch( + from #ffb1c0 calc(l - 0.5) c h + ); +} +:root:has( + #theme-Private-Mode-Highlighting[uc-private-browsing-top-bar-color="pink"] + ) { + --pbmh-private-browsing-mode-base-color: oklch( + from #f6b0ea calc(l - 0.5) c h + ); +} :root { - --pbmh-private-browsing-mode-color: var(--pbmh-private-browsing-mode-base-color); - --pbmh-private-browsing-mode-border: oklch(from var(--pbmh-private-browsing-mode-color) calc(l + 0.2) c h); + --pbmh-private-browsing-mode-color: var( + --pbmh-private-browsing-mode-base-color + ); + --pbmh-private-browsing-mode-border: oklch( + from var(--pbmh-private-browsing-mode-color) calc(l + 0.2) c h + ); &:where([lwt-toolbar="light"]) { - --pbmh-private-browsing-mode-color: oklch(from var(--pbmh-private-browsing-mode-base-color) calc(l + 0.45) calc(c + 0.05) h); - --pbmh-private-browsing-mode-border: oklch(from var(--pbmh-private-browsing-mode-color) calc(l - 0.2) c h); + --pbmh-private-browsing-mode-color: oklch( + from var(--pbmh-private-browsing-mode-base-color) calc(l + 0.45) + calc(c + 0.05) h + ); + --pbmh-private-browsing-mode-border: oklch( + from var(--pbmh-private-browsing-mode-color) calc(l - 0.2) c h + ); } } -:root:has(#theme-Private-Mode-Highlighting[uc-private-browsing-top-bar-highlighting-style="solid"]) { - --pbmh-private-browsing-mode-gradient-stop-color: var(--pbmh-private-browsing-mode-color); +:root:has( + #theme-Private-Mode-Highlighting[uc-private-browsing-top-bar-highlighting-style="solid"] + ) { + --pbmh-private-browsing-mode-gradient-stop-color: var( + --pbmh-private-browsing-mode-color + ); } -:root:has(#theme-Private-Mode-Highlighting[uc-private-browsing-top-bar-highlighting-style]:not([uc-private-browsing-top-bar-highlighting-style="none"])) { +:root:has( + #theme-Private-Mode-Highlighting[uc-private-browsing-top-bar-highlighting-style]:not( + [uc-private-browsing-top-bar-highlighting-style="none"] + ) + ) { &[privatebrowsingmode] #browser { background-image: linear-gradient( to bottom, - var(--pbmh-private-browsing-mode-color), - var(--pbmh-private-browsing-mode-gradient-stop-color) var(--pbmg-private-browsing-mode-gradient-stop-position), - transparent calc(var(--pbmg-private-browsing-mode-gradient-stop-position) + 1px) + var(--pbmh-private-browsing-mode-color), + var(--pbmh-private-browsing-mode-gradient-stop-color) + var(--pbmg-private-browsing-mode-gradient-stop-position), + transparent + calc(var(--pbmg-private-browsing-mode-gradient-stop-position) + 1px) ) !important; } } @@ -60,13 +134,22 @@ * Viewport border styling. \*******************************************/ -:root:has(#theme-Private-Mode-Highlighting[uc-private-browsing-top-bar-border-style="thin"]) { +:root:has( + #theme-Private-Mode-Highlighting[uc-private-browsing-top-bar-border-style="thin"] + ) { --pbmg-private-browsing-mode-border-size: 1px; } -:root[privatebrowsingmode]:not([inDOMFullscreen="true"]):not([chromehidden~="location"]):not([chromehidden~="toolbar"]):has(#theme-Private-Mode-Highlighting[uc-private-browsing-top-bar-border-style]:not([uc-private-browsing-top-bar-border-style="none"])) { +:root[privatebrowsingmode]:not([inDOMFullscreen="true"]):not( + [chromehidden~="location"] + ):not([chromehidden~="toolbar"]):has( + #theme-Private-Mode-Highlighting[uc-private-browsing-top-bar-border-style]:not( + [uc-private-browsing-top-bar-border-style="none"] + ) + ) { & #tabbrowser-tabbox #tabbrowser-tabpanels .browserSidebarContainer { - box-shadow: 0 0 0 var(--pbmg-private-browsing-mode-border-size) var(--pbmh-private-browsing-mode-border) !important; + box-shadow: 0 0 0 var(--pbmg-private-browsing-mode-border-size) + var(--pbmh-private-browsing-mode-border) !important; } } @@ -89,7 +172,10 @@ width: auto; height: auto; border-radius: 100%; - background-color: oklch(from var(--pbmh-private-browsing-mode-base-color) calc(l + 0.05) calc(c + 0.2) h); + background-color: oklch( + from var(--pbmh-private-browsing-mode-base-color) calc(l + 0.05) + calc(c + 0.2) h + ); background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZGVmcz48c3R5bGU+KntmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLXdpZHRoOjEuOTJweDt9PC9zdHlsZT48L2RlZnM+PHBvbHlsaW5lIHBvaW50cz0iMC41IDExLjA0IDEyIDExLjA0IDIzLjUgMTEuMDQiLz48cGF0aCBkPSJNMTkuNjcsMTFINC4zM0w1LDQuNjhBMi41NCwyLjU0LDAsMCwxLDcuNTcsMi40MmgwYTIuNDcsMi40NywwLDAsMSwxLjEzLjI3aDBhNy40Myw3LjQzLDAsMCwwLDYuNiwwaDBhMi40NywyLjQ3LDAsMCwxLDEuMTMtLjI3aDBBMi41NCwyLjU0LDAsMCwxLDE5LDQuNjhaIi8+PGNpcmNsZSBjeD0iNi43MyIgY3k9IjE4LjIzIiByPSIzLjM1Ii8+PGNpcmNsZSBjeD0iMTcuMjciIGN5PSIxOC4yMyIgcj0iMy4zNSIvPjxwYXRoIGQ9Ik0xMC4wOCwxOC43MWExLjkyLDEuOTIsMCwxLDEsMy44NCwwIi8+PGxpbmUgeDE9IjEuNDYiIHkxPSIxNS44MyIgeDI9IjQuMzMiIHkyPSIxNS44MyIvPjxsaW5lIHgxPSIxOS42NyIgeTE9IjE1LjgzIiB4Mj0iMjIuNTQiIHkyPSIxNS44MyIvPjwvc3ZnPg=="); background-repeat: no-repeat; background-position: center center; diff --git a/themes/58649066-2b6f-4a5b-af6d-c3d21d16fc00/preferences.json b/themes/58649066-2b6f-4a5b-af6d-c3d21d16fc00/preferences.json index 2512ae9f..067ae62e 100644 --- a/themes/58649066-2b6f-4a5b-af6d-c3d21d16fc00/preferences.json +++ b/themes/58649066-2b6f-4a5b-af6d-c3d21d16fc00/preferences.json @@ -1,87 +1,87 @@ [ - { - "property": "uc.private-browsing-top-bar.highlighting-style", - "label": "Highlighting Style:", - "type": "dropdown", - "defaultValue": "gradient", - "options": [ - { - "label": "Gradient", - "value": "gradient" - }, - { - "label": "Solid", - "value": "solid" - } - ] - }, - { - "property": "uc.private-browsing-top-bar.border-style", - "label": "Border Thickness:", - "type": "dropdown", - "defaultValue": "default", - "options": [ - { - "label": "Default", - "value": "default" - }, - { - "label": "Thin", - "value": "thin" - } - ] - }, - { - "property": "uc.private-browsing-top-bar.color", - "label": "Highlighting Base Color:", - "type": "dropdown", - "defaultValue": "default", - "options": [ - { - "label": "Default Purple", - "value": "default" - }, - { - "label": "Match Zen Theme Color", - "value": "match-zen" - }, - { - "label": "Blue", - "value": "blue" - }, - { - "label": "Teal", - "value": "teal" - }, - { - "label": "Green", - "value": "green" - }, - { - "label": "Yellow", - "value": "yellow" - }, - { - "label": "Orange", - "value": "orange" - }, - { - "label": "Brown", - "value": "brown" - }, - { - "label": "Red", - "value": "red" - }, - { - "label": "Pink", - "value": "pink" - } - ] - }, - { - "property": "uc.private-browsing-top-bar.hide-icon", - "label": "Hide the private browsing icon.", - "type": "checkbox" - } -] \ No newline at end of file + { + "property": "uc.private-browsing-top-bar.highlighting-style", + "label": "Highlighting Style:", + "type": "dropdown", + "defaultValue": "gradient", + "options": [ + { + "label": "Gradient", + "value": "gradient" + }, + { + "label": "Solid", + "value": "solid" + } + ] + }, + { + "property": "uc.private-browsing-top-bar.border-style", + "label": "Border Thickness:", + "type": "dropdown", + "defaultValue": "default", + "options": [ + { + "label": "Default", + "value": "default" + }, + { + "label": "Thin", + "value": "thin" + } + ] + }, + { + "property": "uc.private-browsing-top-bar.color", + "label": "Highlighting Base Color:", + "type": "dropdown", + "defaultValue": "default", + "options": [ + { + "label": "Default Purple", + "value": "default" + }, + { + "label": "Match Zen Theme Color", + "value": "match-zen" + }, + { + "label": "Blue", + "value": "blue" + }, + { + "label": "Teal", + "value": "teal" + }, + { + "label": "Green", + "value": "green" + }, + { + "label": "Yellow", + "value": "yellow" + }, + { + "label": "Orange", + "value": "orange" + }, + { + "label": "Brown", + "value": "brown" + }, + { + "label": "Red", + "value": "red" + }, + { + "label": "Pink", + "value": "pink" + } + ] + }, + { + "property": "uc.private-browsing-top-bar.hide-icon", + "label": "Hide the private browsing icon.", + "type": "checkbox" + } +] diff --git a/themes/58649066-2b6f-4a5b-af6d-c3d21d16fc00/readme.md b/themes/58649066-2b6f-4a5b-af6d-c3d21d16fc00/readme.md index be1c86ff..2b7e3462 100644 --- a/themes/58649066-2b6f-4a5b-af6d-c3d21d16fc00/readme.md +++ b/themes/58649066-2b6f-4a5b-af6d-c3d21d16fc00/readme.md @@ -6,17 +6,17 @@ Any Zen window in private browsing mode isn't obviously indicated by default. Th By default, this theme: -* Highlights the toolbar of a private browsing window with a purple gradient. -* Adds a purple border surrounding the page. -* Adds a private browsing icon to the right of the refresh button. +- Highlights the toolbar of a private browsing window with a purple gradient. +- Adds a purple border surrounding the page. +- Adds a private browsing icon to the right of the refresh button. It also comes with the following settings: -* Replace the gradient with a solid purple color. -* Remove the background color entirely. -* Remove the purple border that surrounds the page. -* Changes the purple highlight color to either match Zen's theme color, or a custom color of your choice. -* Hide the private browsing icon. +- Replace the gradient with a solid purple color. +- Remove the background color entirely. +- Remove the purple border that surrounds the page. +- Changes the purple highlight color to either match Zen's theme color, or a custom color of your choice. +- Hide the private browsing icon. These settings can be found in Zen's browser settings, in the 'Zen Mods' tab. diff --git a/themes/58649066-2b6f-4a5b-af6d-c3d21d16fc00/theme.json b/themes/58649066-2b6f-4a5b-af6d-c3d21d16fc00/theme.json index c8c8a0af..cbbefd21 100644 --- a/themes/58649066-2b6f-4a5b-af6d-c3d21d16fc00/theme.json +++ b/themes/58649066-2b6f-4a5b-af6d-c3d21d16fc00/theme.json @@ -1,15 +1,15 @@ { - "id": "58649066-2b6f-4a5b-af6d-c3d21d16fc00", - "name": "Private Mode Highlighting", - "description": "This theme adds extra theming and an icon to the main toolbar of any private browsing window.", - "homepage": "https://github.com/danm36/zen-browser-private-browsing-toolbar-highlighting", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/58649066-2b6f-4a5b-af6d-c3d21d16fc00/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/58649066-2b6f-4a5b-af6d-c3d21d16fc00/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/58649066-2b6f-4a5b-af6d-c3d21d16fc00/image.png", - "author": "danm36", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/58649066-2b6f-4a5b-af6d-c3d21d16fc00/preferences.json", - "version": "1.0.4", - "tags": [], - "createdAt": "2024-08-09", - "updatedAt": "2024-09-25" -} \ No newline at end of file + "id": "58649066-2b6f-4a5b-af6d-c3d21d16fc00", + "name": "Private Mode Highlighting", + "description": "This theme adds extra theming and an icon to the main toolbar of any private browsing window.", + "homepage": "https://github.com/danm36/zen-browser-private-browsing-toolbar-highlighting", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/58649066-2b6f-4a5b-af6d-c3d21d16fc00/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/58649066-2b6f-4a5b-af6d-c3d21d16fc00/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/58649066-2b6f-4a5b-af6d-c3d21d16fc00/image.png", + "author": "danm36", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/58649066-2b6f-4a5b-af6d-c3d21d16fc00/preferences.json", + "version": "1.0.4", + "tags": [], + "createdAt": "2024-08-09", + "updatedAt": "2024-09-25" +} diff --git a/themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/chrome.css b/themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/chrome.css index 55eba97e..b1f3838a 100644 --- a/themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/chrome.css +++ b/themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/chrome.css @@ -1,15 +1,14 @@ - /* Reduce width */ -@media (-moz-bool-pref: "zen.view.sidebar-expanded") { - #navigator-toolbox { - --zen-navigation-toolbar-min-width: 100px !important; - } - } - +@media (-moz-bool-pref: "zen.view.sidebar-expanded") { + #navigator-toolbox { + --zen-navigation-toolbar-min-width: 100px !important; + } +} + /* Reduced height */ @media (-moz-bool-pref: "zen.view.compact.hide-tabbar") { - :root[zen-compact-mode="true"] #navigator-toolbox { - margin-top: 9.375vh !important; - height: 75vh !important; - } -} \ No newline at end of file + :root[zen-compact-mode="true"] #navigator-toolbox { + margin-top: 9.375vh !important; + height: 75vh !important; + } +} diff --git a/themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/readme.md b/themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/readme.md index 3dee4e9d..8d6fd563 100644 --- a/themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/readme.md +++ b/themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/readme.md @@ -1,7 +1,7 @@ - With this theme you can make the compact mode even more compact! This theme makes two changes: + - It reduces the height of the tab sidebar while in compact mode - It reduces the minimum width of the tab sidebar diff --git a/themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/theme.json b/themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/theme.json index effcc192..eb5f0e9f 100644 --- a/themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/theme.json +++ b/themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/theme.json @@ -1,16 +1,14 @@ { - "id": "5941aefd-67b0-453d-9b62-9071a31cbb0d", - "name": "Smaller Compact Mode", - "description": "Reduce the height of the compact sidebar!", - "homepage": "https://github.com/n7itro/Zen-Themes", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/image.png", - "author": "n7itro", - "version": "1.0.3", - "tags": [ - "tabs" - ], - "createdAt": "2024-08-31", - "updatedAt": "2025-01-25" -} \ No newline at end of file + "id": "5941aefd-67b0-453d-9b62-9071a31cbb0d", + "name": "Smaller Compact Mode", + "description": "Reduce the height of the compact sidebar!", + "homepage": "https://github.com/n7itro/Zen-Themes", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5941aefd-67b0-453d-9b62-9071a31cbb0d/image.png", + "author": "n7itro", + "version": "1.0.3", + "tags": ["tabs"], + "createdAt": "2024-08-31", + "updatedAt": "2025-01-25" +} diff --git a/themes/5a007026-0801-4a5d-9740-f17dc1c3ff21/chrome.css b/themes/5a007026-0801-4a5d-9740-f17dc1c3ff21/chrome.css index d6773386..f27d5bab 100644 --- a/themes/5a007026-0801-4a5d-9740-f17dc1c3ff21/chrome.css +++ b/themes/5a007026-0801-4a5d-9740-f17dc1c3ff21/chrome.css @@ -23,11 +23,11 @@ } @media (-moz-bool-pref: "uc.hide-window-buttons") { - .titlebar-buttonbox-container { - display: none !important; + .titlebar-buttonbox-container { + display: none !important; } - .window-controls{ + .window-controls { display: none; } -} \ No newline at end of file +} diff --git a/themes/5a007026-0801-4a5d-9740-f17dc1c3ff21/preferences.json b/themes/5a007026-0801-4a5d-9740-f17dc1c3ff21/preferences.json index 1c097b60..a950051a 100644 --- a/themes/5a007026-0801-4a5d-9740-f17dc1c3ff21/preferences.json +++ b/themes/5a007026-0801-4a5d-9740-f17dc1c3ff21/preferences.json @@ -1,35 +1,26 @@ [ - { - "property": "uc.hide-minimize", - "label": "Hide the minimize window button", - "type": "checkbox", - "disabledOn": [ - "macos" - ] - }, - { - "property": "uc.hide-maximize", - "label": "Hide the maximize window button", - "type": "checkbox", - "disabledOn": [ - "macos" - ] - }, - { - "property": "uc.hide-close", - "label": "Hide the close window button", - "type": "checkbox", - "disabledOn": [ - "macos" - ] - }, - { - "property": "uc.hide-window-buttons", - "label": "Hide the window buttons", - "type": "checkbox", - "disabledOn": [ - "linux", - "windows" - ] - } -] \ No newline at end of file + { + "property": "uc.hide-minimize", + "label": "Hide the minimize window button", + "type": "checkbox", + "disabledOn": ["macos"] + }, + { + "property": "uc.hide-maximize", + "label": "Hide the maximize window button", + "type": "checkbox", + "disabledOn": ["macos"] + }, + { + "property": "uc.hide-close", + "label": "Hide the close window button", + "type": "checkbox", + "disabledOn": ["macos"] + }, + { + "property": "uc.hide-window-buttons", + "label": "Hide the window buttons", + "type": "checkbox", + "disabledOn": ["linux", "windows"] + } +] diff --git a/themes/5a007026-0801-4a5d-9740-f17dc1c3ff21/readme.md b/themes/5a007026-0801-4a5d-9740-f17dc1c3ff21/readme.md index ce250340..c138c014 100644 --- a/themes/5a007026-0801-4a5d-9740-f17dc1c3ff21/readme.md +++ b/themes/5a007026-0801-4a5d-9740-f17dc1c3ff21/readme.md @@ -1,9 +1,8 @@ - # Hide Window Buttons With this theme you can hide the buttons for minimizing, maximizing or closing a window. You can still perform these actions by pressing Alt + Space. -* For Linux and Windows users, each of these buttons can be hidden separately by changing the configuration in the settings page. -* For macOS users, the three window buttons can't be hidden seperately. Enable the theme in the Look and Feel settings \ No newline at end of file +- For Linux and Windows users, each of these buttons can be hidden separately by changing the configuration in the settings page. +- For macOS users, the three window buttons can't be hidden seperately. Enable the theme in the Look and Feel settings diff --git a/themes/5a007026-0801-4a5d-9740-f17dc1c3ff21/theme.json b/themes/5a007026-0801-4a5d-9740-f17dc1c3ff21/theme.json index 6383dfab..a58e0944 100644 --- a/themes/5a007026-0801-4a5d-9740-f17dc1c3ff21/theme.json +++ b/themes/5a007026-0801-4a5d-9740-f17dc1c3ff21/theme.json @@ -1,15 +1,15 @@ { - "id": "5a007026-0801-4a5d-9740-f17dc1c3ff21", - "name": "Hide Window Buttons", - "description": "Hide the minimize, maximize, and close window buttons", - "homepage": "https://github.com/n7itro/Zen-Themes", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5a007026-0801-4a5d-9740-f17dc1c3ff21/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5a007026-0801-4a5d-9740-f17dc1c3ff21/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5a007026-0801-4a5d-9740-f17dc1c3ff21/image.png", - "author": "n7itro", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5a007026-0801-4a5d-9740-f17dc1c3ff21/preferences.json", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-08-16", - "updatedAt": "2024-08-22" -} \ No newline at end of file + "id": "5a007026-0801-4a5d-9740-f17dc1c3ff21", + "name": "Hide Window Buttons", + "description": "Hide the minimize, maximize, and close window buttons", + "homepage": "https://github.com/n7itro/Zen-Themes", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5a007026-0801-4a5d-9740-f17dc1c3ff21/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5a007026-0801-4a5d-9740-f17dc1c3ff21/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5a007026-0801-4a5d-9740-f17dc1c3ff21/image.png", + "author": "n7itro", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5a007026-0801-4a5d-9740-f17dc1c3ff21/preferences.json", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-08-16", + "updatedAt": "2024-08-22" +} diff --git a/themes/5ac61d13-a0dc-400e-aaa0-0f10fd3a7d0c/chrome.css b/themes/5ac61d13-a0dc-400e-aaa0-0f10fd3a7d0c/chrome.css index ea54c374..b15e58c9 100644 --- a/themes/5ac61d13-a0dc-400e-aaa0-0f10fd3a7d0c/chrome.css +++ b/themes/5ac61d13-a0dc-400e-aaa0-0f10fd3a7d0c/chrome.css @@ -1,4 +1,3 @@ - #zen-workspaces-button { border-radius: 8px !important; box-sizing: border-box; @@ -6,7 +5,9 @@ width: 34px !important; border-width: 1px; aspect-ratio: 1 / 1; - transition: min-width 100ms ease-out, max-width 100ms ease-out; + transition: + min-width 100ms ease-out, + max-width 100ms ease-out; font-weight: 500; } diff --git a/themes/5ac61d13-a0dc-400e-aaa0-0f10fd3a7d0c/readme.md b/themes/5ac61d13-a0dc-400e-aaa0-0f10fd3a7d0c/readme.md index 537f3c4c..14536f13 100644 --- a/themes/5ac61d13-a0dc-400e-aaa0-0f10fd3a7d0c/readme.md +++ b/themes/5ac61d13-a0dc-400e-aaa0-0f10fd3a7d0c/readme.md @@ -1,4 +1,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. diff --git a/themes/5ac61d13-a0dc-400e-aaa0-0f10fd3a7d0c/theme.json b/themes/5ac61d13-a0dc-400e-aaa0-0f10fd3a7d0c/theme.json index 24c59b12..ae3f3dd6 100644 --- a/themes/5ac61d13-a0dc-400e-aaa0-0f10fd3a7d0c/theme.json +++ b/themes/5ac61d13-a0dc-400e-aaa0-0f10fd3a7d0c/theme.json @@ -1,14 +1,14 @@ { - "id": "5ac61d13-a0dc-400e-aaa0-0f10fd3a7d0c", - "name": "Uniform Workspaces Button", - "description": "Make the workspaces button consistent with the other sidebar buttons, while remaining unique.", - "homepage": "https://github.com/andrewbellucci/zen-uniform-workspaces-button", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5ac61d13-a0dc-400e-aaa0-0f10fd3a7d0c/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5ac61d13-a0dc-400e-aaa0-0f10fd3a7d0c/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5ac61d13-a0dc-400e-aaa0-0f10fd3a7d0c/image.png", - "author": "andrewbellucci", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-08-24", - "updatedAt": "2024-08-24" -} \ No newline at end of file + "id": "5ac61d13-a0dc-400e-aaa0-0f10fd3a7d0c", + "name": "Uniform Workspaces Button", + "description": "Make the workspaces button consistent with the other sidebar buttons, while remaining unique.", + "homepage": "https://github.com/andrewbellucci/zen-uniform-workspaces-button", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5ac61d13-a0dc-400e-aaa0-0f10fd3a7d0c/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5ac61d13-a0dc-400e-aaa0-0f10fd3a7d0c/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5ac61d13-a0dc-400e-aaa0-0f10fd3a7d0c/image.png", + "author": "andrewbellucci", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-08-24", + "updatedAt": "2024-08-24" +} diff --git a/themes/5bb07b6e-c89f-4f4a-a0ed-e483cc535594/chrome.css b/themes/5bb07b6e-c89f-4f4a-a0ed-e483cc535594/chrome.css index ba06abe2..249f8cea 100644 --- a/themes/5bb07b6e-c89f-4f4a-a0ed-e483cc535594/chrome.css +++ b/themes/5bb07b6e-c89f-4f4a-a0ed-e483cc535594/chrome.css @@ -1,16 +1,15 @@ - :root:has(#theme-Custom-MenuButton[theme-custom_menubutton-default="Default"]) { - #PanelUI-menu-button { - list-style-image: url(chrome://branding/content/icon32.png) !important; - } + #PanelUI-menu-button { + list-style-image: url(chrome://branding/content/icon32.png) !important; + } } :root:has(#theme-Custom-MenuButton[theme-custom_menubutton-default="Firefox"]) { - #PanelUI-menu-button { - list-style-image: url(data:image/png;base64,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) !important; - } + #PanelUI-menu-button { + list-style-image: url(data:image/png;base64,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) !important; + } } :root:has(#theme-Custom-MenuButton[theme-custom_menubutton-default="Custom"]) { - #PanelUI-menu-button { - list-style-image: var(--theme-custom_menubutton-custom) !important; - } + #PanelUI-menu-button { + list-style-image: var(--theme-custom_menubutton-custom) !important; + } } diff --git a/themes/5bb07b6e-c89f-4f4a-a0ed-e483cc535594/preferences.json b/themes/5bb07b6e-c89f-4f4a-a0ed-e483cc535594/preferences.json index 4871788c..dfa45080 100644 --- a/themes/5bb07b6e-c89f-4f4a-a0ed-e483cc535594/preferences.json +++ b/themes/5bb07b6e-c89f-4f4a-a0ed-e483cc535594/preferences.json @@ -1,28 +1,28 @@ [ - { - "property": "theme.custom_menubutton.default", - "label": "Select Button:", - "type": "dropdown", - "defaultValue": "Default", - "options": [ - { - "label": "Default", - "value": "Default" - }, - { - "label": "Firefox", - "value": "Firefox" - }, - { - "label": "Custom", - "value": "Custom" - } - ] - }, - { - "property": "theme.custom_menubutton.custom", - "label": "Custom Button: url(url or base64 here)", - "type": "string", - "defaultValue": "url(chrome://branding/content/icon32.png)" - } -] \ No newline at end of file + { + "property": "theme.custom_menubutton.default", + "label": "Select Button:", + "type": "dropdown", + "defaultValue": "Default", + "options": [ + { + "label": "Default", + "value": "Default" + }, + { + "label": "Firefox", + "value": "Firefox" + }, + { + "label": "Custom", + "value": "Custom" + } + ] + }, + { + "property": "theme.custom_menubutton.custom", + "label": "Custom Button: url(url or base64 here)", + "type": "string", + "defaultValue": "url(chrome://branding/content/icon32.png)" + } +] diff --git a/themes/5bb07b6e-c89f-4f4a-a0ed-e483cc535594/readme.md b/themes/5bb07b6e-c89f-4f4a-a0ed-e483cc535594/readme.md index c8404619..9c337a0a 100644 --- a/themes/5bb07b6e-c89f-4f4a-a0ed-e483cc535594/readme.md +++ b/themes/5bb07b6e-c89f-4f4a-a0ed-e483cc535594/readme.md @@ -1,2 +1 @@ - Customize the menu button. Default is the browser icon. You can customize it with URL or BASE64. diff --git a/themes/5bb07b6e-c89f-4f4a-a0ed-e483cc535594/theme.json b/themes/5bb07b6e-c89f-4f4a-a0ed-e483cc535594/theme.json index eef33e26..293b1d22 100644 --- a/themes/5bb07b6e-c89f-4f4a-a0ed-e483cc535594/theme.json +++ b/themes/5bb07b6e-c89f-4f4a-a0ed-e483cc535594/theme.json @@ -1,15 +1,15 @@ { - "id": "5bb07b6e-c89f-4f4a-a0ed-e483cc535594", - "name": "Custom MenuButton", - "description": "Custom MenuButton", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5bb07b6e-c89f-4f4a-a0ed-e483cc535594/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5bb07b6e-c89f-4f4a-a0ed-e483cc535594/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5bb07b6e-c89f-4f4a-a0ed-e483cc535594/image.png", - "author": "lindongbin", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-12-14", - "updatedAt": "2024-12-16", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5bb07b6e-c89f-4f4a-a0ed-e483cc535594/preferences.json" -} \ No newline at end of file + "id": "5bb07b6e-c89f-4f4a-a0ed-e483cc535594", + "name": "Custom MenuButton", + "description": "Custom MenuButton", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5bb07b6e-c89f-4f4a-a0ed-e483cc535594/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5bb07b6e-c89f-4f4a-a0ed-e483cc535594/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5bb07b6e-c89f-4f4a-a0ed-e483cc535594/image.png", + "author": "lindongbin", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-12-14", + "updatedAt": "2024-12-16", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5bb07b6e-c89f-4f4a-a0ed-e483cc535594/preferences.json" +} diff --git a/themes/5c4d7772-d963-4672-ab03-e9d541438881/chrome.css b/themes/5c4d7772-d963-4672-ab03-e9d541438881/chrome.css index e2165b93..864c4393 100644 --- a/themes/5c4d7772-d963-4672-ab03-e9d541438881/chrome.css +++ b/themes/5c4d7772-d963-4672-ab03-e9d541438881/chrome.css @@ -1,4 +1,3 @@ - .tab-icon-overlay { opacity: 1 !important; margin: initial !important; @@ -20,7 +19,7 @@ } /* Hide sound labels */ -.tab-icon-sound-label, +.tab-icon-sound-label, .tab-icon-sound-playing-label { display: none !important; } diff --git a/themes/5c4d7772-d963-4672-ab03-e9d541438881/readme.md b/themes/5c4d7772-d963-4672-ab03-e9d541438881/readme.md index 8397cdff..f220ea43 100644 --- a/themes/5c4d7772-d963-4672-ab03-e9d541438881/readme.md +++ b/themes/5c4d7772-d963-4672-ab03-e9d541438881/readme.md @@ -1,5 +1,6 @@ - # Bigger Mute Button -**Description:** -- Increases size of mute button and hides the tab's sound labels. + +**Description:** + +- Increases size of mute button and hides the tab's sound labels. - The tab icon is replaced by the mute button if the tabs are not expanded. diff --git a/themes/5c4d7772-d963-4672-ab03-e9d541438881/theme.json b/themes/5c4d7772-d963-4672-ab03-e9d541438881/theme.json index 90ceb0c8..ddf06bcb 100644 --- a/themes/5c4d7772-d963-4672-ab03-e9d541438881/theme.json +++ b/themes/5c4d7772-d963-4672-ab03-e9d541438881/theme.json @@ -1,14 +1,14 @@ { - "id": "5c4d7772-d963-4672-ab03-e9d541438881", - "name": "Bigger Mute Button", - "description": "Enlarges mute button, hides sound labels, and replaces tab icon with mute button when not expanded.", - "homepage": "https://github.com/jvabn/zenbrowser-themes", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5c4d7772-d963-4672-ab03-e9d541438881/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5c4d7772-d963-4672-ab03-e9d541438881/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5c4d7772-d963-4672-ab03-e9d541438881/image.png", - "author": "jvabn", - "version": "1.0.2", - "tags": [], - "createdAt": "2024-10-12", - "updatedAt": "2024-11-02" -} \ No newline at end of file + "id": "5c4d7772-d963-4672-ab03-e9d541438881", + "name": "Bigger Mute Button", + "description": "Enlarges mute button, hides sound labels, and replaces tab icon with mute button when not expanded.", + "homepage": "https://github.com/jvabn/zenbrowser-themes", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5c4d7772-d963-4672-ab03-e9d541438881/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5c4d7772-d963-4672-ab03-e9d541438881/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5c4d7772-d963-4672-ab03-e9d541438881/image.png", + "author": "jvabn", + "version": "1.0.2", + "tags": [], + "createdAt": "2024-10-12", + "updatedAt": "2024-11-02" +} diff --git a/themes/5ca67725-1f43-4ff2-9fcf-0c59af71c73a/chrome.css b/themes/5ca67725-1f43-4ff2-9fcf-0c59af71c73a/chrome.css index 75e6bb8c..61687981 100644 --- a/themes/5ca67725-1f43-4ff2-9fcf-0c59af71c73a/chrome.css +++ b/themes/5ca67725-1f43-4ff2-9fcf-0c59af71c73a/chrome.css @@ -1,9 +1,9 @@ /* This is an auto generated color theme. */ :root { - --zen-colors-primary: #8f77f2 !important; - --zen-colors-secondary: #393061 !important; - --zen-colors-tertiary: #13121c !important; - --zen-colors-border: #514480 !important; - --zen-primary-color: #8f77f2 !important; - --zen-dialog-background: #13121c !important; + --zen-colors-primary: #8f77f2 !important; + --zen-colors-secondary: #393061 !important; + --zen-colors-tertiary: #13121c !important; + --zen-colors-border: #514480 !important; + --zen-primary-color: #8f77f2 !important; + --zen-dialog-background: #13121c !important; } diff --git a/themes/5ca67725-1f43-4ff2-9fcf-0c59af71c73a/colors.json b/themes/5ca67725-1f43-4ff2-9fcf-0c59af71c73a/colors.json index 6497afcc..deb3552b 100644 --- a/themes/5ca67725-1f43-4ff2-9fcf-0c59af71c73a/colors.json +++ b/themes/5ca67725-1f43-4ff2-9fcf-0c59af71c73a/colors.json @@ -1,9 +1,9 @@ { - "isDarkMode": true, - "primaryColor": "#8f77f2", - "secondaryColor": "#393061", - "tertiaryColor": "#13121c", - "colorsBorder": "#514480", - "accentColor": "#8f77f2", - "dialogBg": "#13121c" -} \ No newline at end of file + "isDarkMode": true, + "primaryColor": "#8f77f2", + "secondaryColor": "#393061", + "tertiaryColor": "#13121c", + "colorsBorder": "#514480", + "accentColor": "#8f77f2", + "dialogBg": "#13121c" +} diff --git a/themes/5ca67725-1f43-4ff2-9fcf-0c59af71c73a/readme.md b/themes/5ca67725-1f43-4ff2-9fcf-0c59af71c73a/readme.md index 6e6f25a3..81f452a3 100644 --- a/themes/5ca67725-1f43-4ff2-9fcf-0c59af71c73a/readme.md +++ b/themes/5ca67725-1f43-4ff2-9fcf-0c59af71c73a/readme.md @@ -1,4 +1,3 @@ - # Midnight Purple A good theme for those who like dark mode and the purple color :) diff --git a/themes/5ca67725-1f43-4ff2-9fcf-0c59af71c73a/theme.json b/themes/5ca67725-1f43-4ff2-9fcf-0c59af71c73a/theme.json index 489aa4b7..5f5055cd 100644 --- a/themes/5ca67725-1f43-4ff2-9fcf-0c59af71c73a/theme.json +++ b/themes/5ca67725-1f43-4ff2-9fcf-0c59af71c73a/theme.json @@ -1,19 +1,16 @@ { - "id": "5ca67725-1f43-4ff2-9fcf-0c59af71c73a", - "name": "Midnight", - "description": "A dark and pleasant to the eyes purple theme :)", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5ca67725-1f43-4ff2-9fcf-0c59af71c73a/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5ca67725-1f43-4ff2-9fcf-0c59af71c73a/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5ca67725-1f43-4ff2-9fcf-0c59af71c73a/image.png", - "author": "shaeriz", - "version": "1.0.0", - "isDarkMode": true, - "isColorTheme": true, - "tags": [ - "color scheme", - "dark" - ], - "createdAt": "2024-08-31", - "updatedAt": "2024-08-31" -} \ No newline at end of file + "id": "5ca67725-1f43-4ff2-9fcf-0c59af71c73a", + "name": "Midnight", + "description": "A dark and pleasant to the eyes purple theme :)", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5ca67725-1f43-4ff2-9fcf-0c59af71c73a/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5ca67725-1f43-4ff2-9fcf-0c59af71c73a/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5ca67725-1f43-4ff2-9fcf-0c59af71c73a/image.png", + "author": "shaeriz", + "version": "1.0.0", + "isDarkMode": true, + "isColorTheme": true, + "tags": ["color scheme", "dark"], + "createdAt": "2024-08-31", + "updatedAt": "2024-08-31" +} diff --git a/themes/5f12d02a-c692-4f9c-b1f3-cd92782bab02/chrome.css b/themes/5f12d02a-c692-4f9c-b1f3-cd92782bab02/chrome.css index 6429e11b..b23555cd 100644 --- a/themes/5f12d02a-c692-4f9c-b1f3-cd92782bab02/chrome.css +++ b/themes/5f12d02a-c692-4f9c-b1f3-cd92782bab02/chrome.css @@ -1,36 +1,35 @@ - @keyframes snowing { - from { - background-position: 0px, 0px; - } - to { - background-position: calc(var(--snowsize) * 2), var(--snowsize); - } + from { + background-position: 0px, 0px; + } + to { + background-position: calc(var(--snowsize) * 2), var(--snowsize); + } } #browser::after { - --snowsize: var(--zen-mods-WinterSpirit-snowflakeSize, 350px); - --snowfall: var(--zen-mods-WinterSpirit-duration, 30s); - - content: ''; - position: fixed; - top: 0; - left: 0; - right: 0; - bottom: 0; - z-index: 0; + --snowsize: var(--zen-mods-WinterSpirit-snowflakeSize, 350px); + --snowfall: var(--zen-mods-WinterSpirit-duration, 30s); -background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AgMAAAC2uDcZAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAMUExURQAAAP///////////zjAO6gAAAAEdFJOUwAuxHKQ3Q8qAAADW0lEQVR42u3dP26jQByGYUbaEe0Wi+jgKj5CirjFp9gGKXAfkOUmW+YOW2QvgdtN45XlHMAgB2aYz955nzrJp2AYM39/SYJrmTLcbDfK9MtvYbod3oXp6fCqTO8iTpdeeaNNP/1VprfKJy7ZPinTLV91AAAAAAAAAAD4kkkH/XfKCQ/TSCd7Tm/K9GHv9+89KdOzrTK9PM/68dpverXfzPnxxu9d1/Sz0ncfXtPreenZszLd+G1pq17Zchfz/nfPyoMyPT0r0802AQDMYZWt9uS7R5jWfOK9y7wEuSYT75z2EuQNph5/QU67IItrJ14S0+5dmv4aQfpBmT7RLUuHIGMO+XiXNNCCcjve1pk2TI9lIkW6lB8AAACITcxTza12qvmXMt3zdCvpX//clelJ/SZ93j+U6bl0J6+VtrQAAAAAAADwxz4r03PpGNtOOr7YLN2D8MNHer1w/4WfA00Xp3tZ8bk03R59DMo2C9PTzscUUHFYmu5j1WN+VqbbhWul/aSbhS2t5UBTFfGBppsEAAAA+Mp7qzJcW/Ik0J7QqZ7ioCy4EmhP6Kq9ZNKX3HXaEQLtwmjlEyfeE/qNrzoAc1+SmPQTaaQHj9U96RqVNF172F4uPe7OSlsbI21pAQAAAPyPjHSlWibt5WgPami0R2QwnhRleqMtn7BXpudn5ROnHTtPOJgFAIA7c58VQgL1wpT7xHxXpZvZ+a73MadH3Adc83+/OaRTrXnP39wrW6456nJzycCqvbCb1QFXHW0rxEtF3NbTun0whWNNJbfKiq7pblUlXa+8232TH9zuabdrZx2XCLmlu1bEdLxvvkvTXVvqXrrj5aJsK81P6fs+S8sAAAAAAAAAAAAAPJKYS3430pP3B0p+R5lOyW8VSn4DAAAAANbt80t3EljpLoqAO0hGLnPA3TMjGzoD7hwa2dAZMH1kY17A9KK/GlrJA6ZfR6XSdHtRpps22DhXOfJwh6sXkx6VA3pWeua7kRZAw0OSlnIK2CyNpf9TTj1oC5xri6dZ8TRrxOknadG8Vnpc0k7a48uULS0AAHhQDFiL5L2yn6o96irm9LzTFraXph/d0t1Oi3QdGcr+OP2646hYKa3VUEmrozRRV0eRfk/EXG1Xes8z7wMAAHAHPgHhchfsTyUPMgAAAABJRU5ErkJggg==), - url(data:image/png;base64,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); + content: ""; + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0; + z-index: 0; -background-repeat: repeat, repeat; - background-attachment: scroll, fixed; - background-origin: padding-box, padding-box; - background-clip: border-box, border-box; + background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0AgMAAAC2uDcZAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAMUExURQAAAP///////////zjAO6gAAAAEdFJOUwAuxHKQ3Q8qAAADW0lEQVR42u3dP26jQByGYUbaEe0Wi+jgKj5CirjFp9gGKXAfkOUmW+YOW2QvgdtN45XlHMAgB2aYz955nzrJp2AYM39/SYJrmTLcbDfK9MtvYbod3oXp6fCqTO8iTpdeeaNNP/1VprfKJy7ZPinTLV91AAAAAAAAAAD4kkkH/XfKCQ/TSCd7Tm/K9GHv9+89KdOzrTK9PM/68dpverXfzPnxxu9d1/Sz0ncfXtPreenZszLd+G1pq17Zchfz/nfPyoMyPT0r0802AQDMYZWt9uS7R5jWfOK9y7wEuSYT75z2EuQNph5/QU67IItrJ14S0+5dmv4aQfpBmT7RLUuHIGMO+XiXNNCCcjve1pk2TI9lIkW6lB8AAACITcxTza12qvmXMt3zdCvpX//clelJ/SZ93j+U6bl0J6+VtrQAAAAAAADwxz4r03PpGNtOOr7YLN2D8MNHer1w/4WfA00Xp3tZ8bk03R59DMo2C9PTzscUUHFYmu5j1WN+VqbbhWul/aSbhS2t5UBTFfGBppsEAAAA+Mp7qzJcW/Ik0J7QqZ7ioCy4EmhP6Kq9ZNKX3HXaEQLtwmjlEyfeE/qNrzoAc1+SmPQTaaQHj9U96RqVNF172F4uPe7OSlsbI21pAQAAAPyPjHSlWibt5WgPami0R2QwnhRleqMtn7BXpudn5ROnHTtPOJgFAIA7c58VQgL1wpT7xHxXpZvZ+a73MadH3Adc83+/OaRTrXnP39wrW6456nJzycCqvbCb1QFXHW0rxEtF3NbTun0whWNNJbfKiq7pblUlXa+8232TH9zuabdrZx2XCLmlu1bEdLxvvkvTXVvqXrrj5aJsK81P6fs+S8sAAAAAAAAAAAAAPJKYS3430pP3B0p+R5lOyW8VSn4DAAAAANbt80t3EljpLoqAO0hGLnPA3TMjGzoD7hwa2dAZMH1kY17A9KK/GlrJA6ZfR6XSdHtRpps22DhXOfJwh6sXkx6VA3pWeua7kRZAw0OSlnIK2CyNpf9TTj1oC5xri6dZ8TRrxOknadG8Vnpc0k7a48uULS0AAHhQDFiL5L2yn6o96irm9LzTFraXph/d0t1Oi3QdGcr+OP2646hYKa3VUEmrozRRV0eRfk/EXG1Xes8z7wMAAHAHPgHhchfsTyUPMgAAAABJRU5ErkJggg==), + url(data:image/png;base64,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); -height: 100vw; - background-size: var(--snowsize) auto !important; - animation: snowing var(--snowfall) infinite linear; + background-repeat: repeat, repeat; + background-attachment: scroll, fixed; + background-origin: padding-box, padding-box; + background-clip: border-box, border-box; -transform: rotate(90deg); + height: 100vw; + background-size: var(--snowsize) auto !important; + animation: snowing var(--snowfall) infinite linear; + + transform: rotate(90deg); } diff --git a/themes/5f12d02a-c692-4f9c-b1f3-cd92782bab02/preferences.json b/themes/5f12d02a-c692-4f9c-b1f3-cd92782bab02/preferences.json index 3e7db275..a2949b1a 100644 --- a/themes/5f12d02a-c692-4f9c-b1f3-cd92782bab02/preferences.json +++ b/themes/5f12d02a-c692-4f9c-b1f3-cd92782bab02/preferences.json @@ -1,14 +1,14 @@ [ - { - "property": "zen.mods.WinterSpirit.snowflakeSize", - "label": "Changes scale of background", - "type": "string", - "defaultValue": "350px" - }, - { - "property": "zen.mods.WinterSpirit.duration", - "label": "Changes background animation speed", - "type": "string", - "defaultValue": "30s" - } -] \ No newline at end of file + { + "property": "zen.mods.WinterSpirit.snowflakeSize", + "label": "Changes scale of background", + "type": "string", + "defaultValue": "350px" + }, + { + "property": "zen.mods.WinterSpirit.duration", + "label": "Changes background animation speed", + "type": "string", + "defaultValue": "30s" + } +] diff --git a/themes/5f12d02a-c692-4f9c-b1f3-cd92782bab02/readme.md b/themes/5f12d02a-c692-4f9c-b1f3-cd92782bab02/readme.md index f7fc56f9..26c7c037 100644 --- a/themes/5f12d02a-c692-4f9c-b1f3-cd92782bab02/readme.md +++ b/themes/5f12d02a-c692-4f9c-b1f3-cd92782bab02/readme.md @@ -1,4 +1,3 @@ - Adds an animated snowflake overlay, that is displayed atop your background. Size and speed of snowflake falling is customizable. Won't be as noticeable, if even, on whiter backgrounds. diff --git a/themes/5f12d02a-c692-4f9c-b1f3-cd92782bab02/theme.json b/themes/5f12d02a-c692-4f9c-b1f3-cd92782bab02/theme.json index 716c23e0..4841e57d 100644 --- a/themes/5f12d02a-c692-4f9c-b1f3-cd92782bab02/theme.json +++ b/themes/5f12d02a-c692-4f9c-b1f3-cd92782bab02/theme.json @@ -1,15 +1,15 @@ { - "id": "5f12d02a-c692-4f9c-b1f3-cd92782bab02", - "name": "Winter Spirit", - "description": "Adds an animated snowflake overlay", - "homepage": "https://github.com/Kaedriz/ZenMods/tree/main/WinterSpirit", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5f12d02a-c692-4f9c-b1f3-cd92782bab02/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5f12d02a-c692-4f9c-b1f3-cd92782bab02/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5f12d02a-c692-4f9c-b1f3-cd92782bab02/image.png", - "author": "Kaedriz", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-12-24", - "updatedAt": "2024-12-27", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5f12d02a-c692-4f9c-b1f3-cd92782bab02/preferences.json" -} \ No newline at end of file + "id": "5f12d02a-c692-4f9c-b1f3-cd92782bab02", + "name": "Winter Spirit", + "description": "Adds an animated snowflake overlay", + "homepage": "https://github.com/Kaedriz/ZenMods/tree/main/WinterSpirit", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5f12d02a-c692-4f9c-b1f3-cd92782bab02/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5f12d02a-c692-4f9c-b1f3-cd92782bab02/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5f12d02a-c692-4f9c-b1f3-cd92782bab02/image.png", + "author": "Kaedriz", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-12-24", + "updatedAt": "2024-12-27", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5f12d02a-c692-4f9c-b1f3-cd92782bab02/preferences.json" +} diff --git a/themes/64cdc40f-2366-4b5b-8bad-d0524682595e/chrome.css b/themes/64cdc40f-2366-4b5b-8bad-d0524682595e/chrome.css index 66531731..a95d24f6 100644 --- a/themes/64cdc40f-2366-4b5b-8bad-d0524682595e/chrome.css +++ b/themes/64cdc40f-2366-4b5b-8bad-d0524682595e/chrome.css @@ -1,4 +1,4 @@ -@media not (-moz-bool-pref: "zen.view.compact") { +:root:not([zen-compact-mode="true"]) { #navigator-toolbox { --zen-navigator-toolbox-background: var( --lwt-header-image, @@ -8,12 +8,9 @@ var(--lwt-accent-color); } } -@media (-moz-bool-pref: "zen.view.compact") { +:root[zen-compact-mode="true"] { #titlebar { - --zen-colors-tertiary: var( - --lwt-header-image, - var(--lwt-additional-images) - ) + --zen-colors-tertiary: var(--lwt-header-image, var(--lwt-additional-images)) no-repeat var(--lwt-background-tiling) var(--lwt-background-alignment) var(--lwt-accent-color); } diff --git a/themes/64cdc40f-2366-4b5b-8bad-d0524682595e/readme.md b/themes/64cdc40f-2366-4b5b-8bad-d0524682595e/readme.md index 019e8c36..1e629753 100644 --- a/themes/64cdc40f-2366-4b5b-8bad-d0524682595e/readme.md +++ b/themes/64cdc40f-2366-4b5b-8bad-d0524682595e/readme.md @@ -2,4 +2,4 @@ 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! Please report any issues you encounter. \ No newline at end of file +> ⚠️ This does not work for every theme! Please report any issues you encounter. diff --git a/themes/64cdc40f-2366-4b5b-8bad-d0524682595e/theme.json b/themes/64cdc40f-2366-4b5b-8bad-d0524682595e/theme.json index d4e9695f..0c10ab49 100644 --- a/themes/64cdc40f-2366-4b5b-8bad-d0524682595e/theme.json +++ b/themes/64cdc40f-2366-4b5b-8bad-d0524682595e/theme.json @@ -1,14 +1,14 @@ { - "id": "64cdc40f-2366-4b5b-8bad-d0524682595e", - "name": "Allow Toolbar Theming", - "description": "This allows you to use Firefox themes to customize your toolbar", - "homepage": "https://github.com/ch4og/zenbrowser-themes/tree/main/Allow%20Toolbar%20Theming", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/64cdc40f-2366-4b5b-8bad-d0524682595e/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/64cdc40f-2366-4b5b-8bad-d0524682595e/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/64cdc40f-2366-4b5b-8bad-d0524682595e/image.png", - "author": "ch4og", - "version": "1.0.2", - "tags": [], - "createdAt": "2024-08-23", - "updatedAt": "2024-09-07" -} \ No newline at end of file + "id": "64cdc40f-2366-4b5b-8bad-d0524682595e", + "name": "Allow Toolbar Theming", + "description": "This allows you to use Firefox themes to customize your toolbar", + "homepage": "https://github.com/ch4og/zenbrowser-themes/tree/main/Allow%20Toolbar%20Theming", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/64cdc40f-2366-4b5b-8bad-d0524682595e/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/64cdc40f-2366-4b5b-8bad-d0524682595e/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/64cdc40f-2366-4b5b-8bad-d0524682595e/image.png", + "author": "ch4og", + "version": "1.0.3", + "tags": [], + "createdAt": "2024-08-23", + "updatedAt": "2024-09-07" +} diff --git a/themes/664c54f9-d97d-410b-a479-23dd8a08a628/chrome.css b/themes/664c54f9-d97d-410b-a479-23dd8a08a628/chrome.css index 7b2e7c40..517f62da 100644 --- a/themes/664c54f9-d97d-410b-a479-23dd8a08a628/chrome.css +++ b/themes/664c54f9-d97d-410b-a479-23dd8a08a628/chrome.css @@ -1,4 +1,3 @@ - @media (-moz-bool-pref: "zen.tabs.vertical") { /* Tab Borders Based on Preference */ .tabbrowser-tab:not([pinned]):is([multiselected="true"], [selected]) { @@ -24,7 +23,7 @@ } } -/* Background Modification for Selected Tab */ + /* Background Modification for Selected Tab */ #tabbrowser-tabs { & .tabbrowser-tab { &[selected] .tab-background { @@ -37,7 +36,7 @@ } } -/* Dimming Tab Text When Unloaded */ + /* Dimming Tab Text When Unloaded */ @media (-moz-bool-pref: "uc.tabs.dim_unloaded") { #tabbrowser-tabs { & .tabbrowser-tab { diff --git a/themes/664c54f9-d97d-410b-a479-23dd8a08a628/preferences.json b/themes/664c54f9-d97d-410b-a479-23dd8a08a628/preferences.json index 3f778c70..0ad995e2 100644 --- a/themes/664c54f9-d97d-410b-a479-23dd8a08a628/preferences.json +++ b/themes/664c54f9-d97d-410b-a479-23dd8a08a628/preferences.json @@ -1,42 +1,42 @@ [ - { - "property": "uc.tabs.preferred_color", - "label": "Preferred color for tab border", - "type": "dropdown", - "options": [ - { - "label": "Zen primary", - "value": "primary" - }, - { - "label": "Zen secondary", - "value": "secondary" - }, - { - "label": "Zen tertiary", - "value": "tertiary" - }, - { - "label": "Zen border", - "value": "border" - }, - { - "label": "Custom color", - "value": "custom" - } - ] - }, - { - "property": "uc.tabs.custom_color_hex", - "label": "Custom Color (Hex)", - "type": "string", - "defaultValue": "#ffffff", - "placeholder": "#ffffff" - }, - { - "property": "uc.tabs.dim_unloaded", - "label": "Dim Unloaded Tabs", - "type": "checkbox", - "defaultValue": false - } -] \ No newline at end of file + { + "property": "uc.tabs.preferred_color", + "label": "Preferred color for tab border", + "type": "dropdown", + "options": [ + { + "label": "Zen primary", + "value": "primary" + }, + { + "label": "Zen secondary", + "value": "secondary" + }, + { + "label": "Zen tertiary", + "value": "tertiary" + }, + { + "label": "Zen border", + "value": "border" + }, + { + "label": "Custom color", + "value": "custom" + } + ] + }, + { + "property": "uc.tabs.custom_color_hex", + "label": "Custom Color (Hex)", + "type": "string", + "defaultValue": "#ffffff", + "placeholder": "#ffffff" + }, + { + "property": "uc.tabs.dim_unloaded", + "label": "Dim Unloaded Tabs", + "type": "checkbox", + "defaultValue": false + } +] diff --git a/themes/664c54f9-d97d-410b-a479-23dd8a08a628/readme.md b/themes/664c54f9-d97d-410b-a479-23dd8a08a628/readme.md index 3c908c30..0f7be49e 100644 --- a/themes/664c54f9-d97d-410b-a479-23dd8a08a628/readme.md +++ b/themes/664c54f9-d97d-410b-a479-23dd8a08a628/readme.md @@ -1,5 +1,6 @@ - # Better Tab Indicators + Options for customizing tabs on the sidebar. + - Adds a border around active tabs. - Dims the title of tabs when unloaded. diff --git a/themes/664c54f9-d97d-410b-a479-23dd8a08a628/theme.json b/themes/664c54f9-d97d-410b-a479-23dd8a08a628/theme.json index 9cec6d6f..42877a83 100644 --- a/themes/664c54f9-d97d-410b-a479-23dd8a08a628/theme.json +++ b/themes/664c54f9-d97d-410b-a479-23dd8a08a628/theme.json @@ -1,15 +1,15 @@ { - "id": "664c54f9-d97d-410b-a479-23dd8a08a628", - "name": "Better Tab Indicators", - "description": "This Zen Theme provides some alternative styling for the tabs on the sidebar.", - "homepage": "https://github.com/TheRealMG/zen-themes/tree/main/BetterTabIndicators", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/664c54f9-d97d-410b-a479-23dd8a08a628/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/664c54f9-d97d-410b-a479-23dd8a08a628/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/664c54f9-d97d-410b-a479-23dd8a08a628/image.png", - "author": "TheRealMG", - "version": "1.0.0", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/664c54f9-d97d-410b-a479-23dd8a08a628/preferences.json", - "tags": [], - "createdAt": "2024-10-12", - "updatedAt": "2024-10-12" -} \ No newline at end of file + "id": "664c54f9-d97d-410b-a479-23dd8a08a628", + "name": "Better Tab Indicators", + "description": "This Zen Theme provides some alternative styling for the tabs on the sidebar.", + "homepage": "https://github.com/TheRealMG/zen-themes/tree/main/BetterTabIndicators", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/664c54f9-d97d-410b-a479-23dd8a08a628/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/664c54f9-d97d-410b-a479-23dd8a08a628/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/664c54f9-d97d-410b-a479-23dd8a08a628/image.png", + "author": "TheRealMG", + "version": "1.0.0", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/664c54f9-d97d-410b-a479-23dd8a08a628/preferences.json", + "tags": [], + "createdAt": "2024-10-12", + "updatedAt": "2024-10-12" +} diff --git a/themes/67b12475-1c26-4d13-9156-297383ed8dbf/chrome.css b/themes/67b12475-1c26-4d13-9156-297383ed8dbf/chrome.css index 0cc3c6db..40325258 100644 --- a/themes/67b12475-1c26-4d13-9156-297383ed8dbf/chrome.css +++ b/themes/67b12475-1c26-4d13-9156-297383ed8dbf/chrome.css @@ -27,7 +27,7 @@ #nav-bar, #PersonalToolbar { width: 75vw !important; - margin-left: calc( 12.5vw - var(--zen-element-separation) * 2) !important; + margin-left: calc(12.5vw - var(--zen-element-separation) * 2) !important; } } @@ -38,7 +38,7 @@ } #PersonalToolbar, .bookmark-item { - padding: calc( var(--zen-element-separation) / 2 ) !important; + padding: calc(var(--zen-element-separation) / 2) !important; } } diff --git a/themes/67b12475-1c26-4d13-9156-297383ed8dbf/preferences.json b/themes/67b12475-1c26-4d13-9156-297383ed8dbf/preferences.json index 889f93fe..622d5bab 100644 --- a/themes/67b12475-1c26-4d13-9156-297383ed8dbf/preferences.json +++ b/themes/67b12475-1c26-4d13-9156-297383ed8dbf/preferences.json @@ -1,20 +1,20 @@ [ - { - "property": "uc.floatingtoolbar.compact.enabled", - "label": "Enable compact toolbar, similar to Smaller Compact Mode by n7itro", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.floatingtoolbar.increase.spacing", - "label": "Increase space around edge of browser window and toolbar / tab bar", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.floatingtoolbar.merge.bookmarks", - "label": "Merge bookmark bar with toolbar (requires visible bookbark bar)", - "type": "checkbox", - "disabledOn": [] - } -] \ No newline at end of file + { + "property": "uc.floatingtoolbar.compact.enabled", + "label": "Enable compact toolbar, similar to Smaller Compact Mode by n7itro", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.floatingtoolbar.increase.spacing", + "label": "Increase space around edge of browser window and toolbar / tab bar", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.floatingtoolbar.merge.bookmarks", + "label": "Merge bookmark bar with toolbar (requires visible bookbark bar)", + "type": "checkbox", + "disabledOn": [] + } +] diff --git a/themes/67b12475-1c26-4d13-9156-297383ed8dbf/readme.md b/themes/67b12475-1c26-4d13-9156-297383ed8dbf/readme.md index a3a8a324..6751a486 100644 --- a/themes/67b12475-1c26-4d13-9156-297383ed8dbf/readme.md +++ b/themes/67b12475-1c26-4d13-9156-297383ed8dbf/readme.md @@ -1,11 +1,14 @@ # zen-floating-toolbar + Detaches toolbar from edge of browser window so that it appears to float. Bookmark bar, if visible, will also float. ## Options -- Enable compact toolbar, similar to Smaller Compact Mode by n7itro; + +- Enable compact toolbar, similar to Smaller Compact Mode by n7itro; - Increase space around edge of browser window and toolbar / tab bar; and - Merge bookmark bar with toolbar (requires visible bookbark bar). ## Requires -- Compact mode to be enabled; and + +- Compact mode to be enabled; and - Top toolbar to be hidden. diff --git a/themes/67b12475-1c26-4d13-9156-297383ed8dbf/theme.json b/themes/67b12475-1c26-4d13-9156-297383ed8dbf/theme.json index 3de85ce8..17df73d3 100644 --- a/themes/67b12475-1c26-4d13-9156-297383ed8dbf/theme.json +++ b/themes/67b12475-1c26-4d13-9156-297383ed8dbf/theme.json @@ -1,15 +1,15 @@ { - "id": "67b12475-1c26-4d13-9156-297383ed8dbf", - "name": "Floating toolbar", - "description": "Detaches toolbar from edge of browser window so that it appears to float", - "homepage": "https://github.com/anaarkei/zen-floating-toolbar", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/67b12475-1c26-4d13-9156-297383ed8dbf/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/67b12475-1c26-4d13-9156-297383ed8dbf/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/67b12475-1c26-4d13-9156-297383ed8dbf/image.png", - "author": "anaarkei", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/67b12475-1c26-4d13-9156-297383ed8dbf/preferences.json", - "version": "2.1.2", - "tags": [], - "createdAt": "2024-09-15", - "updatedAt": "2024-09-30" -} \ No newline at end of file + "id": "67b12475-1c26-4d13-9156-297383ed8dbf", + "name": "Floating toolbar", + "description": "Detaches toolbar from edge of browser window so that it appears to float", + "homepage": "https://github.com/anaarkei/zen-floating-toolbar", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/67b12475-1c26-4d13-9156-297383ed8dbf/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/67b12475-1c26-4d13-9156-297383ed8dbf/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/67b12475-1c26-4d13-9156-297383ed8dbf/image.png", + "author": "anaarkei", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/67b12475-1c26-4d13-9156-297383ed8dbf/preferences.json", + "version": "2.1.2", + "tags": [], + "createdAt": "2024-09-15", + "updatedAt": "2024-09-30" +} diff --git a/themes/680424a8-a818-406b-98c5-7726214e2a9f/chrome.css b/themes/680424a8-a818-406b-98c5-7726214e2a9f/chrome.css index fa619f54..1d2b34e2 100644 --- a/themes/680424a8-a818-406b-98c5-7726214e2a9f/chrome.css +++ b/themes/680424a8-a818-406b-98c5-7726214e2a9f/chrome.css @@ -1,18 +1,17 @@ +:root:not([zen-compact-mode="true"]) { + #tabbrowser-tabpanels { + padding: 0 !important; + & .browserSidebarContainer:not([zen-split="true"]) { + --zen-webview-border-radius: var(--zen-border-radius) 0 0 0; + --zen-element-separation: 0; + } + } -@media not (-moz-bool-pref: "zen.view.compact") { + @media (-moz-bool-pref: "zen.tabs.vertical.right-side") { #tabbrowser-tabpanels { - padding: 0 !important; - & .browserSidebarContainer:not([zen-split="true"]) { - --zen-webview-border-radius: var(--zen-border-radius) 0 0 0; - --zen-element-separation: 0; - } - } - - @media (-moz-bool-pref: "zen.tabs.vertical.right-side") { - #tabbrowser-tabpanels { - & .browserSidebarContainer:not([zen-split="true"]) { - --zen-webview-border-radius: 0 var(--zen-border-radius) 0 0; - } - } + & .browserSidebarContainer:not([zen-split="true"]) { + --zen-webview-border-radius: 0 var(--zen-border-radius) 0 0; + } } + } } diff --git a/themes/680424a8-a818-406b-98c5-7726214e2a9f/readme.md b/themes/680424a8-a818-406b-98c5-7726214e2a9f/readme.md index 4a664d28..d8036a84 100644 --- a/themes/680424a8-a818-406b-98c5-7726214e2a9f/readme.md +++ b/themes/680424a8-a818-406b-98c5-7726214e2a9f/readme.md @@ -1,4 +1,3 @@ - # No browser padding Another official theme done by Zen's team. Many people requested this feature inside Zen, and now they have it, thanks to this theme! @@ -7,8 +6,8 @@ Another official theme done by Zen's team. Many people requested this feature in It removes the right and bottom margins and border radius of the browser's view, creating a more compact experience for those who want it. -* This theme is intentionally done so that it doesn't apply for split views as it would look a bit weird! -* This theme also wont apply the changes when zen is in compact mode, as it will cause problems when trying to access the extreme sides of the webview, accidentally triggering a hover effect on the toolbars. +- This theme is intentionally done so that it doesn't apply for split views as it would look a bit weird! +- This theme also wont apply the changes when zen is in compact mode, as it will cause problems when trying to access the extreme sides of the webview, accidentally triggering a hover effect on the toolbars. Please submit any issues related to this theme [here](https://github.com/zen-browser/theme-components/issues) instead of Zen's desktop repository. diff --git a/themes/680424a8-a818-406b-98c5-7726214e2a9f/theme.json b/themes/680424a8-a818-406b-98c5-7726214e2a9f/theme.json index 7f68815b..76e74d06 100644 --- a/themes/680424a8-a818-406b-98c5-7726214e2a9f/theme.json +++ b/themes/680424a8-a818-406b-98c5-7726214e2a9f/theme.json @@ -1,14 +1,14 @@ { - "id": "680424a8-a818-406b-98c5-7726214e2a9f", - "name": "Remove Browser Padding", - "description": "Remove the right and bottom paddings of the browser views on zen!", - "homepage": "https://github.com/zen-browser/theme-components", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/680424a8-a818-406b-98c5-7726214e2a9f/chrome.css", - "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.2", - "tags": [], - "createdAt": "2024-08-17", - "updatedAt": "2024-08-17" -} \ No newline at end of file + "id": "680424a8-a818-406b-98c5-7726214e2a9f", + "name": "Remove Browser Padding", + "description": "Remove the right and bottom paddings of the browser views on zen!", + "homepage": "https://github.com/zen-browser/theme-components", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/680424a8-a818-406b-98c5-7726214e2a9f/chrome.css", + "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.3", + "tags": [], + "createdAt": "2024-08-17", + "updatedAt": "2024-08-17" +} diff --git a/themes/6c122084-c4ec-4c9e-8cc5-3d87c3a089cb/chrome.css b/themes/6c122084-c4ec-4c9e-8cc5-3d87c3a089cb/chrome.css index a88a52c5..f50020d3 100644 --- a/themes/6c122084-c4ec-4c9e-8cc5-3d87c3a089cb/chrome.css +++ b/themes/6c122084-c4ec-4c9e-8cc5-3d87c3a089cb/chrome.css @@ -1,5 +1,4 @@ - #nav-bar { - margin-top: var(--zen-element-separation) !important; - margin-bottom: var(--zen-element-separation) !important - } + margin-top: var(--zen-element-separation) !important; + margin-bottom: var(--zen-element-separation) !important; +} diff --git a/themes/6c122084-c4ec-4c9e-8cc5-3d87c3a089cb/readme.md b/themes/6c122084-c4ec-4c9e-8cc5-3d87c3a089cb/readme.md index ff98747a..8f15d7ac 100644 --- a/themes/6c122084-c4ec-4c9e-8cc5-3d87c3a089cb/readme.md +++ b/themes/6c122084-c4ec-4c9e-8cc5-3d87c3a089cb/readme.md @@ -1,4 +1,3 @@ - # NavBar Margin Adds some top- and bottom-margin to the navbar so it doesn't look too tight. diff --git a/themes/6c122084-c4ec-4c9e-8cc5-3d87c3a089cb/theme.json b/themes/6c122084-c4ec-4c9e-8cc5-3d87c3a089cb/theme.json index 8680a333..6080cb0c 100644 --- a/themes/6c122084-c4ec-4c9e-8cc5-3d87c3a089cb/theme.json +++ b/themes/6c122084-c4ec-4c9e-8cc5-3d87c3a089cb/theme.json @@ -1,14 +1,14 @@ { - "id": "6c122084-c4ec-4c9e-8cc5-3d87c3a089cb", - "name": "NavBar Margin", - "description": "Adds some top- and bottom-margin to the navbar so it doesn't look too tight.", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6c122084-c4ec-4c9e-8cc5-3d87c3a089cb/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6c122084-c4ec-4c9e-8cc5-3d87c3a089cb/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6c122084-c4ec-4c9e-8cc5-3d87c3a089cb/image.png", - "author": "jusnim", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-12-03", - "updatedAt": "2024-12-04" -} \ No newline at end of file + "id": "6c122084-c4ec-4c9e-8cc5-3d87c3a089cb", + "name": "NavBar Margin", + "description": "Adds some top- and bottom-margin to the navbar so it doesn't look too tight.", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6c122084-c4ec-4c9e-8cc5-3d87c3a089cb/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6c122084-c4ec-4c9e-8cc5-3d87c3a089cb/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6c122084-c4ec-4c9e-8cc5-3d87c3a089cb/image.png", + "author": "jusnim", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-12-03", + "updatedAt": "2024-12-04" +} diff --git a/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/chrome.css b/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/chrome.css index f37fe679..d53927c0 100644 --- a/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/chrome.css +++ b/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/chrome.css @@ -1,57 +1,59 @@ .titlebar-buttonbox { - margin-right: 20px; + margin-right: 20px; } .titlebar-button { - padding: 0px !important; - min-height: 13px !important; - min-width: 13px !important; - align-self: center; - margin-left: 5px !important; - border-radius: 50px; - transition: all 100ms; + padding: 0px !important; + min-height: 13px !important; + min-width: 13px !important; + align-self: center; + margin-left: 5px !important; + border-radius: 50px; + transition: all 100ms; } .titlebar-min { - background-color: hsl(130, 50%, 40%) !important; + background-color: hsl(130, 50%, 40%) !important; } -.titlebar-max, .titlebar-restore { - background-color: hsl(60, 50%, 50%) !important; +.titlebar-max, +.titlebar-restore { + background-color: hsl(60, 50%, 50%) !important; } .titlebar-close { - background-color: hsl(0, 50%, 50%) !important; + background-color: hsl(0, 50%, 50%) !important; } .titlebar-button > image { - visibility: collapse !important; + visibility: collapse !important; } @media (-moz-bool-pref: "theme.zen-minimal-exit-menu.enable-macos-identic") { - .titlebar-button:hover { - opacity: 0.25 !important; - } + .titlebar-button:hover { + opacity: 0.25 !important; + } } @media not (-moz-bool-pref: "theme.zen-minimal-exit-menu.enable-macos-identic") { - .titlebar-button { - background-color: var(--zen-colors-border) !important; - } - - .titlebar-min:hover { - background-color: hsl(130, 50%, 40%) !important; - } + .titlebar-button { + background-color: var(--zen-colors-border) !important; + } - .titlebar-max:hover, .titlebar-restore:hover { - background-color: hsl(60, 50%, 50%) !important; - } + .titlebar-min:hover { + background-color: hsl(130, 50%, 40%) !important; + } - .titlebar-close:hover { - background-color: hsl(0, 50%, 50%) !important; - } - - .titlebar-button:hover { - min-height: 20px !important; - } -} \ No newline at end of file + .titlebar-max:hover, + .titlebar-restore:hover { + background-color: hsl(60, 50%, 50%) !important; + } + + .titlebar-close:hover { + background-color: hsl(0, 50%, 50%) !important; + } + + .titlebar-button:hover { + min-height: 20px !important; + } +} diff --git a/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/preferences.json b/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/preferences.json index 512de9e5..d08fc953 100644 --- a/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/preferences.json +++ b/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/preferences.json @@ -1,34 +1,32 @@ [ - { - "property": "property", - "label": "theme.zen-minimal-exit-menu.enable-macos-identic", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "label", - "label": "Makes theme more identical to MacOS version.", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "defaultValue", - "label": "false", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "disabledOn", - "label": [ - "macos" - ], - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "type", - "label": "checkbox", - "type": "checkbox", - "disabledOn": [] - } -] \ No newline at end of file + { + "property": "property", + "label": "theme.zen-minimal-exit-menu.enable-macos-identic", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "label", + "label": "Makes theme more identical to MacOS version.", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "defaultValue", + "label": "false", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "disabledOn", + "label": ["macos"], + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "type", + "label": "checkbox", + "type": "checkbox", + "disabledOn": [] + } +] diff --git a/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/readme.md b/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/readme.md index d50e9bb1..82e083da 100644 --- a/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/readme.md +++ b/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/readme.md @@ -1,3 +1,3 @@ - # Zen Minimal Exit Menu + A zen browser mod that changes the exit menu to 3 circles similar (but a bit different) to one in MacOS. diff --git a/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/theme.json b/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/theme.json index e4298c2e..eb7f8942 100644 --- a/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/theme.json +++ b/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/theme.json @@ -1,15 +1,15 @@ { - "id": "6cd4bca9-f17d-4461-b554-844d69a4887c", - "name": "Zen Minimal Exit Menu", - "description": "A zen browser mod that changes the exit menu to 3 circles similar (but a bit different) to one in MacOS.", - "homepage": "https://github.com/Dinno-DEV/zen-minimal-exit-menu", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/image.png", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/preferences.json", - "author": "Dinno-DEV", - "version": "1.0.2", - "tags": [], - "createdAt": "2024-09-19", - "updatedAt": "2024-10-06" -} \ No newline at end of file + "id": "6cd4bca9-f17d-4461-b554-844d69a4887c", + "name": "Zen Minimal Exit Menu", + "description": "A zen browser mod that changes the exit menu to 3 circles similar (but a bit different) to one in MacOS.", + "homepage": "https://github.com/Dinno-DEV/zen-minimal-exit-menu", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/image.png", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6cd4bca9-f17d-4461-b554-844d69a4887c/preferences.json", + "author": "Dinno-DEV", + "version": "1.0.2", + "tags": [], + "createdAt": "2024-09-19", + "updatedAt": "2024-10-06" +} diff --git a/themes/6f11c932-b992-433e-8c80-56a613cc511e/chrome.css b/themes/6f11c932-b992-433e-8c80-56a613cc511e/chrome.css index d8e404aa..1eb608c5 100644 --- a/themes/6f11c932-b992-433e-8c80-56a613cc511e/chrome.css +++ b/themes/6f11c932-b992-433e-8c80-56a613cc511e/chrome.css @@ -1,20 +1,19 @@ - .tab-content:hover { - gap: 4.5px; + gap: 4.5px; } .tab-content:hover .tab-icon-stack { - display: none; + display: none; } .tab-content:hover .tab-close-button { - order: -1; + order: -1; } .tab-content[selected] .tab-close-button { - display: none !important; + display: none !important; } .tab-content[selected]:hover .tab-close-button { - display: inherit !important; + display: inherit !important; } diff --git a/themes/6f11c932-b992-433e-8c80-56a613cc511e/readme.md b/themes/6f11c932-b992-433e-8c80-56a613cc511e/readme.md index 124dcd68..b98e8baf 100644 --- a/themes/6f11c932-b992-433e-8c80-56a613cc511e/readme.md +++ b/themes/6f11c932-b992-433e-8c80-56a613cc511e/readme.md @@ -1,2 +1 @@ - This mod moves the tab close button to the left, which is very useful when tabs are on the right side of the browser window and expanded on hover. When the tabs expand, the mouse cursor lands directly on the close button, making it very likely to be clicked by accident. diff --git a/themes/6f11c932-b992-433e-8c80-56a613cc511e/theme.json b/themes/6f11c932-b992-433e-8c80-56a613cc511e/theme.json index c45895f2..a1240cf4 100644 --- a/themes/6f11c932-b992-433e-8c80-56a613cc511e/theme.json +++ b/themes/6f11c932-b992-433e-8c80-56a613cc511e/theme.json @@ -1,14 +1,14 @@ { - "id": "6f11c932-b992-433e-8c80-56a613cc511e", - "name": "Left close button", - "description": "Move the tab close button to the left side", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6f11c932-b992-433e-8c80-56a613cc511e/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6f11c932-b992-433e-8c80-56a613cc511e/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6f11c932-b992-433e-8c80-56a613cc511e/image.png", - "author": "markatom", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-11-27", - "updatedAt": "2024-12-04" -} \ No newline at end of file + "id": "6f11c932-b992-433e-8c80-56a613cc511e", + "name": "Left close button", + "description": "Move the tab close button to the left side", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6f11c932-b992-433e-8c80-56a613cc511e/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6f11c932-b992-433e-8c80-56a613cc511e/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6f11c932-b992-433e-8c80-56a613cc511e/image.png", + "author": "markatom", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-11-27", + "updatedAt": "2024-12-04" +} diff --git a/themes/74c755b3-41a5-4f78-83cb-cd1e1e076bb6/chrome.css b/themes/74c755b3-41a5-4f78-83cb-cd1e1e076bb6/chrome.css index 6e4cde6c..73c01a4e 100644 --- a/themes/74c755b3-41a5-4f78-83cb-cd1e1e076bb6/chrome.css +++ b/themes/74c755b3-41a5-4f78-83cb-cd1e1e076bb6/chrome.css @@ -1,15 +1,15 @@ :root:has(#theme-Better-UniExtBtn[theme-better_uniextbtn-default="Default"]) { - #unified-extensions-button { - list-style-image: url(chrome://branding/content/icon32.png) !important; - } + #unified-extensions-button { + list-style-image: url(chrome://branding/content/icon32.png) !important; + } } :root:has(#theme-Better-UniExtBtn[theme-better_uniextbtn-default="Firefox"]) { - #unified-extensions-button { - list-style-image: url(data:image/png;base64,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) !important; - } + #unified-extensions-button { + list-style-image: url(data:image/png;base64,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) !important; + } } :root:has(#theme-Better-UniExtBtn[theme-better_uniextbtn-default="Custom"]) { - #unified-extensions-button { - list-style-image: var(--theme-better_uniextbtn-custom) !important; - } + #unified-extensions-button { + list-style-image: var(--theme-better_uniextbtn-custom) !important; + } } diff --git a/themes/74c755b3-41a5-4f78-83cb-cd1e1e076bb6/preferences.json b/themes/74c755b3-41a5-4f78-83cb-cd1e1e076bb6/preferences.json index c085229b..249dec51 100644 --- a/themes/74c755b3-41a5-4f78-83cb-cd1e1e076bb6/preferences.json +++ b/themes/74c755b3-41a5-4f78-83cb-cd1e1e076bb6/preferences.json @@ -1,28 +1,28 @@ [ - { - "property": "theme.better_uniextbtn.default", - "label": "Select Button:", - "type": "dropdown", - "defaultValue": "Default", - "options": [ - { - "label": "Default", - "value": "Default" - }, - { - "label": "Firefox", - "value": "Firefox" - }, - { - "label": "Custom", - "value": "Custom" - } - ] - }, - { - "property": "theme.better_uniextbtn.custom", - "label": "Custom Button: url(url or base64 here)", - "type": "string", - "defaultValue": "url(chrome://branding/content/icon32.png)" - } -] \ No newline at end of file + { + "property": "theme.better_uniextbtn.default", + "label": "Select Button:", + "type": "dropdown", + "defaultValue": "Default", + "options": [ + { + "label": "Default", + "value": "Default" + }, + { + "label": "Firefox", + "value": "Firefox" + }, + { + "label": "Custom", + "value": "Custom" + } + ] + }, + { + "property": "theme.better_uniextbtn.custom", + "label": "Custom Button: url(url or base64 here)", + "type": "string", + "defaultValue": "url(chrome://branding/content/icon32.png)" + } +] diff --git a/themes/74c755b3-41a5-4f78-83cb-cd1e1e076bb6/readme.md b/themes/74c755b3-41a5-4f78-83cb-cd1e1e076bb6/readme.md index c64572ad..b2242770 100644 --- a/themes/74c755b3-41a5-4f78-83cb-cd1e1e076bb6/readme.md +++ b/themes/74c755b3-41a5-4f78-83cb-cd1e1e076bb6/readme.md @@ -1,7 +1,6 @@ - # 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. -v1.0.1 2024-12-04 +v1.0.1 2024-12-04 Added official Firefox icon and customization options diff --git a/themes/74c755b3-41a5-4f78-83cb-cd1e1e076bb6/theme.json b/themes/74c755b3-41a5-4f78-83cb-cd1e1e076bb6/theme.json index 2bd5220d..b43a3622 100644 --- a/themes/74c755b3-41a5-4f78-83cb-cd1e1e076bb6/theme.json +++ b/themes/74c755b3-41a5-4f78-83cb-cd1e1e076bb6/theme.json @@ -1,15 +1,15 @@ { - "id": "74c755b3-41a5-4f78-83cb-cd1e1e076bb6", - "name": "Better UniExtBtn", - "description": "change unified extensions button to zen browser icon", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/74c755b3-41a5-4f78-83cb-cd1e1e076bb6/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/74c755b3-41a5-4f78-83cb-cd1e1e076bb6/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/74c755b3-41a5-4f78-83cb-cd1e1e076bb6/image.png", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/74c755b3-41a5-4f78-83cb-cd1e1e076bb6/preferences.json", - "author": "lindongbin", - "version": "1.0.1", - "tags": [], - "createdAt": "2024-08-30", - "updatedAt": "2024-12-10" -} \ No newline at end of file + "id": "74c755b3-41a5-4f78-83cb-cd1e1e076bb6", + "name": "Better UniExtBtn", + "description": "change unified extensions button to zen browser icon", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/74c755b3-41a5-4f78-83cb-cd1e1e076bb6/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/74c755b3-41a5-4f78-83cb-cd1e1e076bb6/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/74c755b3-41a5-4f78-83cb-cd1e1e076bb6/image.png", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/74c755b3-41a5-4f78-83cb-cd1e1e076bb6/preferences.json", + "author": "lindongbin", + "version": "1.0.1", + "tags": [], + "createdAt": "2024-08-30", + "updatedAt": "2024-12-10" +} diff --git a/themes/753c7518-237d-480a-abfd-1f42a7eabacc/chrome.css b/themes/753c7518-237d-480a-abfd-1f42a7eabacc/chrome.css index b212d6a9..f9f58dd2 100644 --- a/themes/753c7518-237d-480a-abfd-1f42a7eabacc/chrome.css +++ b/themes/753c7518-237d-480a-abfd-1f42a7eabacc/chrome.css @@ -3,29 +3,36 @@ padding: 0px !important; } -#tabbrowser-tabpanels[zen-split-view="true"] .browserSidebarContainer.deck-selected { +#tabbrowser-tabpanels[zen-split-view="true"] + .browserSidebarContainer.deck-selected { outline: none !important; } -:root:not([inDOMFullscreen="true"]):not([chromehidden~="location"]):not([chromehidden~="toolbar"]) { +:root:not([inDOMFullscreen="true"]):not([chromehidden~="location"]):not( + [chromehidden~="toolbar"] + ) { & #tabbrowser-tabpanels { padding-right: 0px !important; padding-bottom: 0px !important; } } -#tabbrowser-tabpanels:has(> [zen-split="true"]), #zen-splitview-overlay { +#tabbrowser-tabpanels:has(> [zen-split="true"]), +#zen-splitview-overlay { margin: 0px !important; } -#tabbrowser-tabpanels[zen-split-view="true"] > [zen-split="true"], #zen-splitview-dropzone { +#tabbrowser-tabpanels[zen-split-view="true"] > [zen-split="true"], +#zen-splitview-dropzone { flex: 1; margin: 0px; position: absolute !important; overflow: hidden; } -:root:not([inDOMFullscreen="true"]):not([chromehidden~="location"]):not([chromehidden~="toolbar"]) { +:root:not([inDOMFullscreen="true"]):not([chromehidden~="location"]):not( + [chromehidden~="toolbar"] + ) { & #tabbrowser-tabbox #tabbrowser-tabpanels .browserSidebarContainer { & .browserContainer { overflow: hidden; @@ -104,12 +111,14 @@ border-right: 1px solid var(--zen-colors-border) !important; } -#navigator-toolbox[zen-user-hover="true"][zen-right-side="true"]:not([zen-has-hover="true"]) { +#navigator-toolbox[zen-user-hover="true"][zen-right-side="true"]:not( + [zen-has-hover="true"] + ) { border-left: 1px solid var(--zen-colors-border) !important; border-right: 0px none transparent !important; } -@media (-moz-bool-pref: "zen.view.compact"){ +:root[zen-compact-mode="true"] { #navigator-toolbox:not([zen-expanded="true"]) { border-right: 0px none transparent !important; } @@ -131,7 +140,8 @@ border-right: 1px solid var(--zen-colors-border) !important; } -#zen-tabbox-wrapper:has(#navigator-toolbox[zen-right-side="true"]) > #zen-sidebar-splitter { +#zen-tabbox-wrapper:has(#navigator-toolbox[zen-right-side="true"]) + > #zen-sidebar-splitter { border-left: 1px solid var(--zen-colors-border) !important; border-right: 0px none transparent !important; } @@ -162,7 +172,8 @@ } } -#sidebar-search-container, #bookmarks-view { +#sidebar-search-container, +#bookmarks-view { background-color: transparent !important; } @@ -175,4 +186,4 @@ border: 0px !important; background-color: transparent !important; } -} \ No newline at end of file +} diff --git a/themes/753c7518-237d-480a-abfd-1f42a7eabacc/readme.md b/themes/753c7518-237d-480a-abfd-1f42a7eabacc/readme.md index 6f3ae86f..a35aa67f 100644 --- a/themes/753c7518-237d-480a-abfd-1f42a7eabacc/readme.md +++ b/themes/753c7518-237d-480a-abfd-1f42a7eabacc/readme.md @@ -1,3 +1,3 @@ - # Zen Paper Cut Theme + Zen's interface be made pointy and boxy. Watchout for paper cuts! diff --git a/themes/753c7518-237d-480a-abfd-1f42a7eabacc/theme.json b/themes/753c7518-237d-480a-abfd-1f42a7eabacc/theme.json index 4ffb8dfe..38fbf864 100644 --- a/themes/753c7518-237d-480a-abfd-1f42a7eabacc/theme.json +++ b/themes/753c7518-237d-480a-abfd-1f42a7eabacc/theme.json @@ -1,14 +1,14 @@ { - "id": "753c7518-237d-480a-abfd-1f42a7eabacc", - "name": "Zen Paper Cut Theme", - "description": "Zen's interface be made pointy and boxy. Watchout for paper cuts!", - "homepage": "https://github.com/Dinno-DEV/zen-paper-cut-theme", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/753c7518-237d-480a-abfd-1f42a7eabacc/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/753c7518-237d-480a-abfd-1f42a7eabacc/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/753c7518-237d-480a-abfd-1f42a7eabacc/image.png", - "author": "Dinno-DEV", - "version": "1.0.3", - "tags": [], - "createdAt": "2024-09-24", - "updatedAt": "2024-10-28" -} \ No newline at end of file + "id": "753c7518-237d-480a-abfd-1f42a7eabacc", + "name": "Zen Paper Cut Theme", + "description": "Zen's interface be made pointy and boxy. Watchout for paper cuts!", + "homepage": "https://github.com/Dinno-DEV/zen-paper-cut-theme", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/753c7518-237d-480a-abfd-1f42a7eabacc/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/753c7518-237d-480a-abfd-1f42a7eabacc/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/753c7518-237d-480a-abfd-1f42a7eabacc/image.png", + "author": "Dinno-DEV", + "version": "1.0.4", + "tags": [], + "createdAt": "2024-09-24", + "updatedAt": "2024-10-28" +} diff --git a/themes/7ba20fe1-7286-4b1f-9bf6-39d40bec8ae0/chrome.css b/themes/7ba20fe1-7286-4b1f-9bf6-39d40bec8ae0/chrome.css index 9b16b7c6..a1811e1e 100644 --- a/themes/7ba20fe1-7286-4b1f-9bf6-39d40bec8ae0/chrome.css +++ b/themes/7ba20fe1-7286-4b1f-9bf6-39d40bec8ae0/chrome.css @@ -1,9 +1,9 @@ /* This is an auto generated color theme. */ :root { - --zen-colors-primary: #A5373A !important; - --zen-colors-secondary: #D26A76 !important; - --zen-colors-tertiary: #A5373A !important; - --zen-colors-border: #D7737E !important; - --zen-primary-color: #2F0E0E !important; - --zen-dialog-background: #772F36 !important; + --zen-colors-primary: #a5373a !important; + --zen-colors-secondary: #d26a76 !important; + --zen-colors-tertiary: #a5373a !important; + --zen-colors-border: #d7737e !important; + --zen-primary-color: #2f0e0e !important; + --zen-dialog-background: #772f36 !important; } diff --git a/themes/7ba20fe1-7286-4b1f-9bf6-39d40bec8ae0/colors.json b/themes/7ba20fe1-7286-4b1f-9bf6-39d40bec8ae0/colors.json index aaa0a766..a6342bb5 100644 --- a/themes/7ba20fe1-7286-4b1f-9bf6-39d40bec8ae0/colors.json +++ b/themes/7ba20fe1-7286-4b1f-9bf6-39d40bec8ae0/colors.json @@ -1,9 +1,9 @@ { - "isDarkMode": true, - "primaryColor": "#A5373A", - "secondaryColor": "#D26A76", - "tertiaryColor": "#A5373A", - "colorsBorder": "#D7737E", - "accentColor": "#2F0E0E", - "dialogBg": "#772F36" -} \ No newline at end of file + "isDarkMode": true, + "primaryColor": "#A5373A", + "secondaryColor": "#D26A76", + "tertiaryColor": "#A5373A", + "colorsBorder": "#D7737E", + "accentColor": "#2F0E0E", + "dialogBg": "#772F36" +} diff --git a/themes/7ba20fe1-7286-4b1f-9bf6-39d40bec8ae0/readme.md b/themes/7ba20fe1-7286-4b1f-9bf6-39d40bec8ae0/readme.md index 267e415a..0c7aaabe 100644 --- a/themes/7ba20fe1-7286-4b1f-9bf6-39d40bec8ae0/readme.md +++ b/themes/7ba20fe1-7286-4b1f-9bf6-39d40bec8ae0/readme.md @@ -1,4 +1,3 @@ - A crimson red theme for Zen! If the urlBar background is not red, please add this into your userChrome.css file: --toolbar-field-background-color: #772F36 !important; diff --git a/themes/7ba20fe1-7286-4b1f-9bf6-39d40bec8ae0/theme.json b/themes/7ba20fe1-7286-4b1f-9bf6-39d40bec8ae0/theme.json index a0e57ea5..4f2d786d 100644 --- a/themes/7ba20fe1-7286-4b1f-9bf6-39d40bec8ae0/theme.json +++ b/themes/7ba20fe1-7286-4b1f-9bf6-39d40bec8ae0/theme.json @@ -1,14 +1,14 @@ { - "id": "7ba20fe1-7286-4b1f-9bf6-39d40bec8ae0", - "name": "Crimson", - "description": "A crimson red theme for Zen :)", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/7ba20fe1-7286-4b1f-9bf6-39d40bec8ae0/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/7ba20fe1-7286-4b1f-9bf6-39d40bec8ae0/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/7ba20fe1-7286-4b1f-9bf6-39d40bec8ae0/image.png", - "author": "shaeriz", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-10-12", - "updatedAt": "2024-10-12" -} \ No newline at end of file + "id": "7ba20fe1-7286-4b1f-9bf6-39d40bec8ae0", + "name": "Crimson", + "description": "A crimson red theme for Zen :)", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/7ba20fe1-7286-4b1f-9bf6-39d40bec8ae0/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/7ba20fe1-7286-4b1f-9bf6-39d40bec8ae0/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/7ba20fe1-7286-4b1f-9bf6-39d40bec8ae0/image.png", + "author": "shaeriz", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-10-12", + "updatedAt": "2024-10-12" +} diff --git a/themes/80112b28-39e0-407c-8988-2290bc973b97/chrome.css b/themes/80112b28-39e0-407c-8988-2290bc973b97/chrome.css index 2a59ee68..cd3d13d4 100644 --- a/themes/80112b28-39e0-407c-8988-2290bc973b97/chrome.css +++ b/themes/80112b28-39e0-407c-8988-2290bc973b97/chrome.css @@ -1,30 +1,53 @@ - @media (prefers-color-scheme: dark) { :root { --zen-colors-primary: #437030 !important; - --zen-colors-secondary: #407A27 !important; - --zen-colors-tertiary: #14210E !important; - --zen-colors-border: #2B471F !important; - --zen-primary-color: #407A27 !important; - --zen-dialog-background: #0D160A !important; - --toolbarbutton-icon-fill: color-mix(in srgb, var(--zen-primary-color) 70%, white 30%) !important; - --toolbar-field-color: color-mix(in srgb, var(--zen-primary-color) 40%, white 60%) !important; - .tabbrowser-tab { color: #ADC694 !important; } - .tabbrowser-tab:is([visuallyselected], [multiselected]) { color: #EDFFE5 !important; } + --zen-colors-secondary: #407a27 !important; + --zen-colors-tertiary: #14210e !important; + --zen-colors-border: #2b471f !important; + --zen-primary-color: #407a27 !important; + --zen-dialog-background: #0d160a !important; + --toolbarbutton-icon-fill: color-mix( + in srgb, + var(--zen-primary-color) 70%, + white 30% + ) !important; + --toolbar-field-color: color-mix( + in srgb, + var(--zen-primary-color) 40%, + white 60% + ) !important; + .tabbrowser-tab { + color: #adc694 !important; + } + .tabbrowser-tab:is([visuallyselected], [multiselected]) { + color: #edffe5 !important; + } } } @media (prefers-color-scheme: light) { :root { --zen-colors-primary: #437030 !important; - --zen-colors-secondary: #73C351 !important; - --zen-colors-tertiary: #D8FAB5 !important; - --zen-colors-border: #68B647 !important; - --zen-primary-color: #73C351 !important; - --zen-dialog-background: #F1FAE7 !important; - --toolbarbutton-icon-fill: color-mix(in srgb, var(--zen-primary-color) 70%, black 30%) !important; - --toolbar-field-color: color-mix(in srgb, var(--zen-primary-color) 40%, black 60%) !important; - .tabbrowser-tab { color: #2B5718 !important; } - .tabbrowser-tab:is([visuallyselected], [multiselected]) { color: #0A1F00 !important; } + --zen-colors-secondary: #73c351 !important; + --zen-colors-tertiary: #d8fab5 !important; + --zen-colors-border: #68b647 !important; + --zen-primary-color: #73c351 !important; + --zen-dialog-background: #f1fae7 !important; + --toolbarbutton-icon-fill: color-mix( + in srgb, + var(--zen-primary-color) 70%, + black 30% + ) !important; + --toolbar-field-color: color-mix( + in srgb, + var(--zen-primary-color) 40%, + black 60% + ) !important; + .tabbrowser-tab { + color: #2b5718 !important; + } + .tabbrowser-tab:is([visuallyselected], [multiselected]) { + color: #0a1f00 !important; + } } } diff --git a/themes/80112b28-39e0-407c-8988-2290bc973b97/readme.md b/themes/80112b28-39e0-407c-8988-2290bc973b97/readme.md index a706defc..acbbf414 100644 --- a/themes/80112b28-39e0-407c-8988-2290bc973b97/readme.md +++ b/themes/80112b28-39e0-407c-8988-2290bc973b97/readme.md @@ -1,4 +1,3 @@ - Sweet peaceful theme based on green tea aesthetics, supported all Zen theming mode (Light, Dark, Zen Dream and Zen Galaxy). [Star the repo](https://github.com/KiKaraage/ZenMods) if you appreciate this theme! diff --git a/themes/80112b28-39e0-407c-8988-2290bc973b97/theme.json b/themes/80112b28-39e0-407c-8988-2290bc973b97/theme.json index 6a4cb411..dea89b31 100644 --- a/themes/80112b28-39e0-407c-8988-2290bc973b97/theme.json +++ b/themes/80112b28-39e0-407c-8988-2290bc973b97/theme.json @@ -1,14 +1,14 @@ { - "id": "80112b28-39e0-407c-8988-2290bc973b97", - "name": "Matcha", - "description": "Sweet and peaceful vibrant theme, supported light and dark mode", - "homepage": "https://github.com/KiKaraage/ZenMods", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/80112b28-39e0-407c-8988-2290bc973b97/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/80112b28-39e0-407c-8988-2290bc973b97/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/80112b28-39e0-407c-8988-2290bc973b97/image.png", - "author": "KiKaraage", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-09-24", - "updatedAt": "2024-09-24" -} \ No newline at end of file + "id": "80112b28-39e0-407c-8988-2290bc973b97", + "name": "Matcha", + "description": "Sweet and peaceful vibrant theme, supported light and dark mode", + "homepage": "https://github.com/KiKaraage/ZenMods", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/80112b28-39e0-407c-8988-2290bc973b97/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/80112b28-39e0-407c-8988-2290bc973b97/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/80112b28-39e0-407c-8988-2290bc973b97/image.png", + "author": "KiKaraage", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-09-24", + "updatedAt": "2024-09-24" +} diff --git a/themes/803c7895-b39b-458e-84f8-a521f4d7a064/chrome.css b/themes/803c7895-b39b-458e-84f8-a521f4d7a064/chrome.css index 3e35b395..39675a2e 100644 --- a/themes/803c7895-b39b-458e-84f8-a521f4d7a064/chrome.css +++ b/themes/803c7895-b39b-458e-84f8-a521f4d7a064/chrome.css @@ -1,7 +1,6 @@ - #zen-workspaces-button .subviewbutton:not([active="true"]) { - display: none!important; + display: none !important; } #zen-workspaces-button:hover .subviewbutton:not([active="true"]) { - display: flex!important; + display: flex !important; } diff --git a/themes/803c7895-b39b-458e-84f8-a521f4d7a064/readme.md b/themes/803c7895-b39b-458e-84f8-a521f4d7a064/readme.md index ba6856eb..d6eb6414 100644 --- a/themes/803c7895-b39b-458e-84f8-a521f4d7a064/readme.md +++ b/themes/803c7895-b39b-458e-84f8-a521f4d7a064/readme.md @@ -1,2 +1 @@ - Reducing space by hiding inactive workspace icons, extremely useful if you have a lot of workspaces. diff --git a/themes/803c7895-b39b-458e-84f8-a521f4d7a064/theme.json b/themes/803c7895-b39b-458e-84f8-a521f4d7a064/theme.json index 18eade33..b553cede 100644 --- a/themes/803c7895-b39b-458e-84f8-a521f4d7a064/theme.json +++ b/themes/803c7895-b39b-458e-84f8-a521f4d7a064/theme.json @@ -1,14 +1,14 @@ { - "id": "803c7895-b39b-458e-84f8-a521f4d7a064", - "name": "Hide Inactive Workspaces", - "description": "Reducing space by hiding inactive workspace icons, extremely useful if you have a lot of workspaces.", - "homepage": "https://github.com/GunGunGun/zenCustomCursorMod/tree/main/autohide_inactive_workspaces", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/803c7895-b39b-458e-84f8-a521f4d7a064/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/803c7895-b39b-458e-84f8-a521f4d7a064/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/803c7895-b39b-458e-84f8-a521f4d7a064/image.png", - "author": "GunGunGun", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-11-02", - "updatedAt": "2024-11-02" -} \ No newline at end of file + "id": "803c7895-b39b-458e-84f8-a521f4d7a064", + "name": "Hide Inactive Workspaces", + "description": "Reducing space by hiding inactive workspace icons, extremely useful if you have a lot of workspaces.", + "homepage": "https://github.com/GunGunGun/zenCustomCursorMod/tree/main/autohide_inactive_workspaces", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/803c7895-b39b-458e-84f8-a521f4d7a064/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/803c7895-b39b-458e-84f8-a521f4d7a064/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/803c7895-b39b-458e-84f8-a521f4d7a064/image.png", + "author": "GunGunGun", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-11-02", + "updatedAt": "2024-11-02" +} diff --git a/themes/81fcd6b3-f014-4796-988f-6c3cb3874db8/chrome.css b/themes/81fcd6b3-f014-4796-988f-6c3cb3874db8/chrome.css index 60328034..46c230d5 100644 --- a/themes/81fcd6b3-f014-4796-988f-6c3cb3874db8/chrome.css +++ b/themes/81fcd6b3-f014-4796-988f-6c3cb3874db8/chrome.css @@ -12,23 +12,70 @@ /* Hide all icons (Won't work for extension & checkbox context menu options) */ @media (-moz-bool-pref: "uc.hidecontext.optionicons") { - :not(:not(menubar) > menu, #ContentSelectDropdown) > menupopup > menuitem:not(.menuitem-iconic, [type="checkbox"], [type="radio"], .in-menulist, .in-menulist menuitem, .unified-nav-current), :not(:not(menubar) > menu, #ContentSelectDropdown) > menupopup > menu:not(.menu-iconic, [type="checkbox"], [type="radio"], .in-menulist, .in-menulist menu, .unified-nav-current), :not(:not(menubar) > menu, #ContentSelectDropdown) > menupopup > menucaption { - padding-inline-start: var(--fp-contextmenu-menuicon-margin-inline) !important; - } - :not(:not(menubar) > menu, #ContentSelectDropdown) > menupopup > menuitem:not(.menuitem-iconic, [type="checkbox"], [type="radio"], .in-menulist, .in-menulist menuitem, .unified-nav-current), :not(:not(menubar) > menu, #ContentSelectDropdown) > menupopup > menu:not(.menu-iconic, [type="checkbox"], [type="radio"], .in-menulist, .in-menulist menu, .unified-nav-current), #toggle_toolbar-menubar, #PanelUI-history toolbarbutton, #unified-extensions-context-menu menuitem { - background-image: none !important; - } -} - -@media (-moz-bool-pref: "uc.fixcontext.extensionmargins") { -/* Fix padding for extensions-related context menu on Windows */ - menu > .menu-iconic-text, menuitem > .menu-iconic-text { - padding-inline-start: calc(var(--fp-contextmenu-menuicon-margin-inline) - 10px) !important; + :not(:not(menubar) > menu, #ContentSelectDropdown) + > menupopup + > menuitem:not( + .menuitem-iconic, + [type="checkbox"], + [type="radio"], + .in-menulist, + .in-menulist menuitem, + .unified-nav-current + ), + :not(:not(menubar) > menu, #ContentSelectDropdown) + > menupopup + > menu:not( + .menu-iconic, + [type="checkbox"], + [type="radio"], + .in-menulist, + .in-menulist menu, + .unified-nav-current + ), + :not(:not(menubar) > menu, #ContentSelectDropdown) > menupopup > menucaption { + padding-inline-start: var( + --fp-contextmenu-menuicon-margin-inline + ) !important; } -/* Fix padding for "Tabs on the right" & "Compact Mode" options on Windows */ + :not(:not(menubar) > menu, #ContentSelectDropdown) + > menupopup + > menuitem:not( + .menuitem-iconic, + [type="checkbox"], + [type="radio"], + .in-menulist, + .in-menulist menuitem, + .unified-nav-current + ), + :not(:not(menubar) > menu, #ContentSelectDropdown) + > menupopup + > menu:not( + .menu-iconic, + [type="checkbox"], + [type="radio"], + .in-menulist, + .in-menulist menu, + .unified-nav-current + ), + #toggle_toolbar-menubar, + #PanelUI-history toolbarbutton, + #unified-extensions-context-menu menuitem { + background-image: none !important; + } +} + +@media (-moz-bool-pref: "uc.fixcontext.extensionmargins") { + /* Fix padding for extensions-related context menu on Windows */ + menu > .menu-iconic-text, + menuitem > .menu-iconic-text { + padding-inline-start: calc( + var(--fp-contextmenu-menuicon-margin-inline) - 10px + ) !important; + } + /* Fix padding for "Tabs on the right" & "Compact Mode" options on Windows */ menuitem[checked="true"] > .menu-iconic-text { padding-inline-start: 10px !important; - } + } #zen-toolbar-context-tabs-right { padding-inline-start: 34px !important; } @@ -36,19 +83,26 @@ padding-inline-start: 8px !important; } #zen-context-menu-compact-mode { - padding-inline-start: calc( var(--fp-contextmenu-menuitem-padding-inline) + 18px + var(--fp-contextmenu-menuicon-margin-inline) ) !important; + padding-inline-start: calc( + var(--fp-contextmenu-menuitem-padding-inline) + 18px + + var(--fp-contextmenu-menuicon-margin-inline) + ) !important; } - #zen-context-menu-compact-mode-hide-sidebar, #zen-context-menu-compact-mode-hide-toolbar, #zen-context-menu-compact-mode-hide-both { + #zen-context-menu-compact-mode-hide-sidebar, + #zen-context-menu-compact-mode-hide-toolbar, + #zen-context-menu-compact-mode-hide-both { padding-inline-start: 40px !important; } - #zen-context-menu-compact-mode-hide-sidebar[checked="true"], #zen-context-menu-compact-mode-hide-toolbar[checked="true"], #zen-context-menu-compact-mode-hide-both[checked="true"] { - padding-inline-start: 16px !important; + #zen-context-menu-compact-mode-hide-sidebar[checked="true"], + #zen-context-menu-compact-mode-hide-toolbar[checked="true"], + #zen-context-menu-compact-mode-hide-both[checked="true"] { + padding-inline-start: 16px !important; & .menu-iconic-text { padding-inline-start: 2px !important; } } } - + /* Only use “Copy Link Without Site Tracking” */ @media (-moz-bool-pref: "uc.hidecontext.copylink") { #context-copylink { @@ -63,7 +117,7 @@ } /* Hide "Bookmark Tab/Link” */ @media (-moz-bool-pref: "uc.hidecontext.bookmark") { - #toolbar-context-bookmarkSelectedTab, + #toolbar-context-bookmarkSelectedTab, #toolbar-context-bookmarkSelectedTabs, #context_bookmarkTab, #context-bookmarklink { @@ -106,8 +160,8 @@ } /* Hide close tab options (Close Tabs, Close Duplicate Tabs, Close Multiple Tabs) */ @media (-moz-bool-pref: "uc.hidecontext.closetab") { - #context_closeTab, - #context_closeDuplicateTabs, + #context_closeTab, + #context_closeDuplicateTabs, #context_closeTabOptions { display: none !important; } diff --git a/themes/81fcd6b3-f014-4796-988f-6c3cb3874db8/preferences.json b/themes/81fcd6b3-f014-4796-988f-6c3cb3874db8/preferences.json index 7e269666..28a3cbed 100644 --- a/themes/81fcd6b3-f014-4796-988f-6c3cb3874db8/preferences.json +++ b/themes/81fcd6b3-f014-4796-988f-6c3cb3874db8/preferences.json @@ -1,131 +1,128 @@ [ - { - "property": "uc.hidecontext.separators", - "label": "Hide all separators", - "type": "checkbox" - }, - { - "property": "uc.hidecontext.optionicons", - "label": "Hide all icons (won't work for extension and checkbox context menu options)", - "type": "checkbox" - }, - { - "property": "uc.fixcontext.extensionmargins", - "label": "Fix margin for 'Tabs on the right' checkbox and extensions-related context menu", - "type": "checkbox", - "disabledOn": [ - "macos", - "linux" - ] - }, - { - "property": "uc.hidecontext.copylink", - "label": "Only use 'Copy Link Without Site Tracking'", - "type": "checkbox" - }, - { - "property": "uc.hidecontext.menubar", - "label": "Hide 'Menu Bar' toggle", - "type": "checkbox" - }, - { - "property": "uc.hidecontext.bookmark", - "label": "Hide 'Bookmark Tab/Link'", - "type": "checkbox" - }, - { - "property": "uc.hidecontext.mutetab", - "label": "Hide 'Mute Tab' option", - "type": "checkbox" - }, - { - "property": "uc.hidecontext.newtab", - "label": "Hide 'New Tab' option", - "type": "checkbox" - }, - { - "property": "uc.hidecontext.movetaboptions", - "label": "Hide 'Move Tab' options", - "type": "checkbox" - }, - { - "property": "uc.hidecontext.newcontainer", - "label": "Hide 'Open Tab/Link in New Container Tab'", - "type": "checkbox" - }, - { - "property": "uc.hidecontext.sendtodevice", - "label": "Hide 'Send Tab/Link to Device'", - "type": "checkbox" - }, - { - "property": "uc.hidecontext.closetab", - "label": "Hide close tab options (Close Tab, Close Duplicate Tabs, Close Multiple Tabs)", - "type": "checkbox" - }, - { - "property": "uc.hidecontext.search", - "label": "Hide 'Search Keywords' with your preferred search engine", - "type": "checkbox" - }, - { - "property": "uc.hidecontext.searchinpriv", - "label": "Hide 'Search Keywords in a Private Window'", - "type": "checkbox" - }, - { - "property": "uc.hidecontext.translate", - "label": "Hide Firefox's 'Translate Selection/Link' options", - "type": "checkbox" - }, - { - "property": "uc.hidecontext.printselection", - "label": "Hide 'Print Selection'", - "type": "checkbox" - }, - { - "property": "uc.hidecontext.image", - "label": "Hide 'Email Image', 'Set Image as Desktop Background', and 'View Image Info' options", - "type": "checkbox" - }, - { - "property": "uc.hidecontext.selectalltext", - "label": "Hide 'Select All Text' option", - "type": "checkbox" - }, - { - "property": "uc.hidecontext.selectalltabs", - "label": "Hide 'Select All Tabs' option", - "type": "checkbox" - }, - { - "property": "uc.hidecontext.reloadtab", - "label": "Hide 'Reload Tab' option", - "type": "checkbox" - }, - { - "property": "uc.hidecontext.duplicatetab", - "label": "Hide 'Duplicate Tab' option", - "type": "checkbox" - }, - { - "property": "uc.hidecontext.unloadactions", - "label": "Hide 'Tab Unloader Actions'", - "type": "checkbox" - }, - { - "property": "uc.hidecontext.inspect", - "label": "Hide 'View Page Source' and 'Inspect' options", - "type": "checkbox" - }, - { - "property": "uc.hidecontext.savelink", - "label": "Hide 'Save Link As'", - "type": "checkbox" - }, - { - "property": "uc.hidecontext.screenshot", - "label": "Hide 'Take Screenshot' option", - "type": "checkbox" - } -] \ No newline at end of file + { + "property": "uc.hidecontext.separators", + "label": "Hide all separators", + "type": "checkbox" + }, + { + "property": "uc.hidecontext.optionicons", + "label": "Hide all icons (won't work for extension and checkbox context menu options)", + "type": "checkbox" + }, + { + "property": "uc.fixcontext.extensionmargins", + "label": "Fix margin for 'Tabs on the right' checkbox and extensions-related context menu", + "type": "checkbox", + "disabledOn": ["macos", "linux"] + }, + { + "property": "uc.hidecontext.copylink", + "label": "Only use 'Copy Link Without Site Tracking'", + "type": "checkbox" + }, + { + "property": "uc.hidecontext.menubar", + "label": "Hide 'Menu Bar' toggle", + "type": "checkbox" + }, + { + "property": "uc.hidecontext.bookmark", + "label": "Hide 'Bookmark Tab/Link'", + "type": "checkbox" + }, + { + "property": "uc.hidecontext.mutetab", + "label": "Hide 'Mute Tab' option", + "type": "checkbox" + }, + { + "property": "uc.hidecontext.newtab", + "label": "Hide 'New Tab' option", + "type": "checkbox" + }, + { + "property": "uc.hidecontext.movetaboptions", + "label": "Hide 'Move Tab' options", + "type": "checkbox" + }, + { + "property": "uc.hidecontext.newcontainer", + "label": "Hide 'Open Tab/Link in New Container Tab'", + "type": "checkbox" + }, + { + "property": "uc.hidecontext.sendtodevice", + "label": "Hide 'Send Tab/Link to Device'", + "type": "checkbox" + }, + { + "property": "uc.hidecontext.closetab", + "label": "Hide close tab options (Close Tab, Close Duplicate Tabs, Close Multiple Tabs)", + "type": "checkbox" + }, + { + "property": "uc.hidecontext.search", + "label": "Hide 'Search Keywords' with your preferred search engine", + "type": "checkbox" + }, + { + "property": "uc.hidecontext.searchinpriv", + "label": "Hide 'Search Keywords in a Private Window'", + "type": "checkbox" + }, + { + "property": "uc.hidecontext.translate", + "label": "Hide Firefox's 'Translate Selection/Link' options", + "type": "checkbox" + }, + { + "property": "uc.hidecontext.printselection", + "label": "Hide 'Print Selection'", + "type": "checkbox" + }, + { + "property": "uc.hidecontext.image", + "label": "Hide 'Email Image', 'Set Image as Desktop Background', and 'View Image Info' options", + "type": "checkbox" + }, + { + "property": "uc.hidecontext.selectalltext", + "label": "Hide 'Select All Text' option", + "type": "checkbox" + }, + { + "property": "uc.hidecontext.selectalltabs", + "label": "Hide 'Select All Tabs' option", + "type": "checkbox" + }, + { + "property": "uc.hidecontext.reloadtab", + "label": "Hide 'Reload Tab' option", + "type": "checkbox" + }, + { + "property": "uc.hidecontext.duplicatetab", + "label": "Hide 'Duplicate Tab' option", + "type": "checkbox" + }, + { + "property": "uc.hidecontext.unloadactions", + "label": "Hide 'Tab Unloader Actions'", + "type": "checkbox" + }, + { + "property": "uc.hidecontext.inspect", + "label": "Hide 'View Page Source' and 'Inspect' options", + "type": "checkbox" + }, + { + "property": "uc.hidecontext.savelink", + "label": "Hide 'Save Link As'", + "type": "checkbox" + }, + { + "property": "uc.hidecontext.screenshot", + "label": "Hide 'Take Screenshot' option", + "type": "checkbox" + } +] diff --git a/themes/81fcd6b3-f014-4796-988f-6c3cb3874db8/readme.md b/themes/81fcd6b3-f014-4796-988f-6c3cb3874db8/readme.md index 7a79679b..d54a0295 100644 --- a/themes/81fcd6b3-f014-4796-988f-6c3cb3874db8/readme.md +++ b/themes/81fcd6b3-f014-4796-988f-6c3cb3874db8/readme.md @@ -1,4 +1,5 @@ What can you do with this Mod: + - Hide all separators in context menu _**NEW!**_ - Hide all icons, excluding checkboxes & extension context menu _**NEW!**_ - Fix margins for checkboxes & extension context menu on Windows, including "Tabs on the right" and "Compact Mode" options _**NEW!**_ diff --git a/themes/81fcd6b3-f014-4796-988f-6c3cb3874db8/theme.json b/themes/81fcd6b3-f014-4796-988f-6c3cb3874db8/theme.json index 62688513..ced2bdd8 100644 --- a/themes/81fcd6b3-f014-4796-988f-6c3cb3874db8/theme.json +++ b/themes/81fcd6b3-f014-4796-988f-6c3cb3874db8/theme.json @@ -1,17 +1,15 @@ { - "id": "81fcd6b3-f014-4796-988f-6c3cb3874db8", - "name": "Zen Context Menu", - "description": "Declutter your right click menu, hide options you don't need", - "homepage": "https://github.com/KiKaraage/ZenMods/", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/81fcd6b3-f014-4796-988f-6c3cb3874db8/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/81fcd6b3-f014-4796-988f-6c3cb3874db8/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/81fcd6b3-f014-4796-988f-6c3cb3874db8/image.png", - "author": "KiKaraage", - "version": "1.1.4", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/81fcd6b3-f014-4796-988f-6c3cb3874db8/preferences.json", - "tags": [ - "context menu" - ], - "createdAt": "2024-10-06", - "updatedAt": "2024-10-23" -} \ No newline at end of file + "id": "81fcd6b3-f014-4796-988f-6c3cb3874db8", + "name": "Zen Context Menu", + "description": "Declutter your right click menu, hide options you don't need", + "homepage": "https://github.com/KiKaraage/ZenMods/", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/81fcd6b3-f014-4796-988f-6c3cb3874db8/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/81fcd6b3-f014-4796-988f-6c3cb3874db8/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/81fcd6b3-f014-4796-988f-6c3cb3874db8/image.png", + "author": "KiKaraage", + "version": "1.1.4", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/81fcd6b3-f014-4796-988f-6c3cb3874db8/preferences.json", + "tags": ["context menu"], + "createdAt": "2024-10-06", + "updatedAt": "2024-10-23" +} diff --git a/themes/87196c08-8ca1-4848-b13b-7ea41ee830e7/chrome.css b/themes/87196c08-8ca1-4848-b13b-7ea41ee830e7/chrome.css index ca49752d..605e393b 100644 --- a/themes/87196c08-8ca1-4848-b13b-7ea41ee830e7/chrome.css +++ b/themes/87196c08-8ca1-4848-b13b-7ea41ee830e7/chrome.css @@ -1,45 +1,44 @@ - #tab-preview-panel { - /* Removes default background color of panel, below tab title */ - --panel-background: none !important; + /* Removes default background color of panel, below tab title */ + --panel-background: none !important; -/* Removes shadow in the margin area (dunno if actually does something, or it's just my imagination) */ - --panel-shadow-margin: none !important; + /* Removes shadow in the margin area (dunno if actually does something, or it's just my imagination) */ + --panel-shadow-margin: none !important; -/* Removes border between tab title & tab preview image */ - --arrowpanel-border-color: transparent; + /* Removes border between tab title & tab preview image */ + --arrowpanel-border-color: transparent; -/* Matches Zen main background color, also supports gradients */ - background: var(--zen-main-browser-background) !important; + /* Matches Zen main background color, also supports gradients */ + background: var(--zen-main-browser-background) !important; -/* Matches Zen panel radius */ - border-radius: var(--zen-panel-radius); + /* Matches Zen panel radius */ + border-radius: var(--zen-panel-radius); -/* Shifts panel to the slightly right */ - /* TODO: Make customizable */ - margin-left: 0.5em !important; + /* Shifts panel to the slightly right */ + /* TODO: Make customizable */ + margin-left: 0.5em !important; } .tab-preview-thumbnail-container { - /* Fixes proper tab preview image sizing */ - &:has(canvas) { - /* TODO: Make optional */ - padding: var(--zen-element-separation); + /* Fixes proper tab preview image sizing */ + &:has(canvas) { + /* TODO: Make optional */ + padding: var(--zen-element-separation); -/* Hide border above preview */ - border-top: none !important; + /* Hide border above preview */ + border-top: none !important; -/* Shrink preview to match added padding */ - /* TODO: Make optional with padding as well */ - width: calc(var(--panel-width) - (var(--zen-element-separation) * 2)) px !important; - height: unset !important; + /* Shrink preview to match added padding */ + /* TODO: Make optional with padding as well */ + width: calc(var(--panel-width) - (var(--zen-element-separation) * 2)) px !important; + height: unset !important; -/* Some safety code to maintain aspect ratio */ - aspect-ratio: 2 / 1 !important; - } + /* Some safety code to maintain aspect ratio */ + aspect-ratio: 2 / 1 !important; + } -canvas { - /* Makes tab preview image rounded */ - border-radius: var(--zen-panel-radius) !important; - } + canvas { + /* Makes tab preview image rounded */ + border-radius: var(--zen-panel-radius) !important; + } } diff --git a/themes/87196c08-8ca1-4848-b13b-7ea41ee830e7/readme.md b/themes/87196c08-8ca1-4848-b13b-7ea41ee830e7/readme.md index 75c7ab81..34ed480f 100644 --- a/themes/87196c08-8ca1-4848-b13b-7ea41ee830e7/readme.md +++ b/themes/87196c08-8ca1-4848-b13b-7ea41ee830e7/readme.md @@ -1,4 +1,3 @@ - Enhanced tab preview, which matches browser background color. Also adds padding around tab preview image, to synergize with the rest of the browser. diff --git a/themes/87196c08-8ca1-4848-b13b-7ea41ee830e7/theme.json b/themes/87196c08-8ca1-4848-b13b-7ea41ee830e7/theme.json index 2d57ff49..0f3af765 100644 --- a/themes/87196c08-8ca1-4848-b13b-7ea41ee830e7/theme.json +++ b/themes/87196c08-8ca1-4848-b13b-7ea41ee830e7/theme.json @@ -1,14 +1,14 @@ { - "id": "87196c08-8ca1-4848-b13b-7ea41ee830e7", - "name": "Tab Preview Enhanced", - "description": "Enhanced tab preview, respecting user background color and padding", - "homepage": "https://github.com/Kaedriz/ZenMods/tree/main/TabPreviewEnhanced", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/87196c08-8ca1-4848-b13b-7ea41ee830e7/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/87196c08-8ca1-4848-b13b-7ea41ee830e7/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/87196c08-8ca1-4848-b13b-7ea41ee830e7/image.png", - "author": "Kaedriz", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-12-20", - "updatedAt": "2025-01-25" -} \ No newline at end of file + "id": "87196c08-8ca1-4848-b13b-7ea41ee830e7", + "name": "Tab Preview Enhanced", + "description": "Enhanced tab preview, respecting user background color and padding", + "homepage": "https://github.com/Kaedriz/ZenMods/tree/main/TabPreviewEnhanced", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/87196c08-8ca1-4848-b13b-7ea41ee830e7/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/87196c08-8ca1-4848-b13b-7ea41ee830e7/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/87196c08-8ca1-4848-b13b-7ea41ee830e7/image.png", + "author": "Kaedriz", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-12-20", + "updatedAt": "2025-01-25" +} diff --git a/themes/906c6915-5677-48ff-9bfc-096a02a72379/chrome.css b/themes/906c6915-5677-48ff-9bfc-096a02a72379/chrome.css index 5cd5e6e3..7095bdd3 100644 --- a/themes/906c6915-5677-48ff-9bfc-096a02a72379/chrome.css +++ b/themes/906c6915-5677-48ff-9bfc-096a02a72379/chrome.css @@ -1,4 +1,3 @@ - #statuspanel { margin: 10px !important; } diff --git a/themes/906c6915-5677-48ff-9bfc-096a02a72379/readme.md b/themes/906c6915-5677-48ff-9bfc-096a02a72379/readme.md index 3a6872ea..62ff351e 100644 --- a/themes/906c6915-5677-48ff-9bfc-096a02a72379/readme.md +++ b/themes/906c6915-5677-48ff-9bfc-096a02a72379/readme.md @@ -1,3 +1,3 @@ - # Zen Floating Statusbar + Mod for Zen Browser that detaches the status bar from the bottom left corner of the browser window so that it appears to float. diff --git a/themes/906c6915-5677-48ff-9bfc-096a02a72379/theme.json b/themes/906c6915-5677-48ff-9bfc-096a02a72379/theme.json index b04a1f87..414ee406 100644 --- a/themes/906c6915-5677-48ff-9bfc-096a02a72379/theme.json +++ b/themes/906c6915-5677-48ff-9bfc-096a02a72379/theme.json @@ -1,14 +1,14 @@ { - "id": "906c6915-5677-48ff-9bfc-096a02a72379", - "name": "Floating Status Bar", - "description": "Mod for Zen Browser that detaches the status bar from the bottom left corner of the browser window.", - "homepage": "https://github.com/AmirhBeigi/zen-floating-statusbar/", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/906c6915-5677-48ff-9bfc-096a02a72379/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/906c6915-5677-48ff-9bfc-096a02a72379/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/906c6915-5677-48ff-9bfc-096a02a72379/image.png", - "author": "AmirhBeigi", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-10-06", - "updatedAt": "2024-10-06" -} \ No newline at end of file + "id": "906c6915-5677-48ff-9bfc-096a02a72379", + "name": "Floating Status Bar", + "description": "Mod for Zen Browser that detaches the status bar from the bottom left corner of the browser window.", + "homepage": "https://github.com/AmirhBeigi/zen-floating-statusbar/", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/906c6915-5677-48ff-9bfc-096a02a72379/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/906c6915-5677-48ff-9bfc-096a02a72379/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/906c6915-5677-48ff-9bfc-096a02a72379/image.png", + "author": "AmirhBeigi", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-10-06", + "updatedAt": "2024-10-06" +} diff --git a/themes/a5f6a231-e3c8-4ce8-8a8e-3e93efd6adec/chrome.css b/themes/a5f6a231-e3c8-4ce8-8a8e-3e93efd6adec/chrome.css index 5916f415..c838e26f 100644 --- a/themes/a5f6a231-e3c8-4ce8-8a8e-3e93efd6adec/chrome.css +++ b/themes/a5f6a231-e3c8-4ce8-8a8e-3e93efd6adec/chrome.css @@ -14,7 +14,8 @@ } } -#identity-icon-box, #identity-permission-box { +#identity-icon-box, +#identity-permission-box { background: transparent !important; margin: 0 8px 0 0 !important; } @@ -41,7 +42,8 @@ border-radius: 8px !important; } -.search-panel-one-offs-container > *, .search-panel-one-offs-container > * > * { +.search-panel-one-offs-container > *, +.search-panel-one-offs-container > * > * { border-radius: 4px !important; } @@ -63,4 +65,4 @@ .urlbar-go-button:hover { opacity: 1 !important; -} \ No newline at end of file +} diff --git a/themes/a5f6a231-e3c8-4ce8-8a8e-3e93efd6adec/readme.md b/themes/a5f6a231-e3c8-4ce8-8a8e-3e93efd6adec/readme.md index 957350a7..96f0b945 100644 --- a/themes/a5f6a231-e3c8-4ce8-8a8e-3e93efd6adec/readme.md +++ b/themes/a5f6a231-e3c8-4ce8-8a8e-3e93efd6adec/readme.md @@ -1,3 +1,3 @@ - # Zen Cleaned URL Bar + Cleans up zen's URL bar. diff --git a/themes/a5f6a231-e3c8-4ce8-8a8e-3e93efd6adec/theme.json b/themes/a5f6a231-e3c8-4ce8-8a8e-3e93efd6adec/theme.json index 5133c57c..6886a450 100644 --- a/themes/a5f6a231-e3c8-4ce8-8a8e-3e93efd6adec/theme.json +++ b/themes/a5f6a231-e3c8-4ce8-8a8e-3e93efd6adec/theme.json @@ -1,14 +1,14 @@ { - "id": "a5f6a231-e3c8-4ce8-8a8e-3e93efd6adec", - "name": "Cleaned URL bar", - "description": "Cleans up zen's URL bar.", - "homepage": "https://github.com/Dinno-DEV/zen-cleaned-url-bar", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a5f6a231-e3c8-4ce8-8a8e-3e93efd6adec/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a5f6a231-e3c8-4ce8-8a8e-3e93efd6adec/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a5f6a231-e3c8-4ce8-8a8e-3e93efd6adec/image.png", - "author": "Dinno-DEV", - "version": "1.0.2", - "tags": [], - "createdAt": "2024-11-01", - "updatedAt": "2024-12-16" -} \ No newline at end of file + "id": "a5f6a231-e3c8-4ce8-8a8e-3e93efd6adec", + "name": "Cleaned URL bar", + "description": "Cleans up zen's URL bar.", + "homepage": "https://github.com/Dinno-DEV/zen-cleaned-url-bar", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a5f6a231-e3c8-4ce8-8a8e-3e93efd6adec/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a5f6a231-e3c8-4ce8-8a8e-3e93efd6adec/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a5f6a231-e3c8-4ce8-8a8e-3e93efd6adec/image.png", + "author": "Dinno-DEV", + "version": "1.0.2", + "tags": [], + "createdAt": "2024-11-01", + "updatedAt": "2024-12-16" +} diff --git a/themes/a6335949-4465-4b71-926c-4a52d34bc9c0/chrome.css b/themes/a6335949-4465-4b71-926c-4a52d34bc9c0/chrome.css index 94e9fd26..2b9b80d6 100644 --- a/themes/a6335949-4465-4b71-926c-4a52d34bc9c0/chrome.css +++ b/themes/a6335949-4465-4b71-926c-4a52d34bc9c0/chrome.css @@ -1,85 +1,95 @@ - findbar { - display: flex !important; + display: flex !important; - border-radius: var(--zen-border-radius) !important; - margin: 0px !important; + border-radius: var(--zen-border-radius) !important; + margin: 0px !important; - width: 90% !important; - max-width: 800px; + width: 90% !important; + max-width: 800px; - height: auto !important; + height: auto !important; - position: absolute !important; - top: 15px; - left: 50%; - transform: translateX(-50%); + position: absolute !important; + top: 15px; + left: 50%; + transform: translateX(-50%); - overflow: unset !important; - box-shadow: var(--box-shadow-10); + overflow: unset !important; + box-shadow: var(--box-shadow-10); - background: var(--zen-colors-tertiary) !important; - border: 1px solid var(--zen-colors-border) !important; + background: var(--zen-colors-tertiary) !important; + border: 1px solid var(--zen-colors-border) !important; - transition: top 0.35s ease, bottom 0.35s ease !important; + transition: + top 0.35s ease, + bottom 0.35s ease !important; - visibility: visible !important; - opacity: 1 !important; + visibility: visible !important; + opacity: 1 !important; + & .findbar-container { + flex-wrap: wrap; + overflow-x: auto !important; + height: auto !important; - & .findbar-container { - flex-wrap: wrap; - overflow-x: auto !important; - height: auto !important; + row-gap: 10px; - row-gap: 10px; + & > :first-child { + width: 100% !important; + } - & > :first-child { - width: 100% !important; - } + & .findbar-textbox { + flex-grow: 1; + } + } - & .findbar-textbox { - flex-grow: 1; - } - } + &[hidden="true"] { + top: -150px; + } - - &[hidden="true"] { - top: -150px; - } - - @starting-style { - top: -150px; - } + @starting-style { + top: -150px; + } } - /* Horizontal Position */ -body:has(#theme-Better-Find-Bar[theme-better_find_bar-horizontal_position="left"]) { - findbar { - left: 15px; - transform: translateX(0%); - } +body:has( + #theme-Better-Find-Bar[theme-better_find_bar-horizontal_position="left"] + ) { + findbar { + left: 15px; + transform: translateX(0%); + } } -body:has(#theme-Better-Find-Bar[theme-better_find_bar-horizontal_position="right"]) { - findbar { - left: unset !important; - right: 15px; - transform: translateX(0%); - } +body:has( + #theme-Better-Find-Bar[theme-better_find_bar-horizontal_position="right"] + ) { + findbar { + left: unset !important; + right: 15px; + transform: translateX(0%); + } } - /* Background blur */ @media (-moz-bool-pref: "theme.better_find_bar.transparent_background") { - findbar, findbar .findbar-textbox:not([status="notfound"]) { - backdrop-filter: blur(15px); + findbar, + findbar .findbar-textbox:not([status="notfound"]) { + backdrop-filter: blur(15px); - background: color-mix(in hsl, var(--zen-colors-tertiary), transparent 30%) !important; - } + background: color-mix( + in hsl, + var(--zen-colors-tertiary), + transparent 30% + ) !important; + } - findbar .findbar-textbox:not([status="notfound"]) { - background: color-mix(in hsl, var(--zen-colors-tertiary), transparent 10%) !important; - } + findbar .findbar-textbox:not([status="notfound"]) { + background: color-mix( + in hsl, + var(--zen-colors-tertiary), + transparent 10% + ) !important; + } } diff --git a/themes/a6335949-4465-4b71-926c-4a52d34bc9c0/preferences.json b/themes/a6335949-4465-4b71-926c-4a52d34bc9c0/preferences.json index 8ac74354..bec8a77b 100644 --- a/themes/a6335949-4465-4b71-926c-4a52d34bc9c0/preferences.json +++ b/themes/a6335949-4465-4b71-926c-4a52d34bc9c0/preferences.json @@ -1,27 +1,27 @@ [ - { - "property": "theme.better_find_bar.horizontal_position", - "label": "Changes the horizontal position of the find bar.", - "type": "dropdown", - "disabledOn": [], - "options": [ - { - "label": "Left", - "value": "left" - }, - { - "label": "Center", - "value": "default" - }, - { - "label": "Right", - "value": "right" - } - ] - }, - { - "property": "theme.better_find_bar.transparent_background", - "label": "Makes the background of the find bar to be transparent.", - "type": "checkbox" - } -] \ No newline at end of file + { + "property": "theme.better_find_bar.horizontal_position", + "label": "Changes the horizontal position of the find bar.", + "type": "dropdown", + "disabledOn": [], + "options": [ + { + "label": "Left", + "value": "left" + }, + { + "label": "Center", + "value": "default" + }, + { + "label": "Right", + "value": "right" + } + ] + }, + { + "property": "theme.better_find_bar.transparent_background", + "label": "Makes the background of the find bar to be transparent.", + "type": "checkbox" + } +] diff --git a/themes/a6335949-4465-4b71-926c-4a52d34bc9c0/readme.md b/themes/a6335949-4465-4b71-926c-4a52d34bc9c0/readme.md index 60e0c945..6fab2070 100644 --- a/themes/a6335949-4465-4b71-926c-4a52d34bc9c0/readme.md +++ b/themes/a6335949-4465-4b71-926c-4a52d34bc9c0/readme.md @@ -1,4 +1,3 @@ - # Better Find Bar Improves the find bar by matching the browser theme, making it floating, more responsive, and moving it to the top of the page. diff --git a/themes/a6335949-4465-4b71-926c-4a52d34bc9c0/theme.json b/themes/a6335949-4465-4b71-926c-4a52d34bc9c0/theme.json index f5d53724..361dde3e 100644 --- a/themes/a6335949-4465-4b71-926c-4a52d34bc9c0/theme.json +++ b/themes/a6335949-4465-4b71-926c-4a52d34bc9c0/theme.json @@ -1,14 +1,14 @@ { - "id": "a6335949-4465-4b71-926c-4a52d34bc9c0", - "name": "Better Find Bar", - "description": "Improves the find bar, making it floating, more responsive, and moving it to the top of the page.", - "homepage": "https://github.com/RobotoSkunk/zen-better-findbar", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a6335949-4465-4b71-926c-4a52d34bc9c0/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a6335949-4465-4b71-926c-4a52d34bc9c0/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a6335949-4465-4b71-926c-4a52d34bc9c0/image.png", - "author": "RobotoSkunk", - "version": "1.1.0", - "tags": [], - "createdAt": "2024-11-24", - "updatedAt": "2024-12-24" -} \ No newline at end of file + "id": "a6335949-4465-4b71-926c-4a52d34bc9c0", + "name": "Better Find Bar", + "description": "Improves the find bar, making it floating, more responsive, and moving it to the top of the page.", + "homepage": "https://github.com/RobotoSkunk/zen-better-findbar", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a6335949-4465-4b71-926c-4a52d34bc9c0/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a6335949-4465-4b71-926c-4a52d34bc9c0/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a6335949-4465-4b71-926c-4a52d34bc9c0/image.png", + "author": "RobotoSkunk", + "version": "1.1.0", + "tags": [], + "createdAt": "2024-11-24", + "updatedAt": "2024-12-24" +} diff --git a/themes/a7125691-139e-4a62-aad9-06c6e9f2e5ba/chrome.css b/themes/a7125691-139e-4a62-aad9-06c6e9f2e5ba/chrome.css index 11dc7a5d..572fd454 100644 --- a/themes/a7125691-139e-4a62-aad9-06c6e9f2e5ba/chrome.css +++ b/themes/a7125691-139e-4a62-aad9-06c6e9f2e5ba/chrome.css @@ -1,32 +1,35 @@ - @-moz-document url-prefix("chrome:") { + :root:has(#theme-CustomCursor[theme-customcursor-preset="Silver"]) * { + cursor: url(data:image/png;base64,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), + auto !important; + } -:root:has(#theme-CustomCursor[theme-customcursor-preset="Silver"]) * { - cursor: url(data:image/png;base64,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), auto!important; -} + :root:has(#theme-CustomCursor[theme-customcursor-preset="Anime"]) * { + cursor: url(data:image/png;base64,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), + auto !important; + } -:root:has(#theme-CustomCursor[theme-customcursor-preset="Anime"]) * { - cursor: url(data:image/png;base64,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), auto!important; -} + :root:has(#theme-CustomCursor[theme-customcursor-preset="AmongUs"]) * { + cursor: url(data:image/png;base64,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), + auto !important; + } -:root:has(#theme-CustomCursor[theme-customcursor-preset="AmongUs"]) * { - cursor: url(data:image/png;base64,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), auto!important; -} + :root:has(#theme-CustomCursor[theme-customcursor-preset="Diamond"]) * { + cursor: url(data:image/png;base64,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), + auto !important; + } -:root:has(#theme-CustomCursor[theme-customcursor-preset="Diamond"]) * { - cursor: url(data:image/png;base64,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), auto!important; -} + :root:has(#theme-CustomCursor[theme-customcursor-preset="Minecraft"]) * { + cursor: url(data:image/png;base64,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), + auto !important; + } -:root:has(#theme-CustomCursor[theme-customcursor-preset="Minecraft"]) * { - cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAAEEfUpiAAAACXBIWXMAAAsSAAALEgHS3X78AAAJ2ElEQVRYw7VXd1CTWxb/6EXsClJUQJRiR0CCEkoSIkWUZgFUiohgR3iASDMhARJALIhPBLELSHGx4FKf+NT1gaNjWdd/1nWd0dGnruuMCsk9e+4HZJcH+NaZ3TNz5375cu+55/5O+31MXYWYOV2Srl5/Qvy+rkKkzaCoP37yFLy8BBvpDwYf3jdXyTYmrpoGuFqDEQgE7DJn2zHqK10mA1NbLtLA/W/rT+S8Ybckrnf6KkqN6xUKveLZFxcunAdzIx1Fy8WDBeyLoIDlD+k8y1T379fP5wETt8JMK9xzwqc58xb03Llzhzx48ABQSMOJnM4BM952d3eB8ViGrOBMIvUVIsADGZXgYW8ePXoILdXyuMmjNRgXuzGyPWEWgNY9OnM4lRlRrE11YaO3CTB15WIcIo2GypwqigcduFuiWhm3YqrEfbZez5s3bwCNhJcvX4KN3dxe1YJw3uTE2pMFkLY9lJiY2woFAn40fZ+RtKlvQUGBnLS3d5D82Fkg3xMO50v3ag4yJjs7i3Dd3BT0OdrHFHjzRisvHt/nolpQVnZM4crlfkZXaM61GOXAtx//NdDVRPmfOCTTmXrW2lSPCeYamoiirECeto4w3xK6aIOvLTCIO/vi6vmiw9eriwu6m47kLLBfBE6LFxM6HJ2ciIOjI7GZPVfR2VB8FzHaMUiT3TR9zTnm+plu88b1SDdZQ/tPndDR0U4CAlYSX18fBR1+fr4K4TLvz6cO7z08xJSs5NgrZbJtcK4kCdrb28jlxktkNXcC5CWHQnuNnDXPleumwefzNAfuOkho0FIoaeC5LFmigHe/COZbGoA8zhoihcYQt2oxNJ7Ou42mz6dBPawC6qzm5mag/mitKYj+wympxkQDDa0FM0Y1LedM6s3ZOBNcbbS/NF88eAAVWTeekQ0KR4lYLLpbUV6m9PH2OjYYHz1N26l63HkWo86sdjcim/1MID3eDy5VitirVR/LVBuCSe1vTURxsh3DzjOMdejVSMCSyZC9YyVUH8v6yHyPcOeO61ek+yHax4yUpHBh4FR1zAua35o36vfr4vwFx7uB/OgbOTDgBZpDKtkWbKXWXFu69o/VxfKrZ/OLtsas7XByclIMBBINIgcHB5KdHAuNpyS4Jg+ViAabtjPQBGjSuXLse0RiseLp06fk9u3bcOvWLXj+/DlbJYqKimBzdFifFeW/UYBogyRmFrlUdRxaW5qhqekaeHsvU/j4eLOR6O+/XFEsTWI3nzq0dyg48f5mcPGkHH7ubIP66lOQlRQF6NItS125YZjhUTgiN0WucY4ID9YYsvl4cQZU5oUp29paSeOlWtifk0DWC6eTEnEM1FbkpNA1AgFPY/vmderDuobDcYYXL16Q1tZWEuizBPw4k0n6OkvivWgcQeQViDpbSi8czRjety4uHOju7gYez4OUylPA1phJWGg1Ckp22hFHS01y9XzBJ1Ryc8TgoAq6urpB6CUgh3L7gDIco6lvOkELjv8whyyZpU3OlaQpGiqliX0xIxqckc7Oi+HVq1eAOaFSYG9loAZ/DVCzmKIDhfHWsIIzkezPWA9nDqeZ4GY1Gu4qJY6ODgrqaG9vISnJ/4FVgFnI/mduqMPlLRwPCSHTSbSPOUmOcochV3BwWJR79epV2BW/4SO6SoCuUnfuTx62B5jpVQa5Gn6N8jYl20JsiWR3EDRUSriDlPAF/BfH96fyRXvisOpoDTlk9nT9v0R7m3zaETSdBC01gjLZdqrkQMMJvAaPx2MXXTopUXvY9uOQzVgr2Xm+5ahajwXjQBozk4Y9aTyd/wVx+Nt3pbPDrNEReCUoTZiNLtZSooJfme8VKxNd7amTtKF460wllre3qj9mfGNTcKB/xI64CNi4YbUyJmINDBmRfSM2ai1sCAtWlO1Pg8unc3MH9p89ksGUFY3QraUJPmyCibd7BZdJI6A8LwYOZUey46BkFxzKS4I8UQpkZGQo09PTICkpUTUSE3dDSkoy/pcOmZkZIJfLQF5QADmZSUppejycKc2m9OZh5cE0tWFbCpWIZcaa/XM6MhZYLzTpCXY1JHSEhvhBQEAgFBUVwrNnz0hXVxeWmiZy7do1QmcMP9LR0UEwFSm7IR8+fCC9vb1ELstTYlH8Gr1h9cfGU1Jvqv+oPFl9uHrPcOaZafXxJv1sc0NtcLYd3SOJNgdptAU01pTDjc5bcOPGDbj7Szd0/NRJ+AIBYJOkiUMZHfAFPBD0D/re3cMDKFN7drOCpRg1x/exF6QUYFgE/vmgdELnlYpdx/by2/MjJ8KRPQJF58070Pnzn+DJkz/D218/QGWpDBaZMcRrwRj0rVRx93qZuKOuOOFJ+zG7keImdVe0el/1Fn87KrGGfF5ob68oKCxSvHr9Fh48eEhhxZt3QpDvUoL8EFYsMYT9W21IdqQVCO3HEtqkD2RGQnPNgcLqHzNnYzTbY+lUqz8hUR047G2HE4TxHa2IItE+cv/+fairq4OwsFASEhKiEKfGgjgpPGmBhabcyWYMIAf9nLlhBpEgU9jsb0n8nKcoU2P4tCo82rJ6MevKK2fl323Ae2pAdnY2uXfvHlRVVbGV1c3dXXEwNxHuXDkSaoCFZI65QT4WSdkqd6MvlGVELjNlmcaWQGuya70b7In1gotlWZRFzxnQXVOWpfZfGUC7klgsJo8fP2YREAoFLG+l5b2tpiCKrjt3JJ3SHFNswF0zTXQfr/Ew+pi81hziV0wloZ5TYJ3AlBSkhUOpZDPukUHDSemg1o3GjGwA7SmUoL1+/RpaWloIRYAaQBFAshZJ1yFx1ljuMkm1D9G4bon9BskbKdxiw7olAL9gePMMiCQxBC6dlPZQRNAV9zFGtPvcIhpaD5YtEwJF4MKFC7QtKbG5EQ9PTyLAFMvN2NbT3VTi2L9p2KaOfC0KEQFaoymLPJJgR9bxpoCTpRbZuNIemqqKPiDzrkbXVOMl7Pt1aQwxxMXFWcZxcQF/Py8MqpwnA+/zMrepjxRUeKjqOSXUYjwi0ms2UQvikOYcTZxNUtZMh6XW2sTdTq/3RNFuZUvtIRkGbBQawlFdCl3AKsAbq6/099NWHz2NPRC/Jf/dL/m8EQ+fa67Pzjz78WrTJmvrv7nspbZopkENRQQ/aXpo+8MPEkLdw7XV+SpPXQtoyAGWX5SLxqmU09mT58n4+giZ/MxtfZQxbt3vBjEews6+zpOYiQbqav3x4WJhpOOPaXuIUgo0rofSir3hFrB5pRUJ8bCEpEgujY+PzP9KeP2G9Bug2d+/PW2m6tUjo7gYzjfuoV+Cm/zMSJTQiKREOKABovfM/0Pc+1kIuoJFBNN3LBryDytjXUBupJTFzoDCnRwFuiD4X0bGLfk/xwOSAAAAAElFTkSuQmCC), auto!important; -} - -:root:has(#theme-CustomCursor[theme-customcursor-preset="Cat"]) * { - cursor: url(data:image/png;base64,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), auto!important; -} - -:root:has(#theme-CustomCursor[theme-customcursor-preset="CustomCursor"]) * { - cursor: var(--uc-customcursor-cursor), auto!important; -} + :root:has(#theme-CustomCursor[theme-customcursor-preset="Cat"]) * { + cursor: url(data:image/png;base64,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), + auto !important; + } + :root:has(#theme-CustomCursor[theme-customcursor-preset="CustomCursor"]) * { + cursor: var(--uc-customcursor-cursor), auto !important; + } } diff --git a/themes/a7125691-139e-4a62-aad9-06c6e9f2e5ba/preferences.json b/themes/a7125691-139e-4a62-aad9-06c6e9f2e5ba/preferences.json index b014cd6f..94879d9c 100644 --- a/themes/a7125691-139e-4a62-aad9-06c6e9f2e5ba/preferences.json +++ b/themes/a7125691-139e-4a62-aad9-06c6e9f2e5ba/preferences.json @@ -1,46 +1,46 @@ [ - { - "property": "theme.customcursor.preset", - "label": "Custom Cursor Preset", - "type": "dropdown", - "placeholder": "Select a cursor", - "defaultValue": "Silver", - "options": [ - { - "label": "Silver", - "value": "Silver" - }, - { - "label": "Anime", - "value": "Anime" - }, - { - "label": "AmongUs", - "value": "AmongUs" - }, - { - "label": "Diamond", - "value": "Diamond" - }, - { - "label": "Minecraft", - "value": "Minecraft" - }, - { - "label": "Cat", - "value": "Cat" - }, - { - "label": "Custom Cursor: Paste URL or Base64 using nimadez.github.io/base64/", - "value": "CustomCursor" - } - ] - }, - { - "property": "uc.customcursor.cursor", - "label": "Custom Cursor (URL or Base64)", - "placeholder": "URL or Base64", - "defaultValue": "url()", - "type": "string" - } -] \ No newline at end of file + { + "property": "theme.customcursor.preset", + "label": "Custom Cursor Preset", + "type": "dropdown", + "placeholder": "Select a cursor", + "defaultValue": "Silver", + "options": [ + { + "label": "Silver", + "value": "Silver" + }, + { + "label": "Anime", + "value": "Anime" + }, + { + "label": "AmongUs", + "value": "AmongUs" + }, + { + "label": "Diamond", + "value": "Diamond" + }, + { + "label": "Minecraft", + "value": "Minecraft" + }, + { + "label": "Cat", + "value": "Cat" + }, + { + "label": "Custom Cursor: Paste URL or Base64 using nimadez.github.io/base64/", + "value": "CustomCursor" + } + ] + }, + { + "property": "uc.customcursor.cursor", + "label": "Custom Cursor (URL or Base64)", + "placeholder": "URL or Base64", + "defaultValue": "url()", + "type": "string" + } +] diff --git a/themes/a7125691-139e-4a62-aad9-06c6e9f2e5ba/readme.md b/themes/a7125691-139e-4a62-aad9-06c6e9f2e5ba/readme.md index 52504fd8..5410f790 100644 --- a/themes/a7125691-139e-4a62-aad9-06c6e9f2e5ba/readme.md +++ b/themes/a7125691-139e-4a62-aad9-06c6e9f2e5ba/readme.md @@ -1,2 +1 @@ - Choose your custom cursor! diff --git a/themes/a7125691-139e-4a62-aad9-06c6e9f2e5ba/theme.json b/themes/a7125691-139e-4a62-aad9-06c6e9f2e5ba/theme.json index e7b177fd..10bdb24c 100644 --- a/themes/a7125691-139e-4a62-aad9-06c6e9f2e5ba/theme.json +++ b/themes/a7125691-139e-4a62-aad9-06c6e9f2e5ba/theme.json @@ -1,15 +1,15 @@ { - "id": "a7125691-139e-4a62-aad9-06c6e9f2e5ba", - "name": "CustomCursor", - "description": "Choose your custom cursor!", - "homepage": "https://github.com/GunGunGun/zenCustomCursorMod", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a7125691-139e-4a62-aad9-06c6e9f2e5ba/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a7125691-139e-4a62-aad9-06c6e9f2e5ba/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a7125691-139e-4a62-aad9-06c6e9f2e5ba/image.png", - "author": "GunGunGun", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-10-26", - "updatedAt": "2024-10-26", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a7125691-139e-4a62-aad9-06c6e9f2e5ba/preferences.json" -} \ No newline at end of file + "id": "a7125691-139e-4a62-aad9-06c6e9f2e5ba", + "name": "CustomCursor", + "description": "Choose your custom cursor!", + "homepage": "https://github.com/GunGunGun/zenCustomCursorMod", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a7125691-139e-4a62-aad9-06c6e9f2e5ba/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a7125691-139e-4a62-aad9-06c6e9f2e5ba/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a7125691-139e-4a62-aad9-06c6e9f2e5ba/image.png", + "author": "GunGunGun", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-10-26", + "updatedAt": "2024-10-26", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a7125691-139e-4a62-aad9-06c6e9f2e5ba/preferences.json" +} diff --git a/themes/ab9b529c-63d6-48c0-a59a-4a407c5c3129/preferences.json b/themes/ab9b529c-63d6-48c0-a59a-4a407c5c3129/preferences.json index 89b3bbd0..7b7df09b 100644 --- a/themes/ab9b529c-63d6-48c0-a59a-4a407c5c3129/preferences.json +++ b/themes/ab9b529c-63d6-48c0-a59a-4a407c5c3129/preferences.json @@ -1,68 +1,68 @@ [ - { - "property": "uc.minimal-sidebar.hide-alltabs-button.enabled", - "label": "Hide the alltabs button", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.minimal-sidebar.hide-newtab-button.enabled", - "label": "Hide the newtab button", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.minimal-sidebar.hide-profile-button.enabled", - "label": "Hide the profile button", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.minimal-sidebar.hide-expand-sidebar-button.enabled", - "label": "Hide the expand sidebar button", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.minimal-sidebar.hide-bookmark-button.enabled", - "label": "Hide the bookmarks button", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.minimal-sidebar.hide-history-button.enabled", - "label": "Hide the history button", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.minimal-sidebar.hide-preferences-button.enabled", - "label": "Hide the preferences button", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.minimal-sidebar.hide-sidepanel-button.enabled", - "label": "Hide the sidepanel button", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.minimal-sidebar.compact-spacing.enabled", - "label": "Make padding above the remaining buttons smaller", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.minimal-sidebar.hide-sidebar.enabled", - "label": "Hide all sidebar buttons", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.minimal-sidebar.fix-sidebar-width.enabled", - "label": "Fix sidebar width when you hide all buttons and workspaces", - "type": "checkbox", - "disabledOn": [] - } -] \ No newline at end of file + { + "property": "uc.minimal-sidebar.hide-alltabs-button.enabled", + "label": "Hide the alltabs button", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.minimal-sidebar.hide-newtab-button.enabled", + "label": "Hide the newtab button", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.minimal-sidebar.hide-profile-button.enabled", + "label": "Hide the profile button", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.minimal-sidebar.hide-expand-sidebar-button.enabled", + "label": "Hide the expand sidebar button", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.minimal-sidebar.hide-bookmark-button.enabled", + "label": "Hide the bookmarks button", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.minimal-sidebar.hide-history-button.enabled", + "label": "Hide the history button", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.minimal-sidebar.hide-preferences-button.enabled", + "label": "Hide the preferences button", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.minimal-sidebar.hide-sidepanel-button.enabled", + "label": "Hide the sidepanel button", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.minimal-sidebar.compact-spacing.enabled", + "label": "Make padding above the remaining buttons smaller", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.minimal-sidebar.hide-sidebar.enabled", + "label": "Hide all sidebar buttons", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.minimal-sidebar.fix-sidebar-width.enabled", + "label": "Fix sidebar width when you hide all buttons and workspaces", + "type": "checkbox", + "disabledOn": [] + } +] diff --git a/themes/ab9b529c-63d6-48c0-a59a-4a407c5c3129/theme.json b/themes/ab9b529c-63d6-48c0-a59a-4a407c5c3129/theme.json index 3c7dbc4d..33d3be97 100644 --- a/themes/ab9b529c-63d6-48c0-a59a-4a407c5c3129/theme.json +++ b/themes/ab9b529c-63d6-48c0-a59a-4a407c5c3129/theme.json @@ -1,15 +1,15 @@ { - "id": "ab9b529c-63d6-48c0-a59a-4a407c5c3129", - "name": "Minimal sidebar", - "description": "With this Zen theme, you can remove the buttons from the sidebar and make more space for your tabs", - "homepage": "https://github.com/Venca321/Zen-Minimal-Sidebar-Theme", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ab9b529c-63d6-48c0-a59a-4a407c5c3129/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ab9b529c-63d6-48c0-a59a-4a407c5c3129/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ab9b529c-63d6-48c0-a59a-4a407c5c3129/image.png", - "author": "Venca321", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ab9b529c-63d6-48c0-a59a-4a407c5c3129/preferences.json", - "version": "1.1.0", - "tags": [], - "createdAt": "2024-08-23", - "updatedAt": "2024-09-10" -} \ No newline at end of file + "id": "ab9b529c-63d6-48c0-a59a-4a407c5c3129", + "name": "Minimal sidebar", + "description": "With this Zen theme, you can remove the buttons from the sidebar and make more space for your tabs", + "homepage": "https://github.com/Venca321/Zen-Minimal-Sidebar-Theme", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ab9b529c-63d6-48c0-a59a-4a407c5c3129/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ab9b529c-63d6-48c0-a59a-4a407c5c3129/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ab9b529c-63d6-48c0-a59a-4a407c5c3129/image.png", + "author": "Venca321", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ab9b529c-63d6-48c0-a59a-4a407c5c3129/preferences.json", + "version": "1.1.0", + "tags": [], + "createdAt": "2024-08-23", + "updatedAt": "2024-09-10" +} diff --git a/themes/abc2d6d8-ea9c-4313-a99c-fb1e76e8b3e5/chrome.css b/themes/abc2d6d8-ea9c-4313-a99c-fb1e76e8b3e5/chrome.css index d5f971a4..d2ca475b 100644 --- a/themes/abc2d6d8-ea9c-4313-a99c-fb1e76e8b3e5/chrome.css +++ b/themes/abc2d6d8-ea9c-4313-a99c-fb1e76e8b3e5/chrome.css @@ -1,8 +1,12 @@ & #tabbrowser-tabbox #tabbrowser-tabpanels .browserSidebarContainer { - box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1) !important; + box-shadow: + 0 4px 8px rgba(0, 0, 0, 0.1), + 0 6px 20px rgba(0, 0, 0, 0.1) !important; --uc-tweak-rounded-corners-shadow-color: #141515 !important; } -#tabbrowser-tabpanels[zen-split-view='true'] .browserSidebarContainer.deck-selected { - outline: 2px solid color-mix(in srgb, var(--zen-primary-color) 50%, transparent) !important; +#tabbrowser-tabpanels[zen-split-view="true"] + .browserSidebarContainer.deck-selected { + outline: 2px solid + color-mix(in srgb, var(--zen-primary-color) 50%, transparent) !important; } diff --git a/themes/abc2d6d8-ea9c-4313-a99c-fb1e76e8b3e5/readme.md b/themes/abc2d6d8-ea9c-4313-a99c-fb1e76e8b3e5/readme.md index 2ac6b27e..b917e412 100644 --- a/themes/abc2d6d8-ea9c-4313-a99c-fb1e76e8b3e5/readme.md +++ b/themes/abc2d6d8-ea9c-4313-a99c-fb1e76e8b3e5/readme.md @@ -1,2 +1 @@ - Adds a drop shadow to the website's browser panel. diff --git a/themes/abc2d6d8-ea9c-4313-a99c-fb1e76e8b3e5/theme.json b/themes/abc2d6d8-ea9c-4313-a99c-fb1e76e8b3e5/theme.json index fec3e4b9..38cdd05e 100644 --- a/themes/abc2d6d8-ea9c-4313-a99c-fb1e76e8b3e5/theme.json +++ b/themes/abc2d6d8-ea9c-4313-a99c-fb1e76e8b3e5/theme.json @@ -1,14 +1,14 @@ { - "id": "abc2d6d8-ea9c-4313-a99c-fb1e76e8b3e5", - "name": "Drop Shadow", - "description": "Adds a drop shadow to the website's browser panel.", - "homepage": "https://github.com/mohvn/dropshadow-zenbrowser", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/abc2d6d8-ea9c-4313-a99c-fb1e76e8b3e5/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/abc2d6d8-ea9c-4313-a99c-fb1e76e8b3e5/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/abc2d6d8-ea9c-4313-a99c-fb1e76e8b3e5/image.png", - "author": "mohvn", - "version": "1.0.2", - "tags": [], - "createdAt": "2024-09-03", - "updatedAt": "2024-10-19" -} \ No newline at end of file + "id": "abc2d6d8-ea9c-4313-a99c-fb1e76e8b3e5", + "name": "Drop Shadow", + "description": "Adds a drop shadow to the website's browser panel.", + "homepage": "https://github.com/mohvn/dropshadow-zenbrowser", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/abc2d6d8-ea9c-4313-a99c-fb1e76e8b3e5/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/abc2d6d8-ea9c-4313-a99c-fb1e76e8b3e5/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/abc2d6d8-ea9c-4313-a99c-fb1e76e8b3e5/image.png", + "author": "mohvn", + "version": "1.0.2", + "tags": [], + "createdAt": "2024-09-03", + "updatedAt": "2024-10-19" +} diff --git a/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/chrome.css b/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/chrome.css index fe0d0246..1f736640 100644 --- a/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/chrome.css +++ b/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/chrome.css @@ -1,203 +1,282 @@ @media (-moz-bool-pref: "zen.tabs.vertical") { - - /* Makes essentials transparent (when toggled) */ - :root:has(#theme-SuperPins[uc-essentials-color-scheme="transparent"]) { - .tabbrowser-tab[zen-essential="true"]:not(:hover):not([selected="true"]) .tab-stack .tab-background { - background-color: transparent !important; - } + /* Makes essentials transparent (when toggled) */ + :root:has(#theme-SuperPins[uc-essentials-color-scheme="transparent"]) { + .tabbrowser-tab[zen-essential="true"]:not(:hover):not([selected="true"]) + .tab-stack + .tab-background { + background-color: transparent !important; + } + } + + @media (-moz-bool-pref: "zen.view.sidebar-expanded") and (not (-moz-bool-pref: "zen.view.sidebar-expanded.on-hover")) { + /* Set width of Essentials (Dropdown) */ + :root:has(#theme-SuperPins[uc-essentials-width="Thin"]) { + --essentials-width: 50px; + } + :root:has(#theme-SuperPins[uc-essentials-width="Normal"]) { + --essentials-width: 60px; + } + :root:has(#theme-SuperPins[uc-essentials-width="Wide"]) { + --essentials-width: 70px; } - @media (-moz-bool-pref: "zen.view.sidebar-expanded") and (not (-moz-bool-pref: "zen.view.sidebar-expanded.on-hover")) { - /* Set width of Essentials (Dropdown) */ - :root:has(#theme-SuperPins[uc-essentials-width="Thin"]) { - --essentials-width: 50px; - } - :root:has(#theme-SuperPins[uc-essentials-width="Normal"]) { - --essentials-width: 60px; - } - :root:has(#theme-SuperPins[uc-essentials-width="Wide"]) { - --essentials-width: 70px; - } - - :root:has(#theme-SuperPins[uc-essentials-width="Thin"], #theme-SuperPins[uc-essentials-width="Normal"], #theme-SuperPins[uc-essentials-width="Wide"]) { - #zen-essentials-container { - grid-template-columns: repeat(auto-fit, minmax(var(--essentials-width), auto)) !important; - } - } - - /* Set margin between Essentials (Dropdown) */ - :root:has(#theme-SuperPins[uc-essentials-gap="Small"]) { - --essentials-gap: 0px; - } - :root:has(#theme-SuperPins[uc-essentials-gap="Normal"]) { - --essentials-gap: 2px; - } - :root:has(#theme-SuperPins[uc-essentials-gap="Big"]) { - --essentials-gap: 5px; - } - - :root:has(#theme-SuperPins[uc-essentials-gap="Small"], #theme-SuperPins[uc-essentials-gap="Normal"], #theme-SuperPins[uc-essentials-gap="Big"]) { - #zen-essentials-container { - gap: var(--essentials-gap) var(--essentials-gap) !important; - } - } + :root:has( + #theme-SuperPins[uc-essentials-width="Thin"], + #theme-SuperPins[uc-essentials-width="Normal"], + #theme-SuperPins[uc-essentials-width="Wide"] + ) { + #zen-essentials-container { + grid-template-columns: repeat( + auto-fit, + minmax(var(--essentials-width), auto) + ) !important; + } } - /* Enables legacy layout for pinned tabs (icon only in grid) */ - @media (-moz-bool-pref: "uc.pins.legacy-layout") { - #vertical-pinned-tabs-container { - display: grid !important; - grid-template-columns: repeat(auto-fit, minmax(var(--tab-pinned-min-width-expanded), auto)) !important; - overflow-y: auto !important; - overflow-x: hidden !important; - scrollbar-width: thin !important; - } - - #vertical-pinned-tabs-container .tab-close-button { - display: none !important; - } - - #vertical-pinned-tabs-container .tab-label-container { - display: none !important; - } - - #vertical-pinned-tabs-container .tab-icon-image { - margin: 0 !important; - } + /* Set margin between Essentials (Dropdown) */ + :root:has(#theme-SuperPins[uc-essentials-gap="Small"]) { + --essentials-gap: 0px; + } + :root:has(#theme-SuperPins[uc-essentials-gap="Normal"]) { + --essentials-gap: 2px; + } + :root:has(#theme-SuperPins[uc-essentials-gap="Big"]) { + --essentials-gap: 5px; } - /* Make Essentials look more box like */ - @media (-moz-bool-pref: "uc.essentials.box-like-corners") { - .tabbrowser-tab[zen-essential="true"] .tab-stack .tab-background { - border-radius: 5px !important; - } + :root:has( + #theme-SuperPins[uc-essentials-gap="Small"], + #theme-SuperPins[uc-essentials-gap="Normal"], + #theme-SuperPins[uc-essentials-gap="Big"] + ) { + #zen-essentials-container { + gap: var(--essentials-gap) var(--essentials-gap) !important; + } + } + } + + /* Enables legacy layout for pinned tabs (icon only in grid) */ + @media (-moz-bool-pref: "uc.pins.legacy-layout") { + #vertical-pinned-tabs-container { + display: grid !important; + grid-template-columns: repeat( + auto-fit, + minmax(var(--tab-pinned-min-width-expanded), auto) + ) !important; + overflow-y: auto !important; + overflow-x: hidden !important; + scrollbar-width: thin !important; } - /* Adds a little bg to the pinned tabs */ - @media (-moz-bool-pref: "uc.pins.bg") { - @media (prefers-color-scheme: light) { - :root { - --pins-bg-percentage: 40%; - } - } - @media (prefers-color-scheme: dark) { - :root { - --pins-bg-percentage: 7%; - } - } - - /* background color of pinned tabs in a normal state (not hovered/selected) */ - .tabbrowser-tab[pinned]:not([zen-essential="true"]) .tab-stack .tab-background { - background-color: color-mix(in srgb, white var(--pins-bg-percentage), transparent) !important; - } - - /* background color when hovering */ - .tabbrowser-tab[pinned]:not([zen-essential="true"]):hover .tab-stack .tab-background { - background-color: color-mix(in srgb, white calc(var(--pins-bg-percentage) + 3%), transparent) !important; - } - - /* background color when selected */ - .tabbrowser-tab[pinned]:not([zen-essential="true"])[selected="true"] .tab-stack .tab-background, - .tabbrowser-tab[pinned]:not([zen-essential="true"])[multiselected="true"] .tab-stack .tab-background { - background-color: color-mix(in srgb, white calc(var(--pins-bg-percentage) + 16%), transparent) !important; - } - - /* background color when selected and hovering*/ - .tabbrowser-tab[pinned]:not([zen-essential="true"])[selected="true"]:hover .tab-stack .tab-background, - .tabbrowser-tab[pinned]:not([zen-essential="true"])[multiselected="true"]:hover .tab-stack .tab-background { - background-color: color-mix(in srgb, white calc(var(--pins-bg-percentage) + 18%), transparent) !important; - } + #vertical-pinned-tabs-container .tab-close-button { + display: none !important; } - /* Adds border to Pins/Essentials (when toggled) */ - :root:has(#theme-SuperPins[uc-superpins-border="essentials"]) { - #zen-essentials-container .tabbrowser-tab[zen-essential="true"] .tab-stack .tab-background { - border: 1px solid light-dark(color-mix(in srgb, var(--zen-colors-secondary) 80%, black), color-mix(in srgb, var(--zen-colors-secondary) 80%, white)) !important; - } + #vertical-pinned-tabs-container .tab-label-container { + display: none !important; } - :root:has(#theme-SuperPins[uc-superpins-border="pins"]) { - .tabbrowser-tab[pinned]:not([zen-essential="true"]) .tab-stack .tab-background { - border: 1px solid light-dark(color-mix(in srgb, var(--zen-colors-secondary) 80%, black), color-mix(in srgb, var(--zen-colors-secondary) 80%, white)) !important; - } + #vertical-pinned-tabs-container .tab-icon-image { + margin: 0 !important; + } + } + + /* Make Essentials look more box like */ + @media (-moz-bool-pref: "uc.essentials.box-like-corners") { + .tabbrowser-tab[zen-essential="true"] .tab-stack .tab-background { + border-radius: 5px !important; + } + } + + /* Adds a little bg to the pinned tabs */ + @media (-moz-bool-pref: "uc.pins.bg") { + @media (prefers-color-scheme: light) { + :root { + --pins-bg-percentage: 40%; + } + } + @media (prefers-color-scheme: dark) { + :root { + --pins-bg-percentage: 7%; + } } - :root:has(#theme-SuperPins[uc-superpins-border="both"]) { - .tabbrowser-tab[pinned] .tab-stack .tab-background { - border: 1px solid light-dark(color-mix(in srgb, var(--zen-colors-secondary) 80%, black), color-mix(in srgb, var(--zen-colors-secondary) 80%, white)) !important; - } + /* background color of pinned tabs in a normal state (not hovered/selected) */ + .tabbrowser-tab[pinned]:not([zen-essential="true"]) + .tab-stack + .tab-background { + background-color: color-mix( + in srgb, + white var(--pins-bg-percentage), + transparent + ) !important; } - /* Hides unloaded tabs when tab bar is collapsed (when toggled)*/ - @media (not (-moz-bool-pref: "zen.view.sidebar-expanded")) { - :root:has(#theme-SuperPins[uc-pins-only-show-active="Normal"]) { - .tabbrowser-tab[pinned]:not([zen-essential="true"])[pending="true"] { - position: absolute !important; - /* Using position: absolute and visibility: hidden instead of display:none stops the icons of unloaded tabs from loading when sidebar expands */ - visibility: hidden !important; - } - } - - /* Shows all pins when user is hovering over them when tab bar is collapsed */ - :root:has(#theme-SuperPins[uc-pins-only-show-active="OnHover"]) { - .tabbrowser-tab[pinned]:not([zen-essential="true"])[pending="true"] { - position: absolute !important; - /* Using position: absolute and visibility: hidden instead of display:none stops the icons of unloaded tabs from loading when sidebar expands */ - visibility: hidden !important; - } - - #vertical-pinned-tabs-container:hover .tabbrowser-tab[pinned]:not([zen-essential="true"])[pending="true"] { - position: relative !important; - visibility: visible !important; - } - - #vertical-pinned-tabs-container { - position: relative; - } - - #vertical-pinned-tabs-container::before { - content: ''; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 10px; - background-color: transparent; - } - - #vertical-pinned-tabs-container::before:hover .tabbrowser-tab[pinned]:not([zen-essential="true"])[pending="true"] { - position: relative !important; - visibility: visible !important; - } - } + /* background color when hovering */ + .tabbrowser-tab[pinned]:not([zen-essential="true"]):hover + .tab-stack + .tab-background { + background-color: color-mix( + in srgb, + white calc(var(--pins-bg-percentage) + 3%), + transparent + ) !important; } - /* Hides unloaded tabs when tab bar is collapsed when in "Expand on hove" mode (when toggled) */ - @media (-moz-bool-pref: "zen.view.sidebar-expanded") and (-moz-bool-pref: "zen.view.sidebar-expanded.on-hover") { - :root:has(#theme-SuperPins[uc-pins-only-show-active="Normal"]), - :root:has(#theme-SuperPins[uc-pins-only-show-active="OnHover"]) { - #navigator-toolbox:not( :is(#navigator-toolbox[zen-has-hover], #navigator-toolbox:focus-within, #navigator-toolbox[movingtab], #navigator-toolbox[flash-popup], #navigator-toolbox[has-popup-menu], #navigator-toolbox:has(.tabbrowser-tab:active), #navigator-toolbox:has(*[open='true']:not(tab):not(#zen-sidepanel-button)))) { - .tabbrowser-tab[pinned]:not([zen-essential="true"])[pending="true"] { - position: absolute !important; - /* Using position: absolute and visibility: hidden instead of display:none stops the icons of unloaded tabs from loading when sidebar expands */ - visibility: hidden !important; - } - } - } + /* background color when selected */ + .tabbrowser-tab[pinned]:not([zen-essential="true"])[selected="true"] + .tab-stack + .tab-background, + .tabbrowser-tab[pinned]:not([zen-essential="true"])[multiselected="true"] + .tab-stack + .tab-background { + background-color: color-mix( + in srgb, + white calc(var(--pins-bg-percentage) + 16%), + transparent + ) !important; } - /* Let pinned tabs have the same selected styling as essentials */ - @media (-moz-bool-pref: "uc.pins.essentials-layout") { - #vertical-pinned-tabs-container { - grid-template-columns: repeat(auto-fit, minmax(var(--essentials-width), auto)) !important; - gap: var(--essentials-gap) var(--essentials-gap) !important; - } + /* background color when selected and hovering*/ + .tabbrowser-tab[pinned]:not([zen-essential="true"])[selected="true"]:hover + .tab-stack + .tab-background, + .tabbrowser-tab[pinned]:not( + [zen-essential="true"] + )[multiselected="true"]:hover + .tab-stack + .tab-background { + background-color: color-mix( + in srgb, + white calc(var(--pins-bg-percentage) + 18%), + transparent + ) !important; + } + } + + /* Adds border to Pins/Essentials (when toggled) */ + :root:has(#theme-SuperPins[uc-superpins-border="essentials"]) { + #zen-essentials-container + .tabbrowser-tab[zen-essential="true"] + .tab-stack + .tab-background { + border: 1px solid + light-dark( + color-mix(in srgb, var(--zen-colors-secondary) 80%, black), + color-mix(in srgb, var(--zen-colors-secondary) 80%, white) + ) !important; + } + } + + :root:has(#theme-SuperPins[uc-superpins-border="pins"]) { + .tabbrowser-tab[pinned]:not([zen-essential="true"]) + .tab-stack + .tab-background { + border: 1px solid + light-dark( + color-mix(in srgb, var(--zen-colors-secondary) 80%, black), + color-mix(in srgb, var(--zen-colors-secondary) 80%, white) + ) !important; + } + } + + :root:has(#theme-SuperPins[uc-superpins-border="both"]) { + .tabbrowser-tab[pinned] .tab-stack .tab-background { + border: 1px solid + light-dark( + color-mix(in srgb, var(--zen-colors-secondary) 80%, black), + color-mix(in srgb, var(--zen-colors-secondary) 80%, white) + ) !important; + } + } + + /* Hides unloaded tabs when tab bar is collapsed (when toggled)*/ + @media (not (-moz-bool-pref: "zen.view.sidebar-expanded")) { + :root:has(#theme-SuperPins[uc-pins-only-show-active="Normal"]) { + .tabbrowser-tab[pinned]:not([zen-essential="true"])[pending="true"] { + position: absolute !important; + /* Using position: absolute and visibility: hidden instead of display:none stops the icons of unloaded tabs from loading when sidebar expands */ + visibility: hidden !important; + } } - /* Hide reset button on pinned tabs */ - @media (-moz-bool-pref: "uc.pins.hide-reset-button") { - #vertical-pinned-tabs-container .tab-reset-button { - display: none !important; - } + /* Shows all pins when user is hovering over them when tab bar is collapsed */ + :root:has(#theme-SuperPins[uc-pins-only-show-active="OnHover"]) { + .tabbrowser-tab[pinned]:not([zen-essential="true"])[pending="true"] { + position: absolute !important; + /* Using position: absolute and visibility: hidden instead of display:none stops the icons of unloaded tabs from loading when sidebar expands */ + visibility: hidden !important; + } + + #vertical-pinned-tabs-container:hover + .tabbrowser-tab[pinned]:not([zen-essential="true"])[pending="true"] { + position: relative !important; + visibility: visible !important; + } + + #vertical-pinned-tabs-container { + position: relative; + } + + #vertical-pinned-tabs-container::before { + content: ""; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 10px; + background-color: transparent; + } + + #vertical-pinned-tabs-container::before:hover + .tabbrowser-tab[pinned]:not([zen-essential="true"])[pending="true"] { + position: relative !important; + visibility: visible !important; + } } + } + + /* Hides unloaded tabs when tab bar is collapsed when in "Expand on hove" mode (when toggled) */ + @media (-moz-bool-pref: "zen.view.sidebar-expanded") and (-moz-bool-pref: "zen.view.sidebar-expanded.on-hover") { + :root:has(#theme-SuperPins[uc-pins-only-show-active="Normal"]), + :root:has(#theme-SuperPins[uc-pins-only-show-active="OnHover"]) { + #navigator-toolbox:not( + :is( + #navigator-toolbox[zen-has-hover], + #navigator-toolbox:focus-within, + #navigator-toolbox[movingtab], + #navigator-toolbox[flash-popup], + #navigator-toolbox[has-popup-menu], + #navigator-toolbox:has(.tabbrowser-tab:active), + #navigator-toolbox:has( + *[open="true"]:not(tab):not(#zen-sidepanel-button) + ) + ) + ) { + .tabbrowser-tab[pinned]:not([zen-essential="true"])[pending="true"] { + position: absolute !important; + /* Using position: absolute and visibility: hidden instead of display:none stops the icons of unloaded tabs from loading when sidebar expands */ + visibility: hidden !important; + } + } + } + } + + /* Let pinned tabs have the same selected styling as essentials */ + @media (-moz-bool-pref: "uc.pins.essentials-layout") { + #vertical-pinned-tabs-container { + grid-template-columns: repeat( + auto-fit, + minmax(var(--essentials-width), auto) + ) !important; + gap: var(--essentials-gap) var(--essentials-gap) !important; + } + } + + /* Hide reset button on pinned tabs */ + @media (-moz-bool-pref: "uc.pins.hide-reset-button") { + #vertical-pinned-tabs-container .tab-reset-button { + display: none !important; + } + } } diff --git a/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/preferences.json b/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/preferences.json index f9296415..32e11ac3 100644 --- a/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/preferences.json +++ b/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/preferences.json @@ -1,145 +1,145 @@ [ - { - "property": "uc.essentials.width", - "label": "Select the general width of Essentials (The width before the Essentials start wrapping to the next row)", - "type": "dropdown", - "placeholder": "Zen Default", - "defaultValue": "Normal", - "disabledOn": [], - "options": [ - { - "label": "Thin", - "value": "Thin" - }, - { - "label": "Normal", - "value": "Normal" - }, - { - "label": "Wide", - "value": "Wide" - } - ] - }, - { - "property": "uc.essentials.gap", - "label": "Select the gap between Essentials", - "type": "dropdown", - "placeholder": "Zen Default", - "defaultValue": "Normal", - "disabledOn": [], - "options": [ - { - "label": "Small", - "value": "Small" - }, - { - "label": "Normal", - "value": "Normal" - }, - { - "label": "Big", - "value": "Big" - } - ] - }, - { - "property": "uc.pins.essentials-layout", - "label": "Adds selected width and gap styles from Essentials to pinned tabs as well", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.essentials.color-scheme", - "label": "Background/Color types of Essentials", - "type": "dropdown", - "placeholder": "Zen Default", - "disabledOn": [], - "options": [ - { - "label": "Transparent Background", - "value": "transparent" - } - ] - }, - { - "property": "uc.essentials.box-like-corners", - "label": "Makes the Essentials look more box like (Less rounded edges)", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.superpins.border", - "label": "Add a border around Pins/Essentials", - "type": "dropdown", - "placeholder": "Disabled", - "disabledOn": [], - "options": [ - { - "label": "Pins only", - "value": "pins" - }, - { - "label": "Essentials only", - "value": "essentials" - }, - { - "label": "Pins + Essentials", - "value": "both" - } - ] - }, - { - "property": "uc.pins.legacy-layout", - "label": "Makes pinned tabs look similar to Essentials (icon only in a grid)", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.pins.bg", - "label": "Adds a background to the pinned tabs", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.pins.hide-reset-button", - "label": "Hide the reset button on pinned tabs", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.pins.only-show-active", - "label": "Only shows loaded pinned tabs (when the tab bar is collapsed)", - "type": "dropdown", - "placeholder": "Disabled", - "disabledOn": [], - "options": [ - { - "label": "Normal", - "value": "Normal" - }, - { - "label": "Also show them on hover", - "value": "OnHover" - } - ] - }, - { - "property": "zen.workspaces.show-workspace-indicator", - "label": "Shows the workspace-indicator between Essentials and Pins", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "browser.sessionstore.restore_pinned_tabs_on_demand", - "label": "Loads pinned tabs only when using them, instead of loading all of them on startup", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "zen.tabs.dim-pending", - "label": "Dims unloaded tabs", - "type": "checkbox", - "disabledOn": [] - } -] \ No newline at end of file + { + "property": "uc.essentials.width", + "label": "Select the general width of Essentials (The width before the Essentials start wrapping to the next row)", + "type": "dropdown", + "placeholder": "Zen Default", + "defaultValue": "Normal", + "disabledOn": [], + "options": [ + { + "label": "Thin", + "value": "Thin" + }, + { + "label": "Normal", + "value": "Normal" + }, + { + "label": "Wide", + "value": "Wide" + } + ] + }, + { + "property": "uc.essentials.gap", + "label": "Select the gap between Essentials", + "type": "dropdown", + "placeholder": "Zen Default", + "defaultValue": "Normal", + "disabledOn": [], + "options": [ + { + "label": "Small", + "value": "Small" + }, + { + "label": "Normal", + "value": "Normal" + }, + { + "label": "Big", + "value": "Big" + } + ] + }, + { + "property": "uc.pins.essentials-layout", + "label": "Adds selected width and gap styles from Essentials to pinned tabs as well", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.essentials.color-scheme", + "label": "Background/Color types of Essentials", + "type": "dropdown", + "placeholder": "Zen Default", + "disabledOn": [], + "options": [ + { + "label": "Transparent Background", + "value": "transparent" + } + ] + }, + { + "property": "uc.essentials.box-like-corners", + "label": "Makes the Essentials look more box like (Less rounded edges)", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.superpins.border", + "label": "Add a border around Pins/Essentials", + "type": "dropdown", + "placeholder": "Disabled", + "disabledOn": [], + "options": [ + { + "label": "Pins only", + "value": "pins" + }, + { + "label": "Essentials only", + "value": "essentials" + }, + { + "label": "Pins + Essentials", + "value": "both" + } + ] + }, + { + "property": "uc.pins.legacy-layout", + "label": "Makes pinned tabs look similar to Essentials (icon only in a grid)", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.pins.bg", + "label": "Adds a background to the pinned tabs", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.pins.hide-reset-button", + "label": "Hide the reset button on pinned tabs", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.pins.only-show-active", + "label": "Only shows loaded pinned tabs (when the tab bar is collapsed)", + "type": "dropdown", + "placeholder": "Disabled", + "disabledOn": [], + "options": [ + { + "label": "Normal", + "value": "Normal" + }, + { + "label": "Also show them on hover", + "value": "OnHover" + } + ] + }, + { + "property": "zen.workspaces.show-workspace-indicator", + "label": "Shows the workspace-indicator between Essentials and Pins", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "browser.sessionstore.restore_pinned_tabs_on_demand", + "label": "Loads pinned tabs only when using them, instead of loading all of them on startup", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "zen.tabs.dim-pending", + "label": "Dims unloaded tabs", + "type": "checkbox", + "disabledOn": [] + } +] diff --git a/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/readme.md b/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/readme.md index 83a76db7..5c684eeb 100644 --- a/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/readme.md +++ b/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/readme.md @@ -3,14 +3,15 @@ This **Zen Mod** elevates your experience with pinned tabs and Essentials by making some UI/UX changes. ## Features (toggle in Zens Mod settings): - - Increase the width of Essentials/Pins (This can be controlled through a dropdown) - - Controllable Margins between Essentials/Pins (3 Options Dropdown) - - Grid Layout for pinned tabs (Similar to Essentials, icon only) - - Subtle Background for pinned tabs - - Border around pinned tabs and/or Essentials - - Box like corners for Essentials (less rounded corners) - - Hide unloaded pinned tabs when tab bar is collapsed (Additional option: Show all pinned tabs on hover even with tab bar collapsed) - - Make Essentials transparent - - Hide the workspace indicator between Essentials and Pins - - Load pinned tabs only when using them, instead of loading all of them on startup - - Dim unloaded tabs + +- Increase the width of Essentials/Pins (This can be controlled through a dropdown) +- Controllable Margins between Essentials/Pins (3 Options Dropdown) +- Grid Layout for pinned tabs (Similar to Essentials, icon only) +- Subtle Background for pinned tabs +- Border around pinned tabs and/or Essentials +- Box like corners for Essentials (less rounded corners) +- Hide unloaded pinned tabs when tab bar is collapsed (Additional option: Show all pinned tabs on hover even with tab bar collapsed) +- Make Essentials transparent +- Hide the workspace indicator between Essentials and Pins +- Load pinned tabs only when using them, instead of loading all of them on startup +- Dim unloaded tabs diff --git a/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/theme.json b/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/theme.json index 28c6eba0..5f56b294 100644 --- a/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/theme.json +++ b/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/theme.json @@ -1,17 +1,15 @@ { - "id": "ad97bb70-0066-4e42-9b5f-173a5e42c6fc", - "name": "SuperPins", - "description": "This Zen Mod enhances pinned tabs/Essentials, by making some UI/UX changes.", - "homepage": "https://github.com/JLBlk/Zen-Themes/tree/main/SuperPins", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/image.png", - "author": "JLBlk", - "version": "1.4.2", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/preferences.json", - "tags": [ - "tabs" - ], - "createdAt": "2024-08-28", - "updatedAt": "2024-12-16" -} \ No newline at end of file + "id": "ad97bb70-0066-4e42-9b5f-173a5e42c6fc", + "name": "SuperPins", + "description": "This Zen Mod enhances pinned tabs/Essentials, by making some UI/UX changes.", + "homepage": "https://github.com/JLBlk/Zen-Themes/tree/main/SuperPins", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/image.png", + "author": "JLBlk", + "version": "1.4.2", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ad97bb70-0066-4e42-9b5f-173a5e42c6fc/preferences.json", + "tags": ["tabs"], + "createdAt": "2024-08-28", + "updatedAt": "2024-12-16" +} diff --git a/themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/chrome.css b/themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/chrome.css index 9f7a21f7..d13e917b 100644 --- a/themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/chrome.css +++ b/themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/chrome.css @@ -1,4 +1,5 @@ - -#tabbrowser-tabs .tabbrowser-tab:is([visuallyselected]):not(:hover) .tab-reset-button { +#tabbrowser-tabs + .tabbrowser-tab:is([visuallyselected]):not(:hover) + .tab-reset-button { display: none !important; } diff --git a/themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/readme.md b/themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/readme.md index a2ca14dc..4cb42ddb 100644 --- a/themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/readme.md +++ b/themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/readme.md @@ -1,3 +1,2 @@ - Show pinned tab's reset button only on hover, even on the active tab. Zen browser always show the reset button on the active pinned tab by default, and this theme will disable that behavior and make reset button on the active pinned tab only visible on hover. diff --git a/themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/theme.json b/themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/theme.json index 6315b099..8e3f4767 100644 --- a/themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/theme.json +++ b/themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/theme.json @@ -1,14 +1,14 @@ { - "id": "ae051a40-3e3a-429a-a6f4-199a28b18a75", - "name": "Only Reset On Hover", - "description": "Show pinned tab's reset button only on hover, even on the active tab.", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/image.png", - "author": "TheCatRiX", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-12-16", - "updatedAt": "2024-12-16" -} \ No newline at end of file + "id": "ae051a40-3e3a-429a-a6f4-199a28b18a75", + "name": "Only Reset On Hover", + "description": "Show pinned tab's reset button only on hover, even on the active tab.", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ae051a40-3e3a-429a-a6f4-199a28b18a75/image.png", + "author": "TheCatRiX", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-12-16", + "updatedAt": "2024-12-16" +} diff --git a/themes/ae7868dc-1fa1-469e-8b89-a5edf7ab1f24/chrome.css b/themes/ae7868dc-1fa1-469e-8b89-a5edf7ab1f24/chrome.css index 17b7c85b..978eb1dc 100644 --- a/themes/ae7868dc-1fa1-469e-8b89-a5edf7ab1f24/chrome.css +++ b/themes/ae7868dc-1fa1-469e-8b89-a5edf7ab1f24/chrome.css @@ -1,5 +1,3 @@ - - @media (-moz-bool-pref: "zen.view.use-single-toolbar") { #zen-appcontent-wrapper { position: relative !important; @@ -17,7 +15,9 @@ background-color: var(--bar-colour) !important; border-radius: 4px; pointer-events: none !important; - transition: background-color 0.2s ease-in-out, width 0.5s ease-in-out !important; + transition: + background-color 0.2s ease-in-out, + width 0.5s ease-in-out !important; } #main-window { diff --git a/themes/ae7868dc-1fa1-469e-8b89-a5edf7ab1f24/readme.md b/themes/ae7868dc-1fa1-469e-8b89-a5edf7ab1f24/readme.md index fc089394..ba0a6b13 100644 --- a/themes/ae7868dc-1fa1-469e-8b89-a5edf7ab1f24/readme.md +++ b/themes/ae7868dc-1fa1-469e-8b89-a5edf7ab1f24/readme.md @@ -1,4 +1,3 @@ - # Load Bar Creates a sleek loading bar and mute status for single toolbar mode. diff --git a/themes/ae7868dc-1fa1-469e-8b89-a5edf7ab1f24/theme.json b/themes/ae7868dc-1fa1-469e-8b89-a5edf7ab1f24/theme.json index 846fba91..71c80a6f 100644 --- a/themes/ae7868dc-1fa1-469e-8b89-a5edf7ab1f24/theme.json +++ b/themes/ae7868dc-1fa1-469e-8b89-a5edf7ab1f24/theme.json @@ -1,14 +1,14 @@ { - "id": "ae7868dc-1fa1-469e-8b89-a5edf7ab1f24", - "name": "Load Bar", - "description": "Creates a sleek loading bar and mute status for single toolbar mode.", - "homepage": "https://github.com/Tanay-Kar/Zen-Themes/tree/main/LoadBar", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ae7868dc-1fa1-469e-8b89-a5edf7ab1f24/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ae7868dc-1fa1-469e-8b89-a5edf7ab1f24/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ae7868dc-1fa1-469e-8b89-a5edf7ab1f24/image.png", - "author": "Tanay-Kar", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-12-21", - "updatedAt": "2024-12-31" -} \ No newline at end of file + "id": "ae7868dc-1fa1-469e-8b89-a5edf7ab1f24", + "name": "Load Bar", + "description": "Creates a sleek loading bar and mute status for single toolbar mode.", + "homepage": "https://github.com/Tanay-Kar/Zen-Themes/tree/main/LoadBar", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ae7868dc-1fa1-469e-8b89-a5edf7ab1f24/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ae7868dc-1fa1-469e-8b89-a5edf7ab1f24/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ae7868dc-1fa1-469e-8b89-a5edf7ab1f24/image.png", + "author": "Tanay-Kar", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-12-21", + "updatedAt": "2024-12-31" +} diff --git a/themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/chrome.css b/themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/chrome.css index b2aa74af..9925424f 100644 --- a/themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/chrome.css +++ b/themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/chrome.css @@ -1,4 +1,3 @@ - -#unified-extensions-button{ - display:none; +#unified-extensions-button { + display: none; } diff --git a/themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/readme.md b/themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/readme.md index 20e2fc59..140a7710 100644 --- a/themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/readme.md +++ b/themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/readme.md @@ -1,10 +1,11 @@ - # HidePlugins This **Zen theme** hides the plugins button in the Zen toolbar. ## What it does by default: - - Hides the plugins button in the Zen toolbar + +- Hides the plugins button in the Zen toolbar ## Optional Features (toggle in Zen's theme settings): - - Restores the plugin button in the toolbar + +- Restores the plugin button in the toolbar diff --git a/themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/theme.json b/themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/theme.json index 6ad055ce..5e27a30a 100644 --- a/themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/theme.json +++ b/themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/theme.json @@ -1,14 +1,14 @@ { - "id": "b430a958-cd66-4edd-b451-c6c7cfb7e160", - "name": "HidePlugins", - "description": "Theme to hide the plugin button from the toolbar.", - "homepage": "https://github.com/adammpkins/HidePlugins/tree/main", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/image.png", - "author": "adammpkins", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-08-29", - "updatedAt": "2024-08-29" -} \ No newline at end of file + "id": "b430a958-cd66-4edd-b451-c6c7cfb7e160", + "name": "HidePlugins", + "description": "Theme to hide the plugin button from the toolbar.", + "homepage": "https://github.com/adammpkins/HidePlugins/tree/main", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/b430a958-cd66-4edd-b451-c6c7cfb7e160/image.png", + "author": "adammpkins", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-08-29", + "updatedAt": "2024-08-29" +} diff --git a/themes/b51ff956-6aea-47ab-80c7-d6c047c0d510/chrome.css b/themes/b51ff956-6aea-47ab-80c7-d6c047c0d510/chrome.css index 55b26099..741be519 100644 --- a/themes/b51ff956-6aea-47ab-80c7-d6c047c0d510/chrome.css +++ b/themes/b51ff956-6aea-47ab-80c7-d6c047c0d510/chrome.css @@ -1,5 +1,3 @@ - #statuspanel { - display: none !important; - + display: none !important; } diff --git a/themes/b51ff956-6aea-47ab-80c7-d6c047c0d510/readme.md b/themes/b51ff956-6aea-47ab-80c7-d6c047c0d510/readme.md index 613e9d89..7da9ef1d 100644 --- a/themes/b51ff956-6aea-47ab-80c7-d6c047c0d510/readme.md +++ b/themes/b51ff956-6aea-47ab-80c7-d6c047c0d510/readme.md @@ -1,2 +1 @@ - Removes the bottom-left statusbar when hovering over a URL. diff --git a/themes/b51ff956-6aea-47ab-80c7-d6c047c0d510/theme.json b/themes/b51ff956-6aea-47ab-80c7-d6c047c0d510/theme.json index af7d67de..8423bf09 100644 --- a/themes/b51ff956-6aea-47ab-80c7-d6c047c0d510/theme.json +++ b/themes/b51ff956-6aea-47ab-80c7-d6c047c0d510/theme.json @@ -1,14 +1,14 @@ { - "id": "b51ff956-6aea-47ab-80c7-d6c047c0d510", - "name": "Disable Status Bar", - "description": "This removes the bottom-left status bar when hovering over a URL.", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/b51ff956-6aea-47ab-80c7-d6c047c0d510/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/b51ff956-6aea-47ab-80c7-d6c047c0d510/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/b51ff956-6aea-47ab-80c7-d6c047c0d510/image.png", - "author": "F-U-B-AR", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-09-03", - "updatedAt": "2024-09-03" -} \ No newline at end of file + "id": "b51ff956-6aea-47ab-80c7-d6c047c0d510", + "name": "Disable Status Bar", + "description": "This removes the bottom-left status bar when hovering over a URL.", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/b51ff956-6aea-47ab-80c7-d6c047c0d510/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/b51ff956-6aea-47ab-80c7-d6c047c0d510/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/b51ff956-6aea-47ab-80c7-d6c047c0d510/image.png", + "author": "F-U-B-AR", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-09-03", + "updatedAt": "2024-09-03" +} diff --git a/themes/bb61b145-6875-4afe-86f2-ab00024459dc/chrome.css b/themes/bb61b145-6875-4afe-86f2-ab00024459dc/chrome.css index 9fff4652..f6dc8d78 100644 --- a/themes/bb61b145-6875-4afe-86f2-ab00024459dc/chrome.css +++ b/themes/bb61b145-6875-4afe-86f2-ab00024459dc/chrome.css @@ -1,8 +1,8 @@ /* This is an auto generated color theme. */ :root { - --zen-colors-primary: #50A4E9 !important; - --zen-colors-secondary: #CC83E3 !important; - --zen-colors-tertiary: #16181D !important; - --zen-colors-border: #3A3E47 !important; - --zen-dialog-background: #1A1D23 !important; + --zen-colors-primary: #50a4e9 !important; + --zen-colors-secondary: #cc83e3 !important; + --zen-colors-tertiary: #16181d !important; + --zen-colors-border: #3a3e47 !important; + --zen-dialog-background: #1a1d23 !important; } diff --git a/themes/bb61b145-6875-4afe-86f2-ab00024459dc/colors.json b/themes/bb61b145-6875-4afe-86f2-ab00024459dc/colors.json index 2eee47c2..17ddf597 100644 --- a/themes/bb61b145-6875-4afe-86f2-ab00024459dc/colors.json +++ b/themes/bb61b145-6875-4afe-86f2-ab00024459dc/colors.json @@ -1,8 +1,8 @@ { - "isDarkMode": true, - "primaryColor": "#50A4E9", - "secondaryColor": "#CC83E3", - "tertiaryColor": "#16181D", - "colorsBorder": "#3A3E47", - "dialogBg": "#1A1D23" -} \ No newline at end of file + "isDarkMode": true, + "primaryColor": "#50A4E9", + "secondaryColor": "#CC83E3", + "tertiaryColor": "#16181D", + "colorsBorder": "#3A3E47", + "dialogBg": "#1A1D23" +} diff --git a/themes/bb61b145-6875-4afe-86f2-ab00024459dc/readme.md b/themes/bb61b145-6875-4afe-86f2-ab00024459dc/readme.md index f47bbfff..685fefda 100644 --- a/themes/bb61b145-6875-4afe-86f2-ab00024459dc/readme.md +++ b/themes/bb61b145-6875-4afe-86f2-ab00024459dc/readme.md @@ -1,2 +1 @@ - For people who enjoy the AstroNvim aesthetic. diff --git a/themes/bb61b145-6875-4afe-86f2-ab00024459dc/theme.json b/themes/bb61b145-6875-4afe-86f2-ab00024459dc/theme.json index f0b106dd..caa880df 100644 --- a/themes/bb61b145-6875-4afe-86f2-ab00024459dc/theme.json +++ b/themes/bb61b145-6875-4afe-86f2-ab00024459dc/theme.json @@ -1,14 +1,14 @@ { - "id": "bb61b145-6875-4afe-86f2-ab00024459dc", - "name": "AstroTheme Dark", - "description": "A dark theme inspired by AstroNvim's AstroTheme color palette", - "homepage": "https://github.com/AstroNvim/astrotheme", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bb61b145-6875-4afe-86f2-ab00024459dc/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bb61b145-6875-4afe-86f2-ab00024459dc/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bb61b145-6875-4afe-86f2-ab00024459dc/image.png", - "author": "mehalter", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-10-12", - "updatedAt": "2024-10-12" -} \ No newline at end of file + "id": "bb61b145-6875-4afe-86f2-ab00024459dc", + "name": "AstroTheme Dark", + "description": "A dark theme inspired by AstroNvim's AstroTheme color palette", + "homepage": "https://github.com/AstroNvim/astrotheme", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bb61b145-6875-4afe-86f2-ab00024459dc/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bb61b145-6875-4afe-86f2-ab00024459dc/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bb61b145-6875-4afe-86f2-ab00024459dc/image.png", + "author": "mehalter", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-10-12", + "updatedAt": "2024-10-12" +} diff --git a/themes/bc25808c-a012-4c0d-ad9a-aa86be616019/chrome.css b/themes/bc25808c-a012-4c0d-ad9a-aa86be616019/chrome.css index 6ed0fd27..50e926c6 100644 --- a/themes/bc25808c-a012-4c0d-ad9a-aa86be616019/chrome.css +++ b/themes/bc25808c-a012-4c0d-ad9a-aa86be616019/chrome.css @@ -1,9 +1,8 @@ - :root { - --sno-colors-border: #e8e8e80f; - --sno-colors-border-hover: #3e3e3eb2; + --sno-colors-border: #e8e8e80f; + --sno-colors-border-hover: #3e3e3eb2; -#urlbar { + #urlbar { transform-origin: right; transition: all 0.2s linear !important; --toolbarbutton-border-radius: 10px; @@ -15,36 +14,38 @@ overflow: hidden; padding: 1px; } - + #urlbar:hover { - border: 1px solid var(--sno-colors-border-hover); + border: 1px solid var(--sno-colors-border-hover); } - + #urlbar[breakout][breakout-extend] { top: 10%; } - - #urlbar:is([focused], [open]) > #urlbar-background, #searchbar:focus-within { - background: #000000e5; - } + #urlbar:is([focused], [open]) > #urlbar-background, + #searchbar:focus-within { + background: #000000e5; + } } -:root:not([inDOMFullscreen='true']):not([chromehidden~='location']):not([chromehidden~='toolbar']) { +:root:not([inDOMFullscreen="true"]):not([chromehidden~="location"]):not( + [chromehidden~="toolbar"] + ) { & #tabbrowser-tabbox #tabbrowser-tabpanels .browserSidebarContainer { width: -moz-available; border-radius: var(--zen-webview-border-radius, var(--zen-border-radius)); transform: translate3d(0, 0, 0); position: relative; ---uc-tweak-rounded-corners-shadow-color: var(--sno-colors-border); + --uc-tweak-rounded-corners-shadow-color: var(--sno-colors-border); ---uc-tweak-rounded-corners-shadow: - 0 0 0 1px var(--uc-tweak-rounded-corners-shadow-color); + --uc-tweak-rounded-corners-shadow: 0 0 0 1px + var(--uc-tweak-rounded-corners-shadow-color); -box-shadow: var(--uc-tweak-rounded-corners-shadow) !important; + box-shadow: var(--uc-tweak-rounded-corners-shadow) !important; -/* Use pseudo element overlay to simulate rounded corners, similar to the + /* Use pseudo element overlay to simulate rounded corners, similar to the * tab corners, fixes bug with backdrop-filter. */ &::after { content: ""; diff --git a/themes/bc25808c-a012-4c0d-ad9a-aa86be616019/readme.md b/themes/bc25808c-a012-4c0d-ad9a-aa86be616019/readme.md index 45b92d30..c67d5342 100644 --- a/themes/bc25808c-a012-4c0d-ad9a-aa86be616019/readme.md +++ b/themes/bc25808c-a012-4c0d-ad9a-aa86be616019/readme.md @@ -1,2 +1 @@ - semi-transparent borders for a modern, minimalist look diff --git a/themes/bc25808c-a012-4c0d-ad9a-aa86be616019/theme.json b/themes/bc25808c-a012-4c0d-ad9a-aa86be616019/theme.json index 6e695779..41c14166 100644 --- a/themes/bc25808c-a012-4c0d-ad9a-aa86be616019/theme.json +++ b/themes/bc25808c-a012-4c0d-ad9a-aa86be616019/theme.json @@ -1,14 +1,14 @@ { - "id": "bc25808c-a012-4c0d-ad9a-aa86be616019", - "name": "sleek border", - "description": "Sleek Zen browser borders with subtle opacity for a refined, modern look.", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bc25808c-a012-4c0d-ad9a-aa86be616019/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bc25808c-a012-4c0d-ad9a-aa86be616019/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bc25808c-a012-4c0d-ad9a-aa86be616019/image.png", - "author": "Lumio4u", - "version": "1.0.0", - "createdAt": "2024-10-14", - "updatedAt": "2024-10-19", - "tags": [] -} \ No newline at end of file + "id": "bc25808c-a012-4c0d-ad9a-aa86be616019", + "name": "sleek border", + "description": "Sleek Zen browser borders with subtle opacity for a refined, modern look.", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bc25808c-a012-4c0d-ad9a-aa86be616019/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bc25808c-a012-4c0d-ad9a-aa86be616019/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bc25808c-a012-4c0d-ad9a-aa86be616019/image.png", + "author": "Lumio4u", + "version": "1.0.0", + "createdAt": "2024-10-14", + "updatedAt": "2024-10-19", + "tags": [] +} diff --git a/themes/bd92a9a0-1c00-4187-a66e-94c389fa5a59/chrome.css b/themes/bd92a9a0-1c00-4187-a66e-94c389fa5a59/chrome.css index 9074797d..f62acd36 100644 --- a/themes/bd92a9a0-1c00-4187-a66e-94c389fa5a59/chrome.css +++ b/themes/bd92a9a0-1c00-4187-a66e-94c389fa5a59/chrome.css @@ -1,304 +1,325 @@ :root:has(#customization-container) { - /* Show flexible space in customiation mode in top buttons, since this mod allows them there */ - #zen-sidebar-top-buttons-customization-target toolbarspring { - display: flex !important; - } + /* Show flexible space in customiation mode in top buttons, since this mod allows them there */ + #zen-sidebar-top-buttons-customization-target toolbarspring { + display: flex !important; + } } /* only use mod in collapsed toolbar mode */ -:root:has(#navigator-toolbox:not([zen-sidebar-expanded="true"])) { - --zen-toolbox-max-width: 44px !important; /* Width of the collapsed sidebar */ - --tab-collapsed-width: var(--zen-toolbox-max-width) !important; /* For automatic tab icon centering? */ - +:root:has(#navigator-toolbox:not([zen-sidebar-expanded="true"])):not( + [zen-compact-mode="true"] + ) { + --zen-toolbox-max-width: 44px !important; /* Width of the collapsed sidebar */ + --tab-collapsed-width: var( + --zen-toolbox-max-width + ) !important; /* For automatic tab icon centering? */ + + #navigator-toolbox { + z-index: 4 !important; + } + + /* Move topbar buttons in the now empty space */ + @media not (-moz-platform: macos) { + #browser:has(#navigator-toolbox:not([zen-right-side="true"])) { + #zen-appcontent-wrapper { + overflow: visible !important; + + #zen-appcontent-navbar-container { + margin-left: calc(0px - var(--zen-toolbox-max-width)) !important; + + #nav-bar-customization-target > toolbarbutton:first-child { + padding-inline-start: var(--toolbarbutton-outer-padding) !important; + } + } + } + } + } + + @media not (-moz-bool-pref: "zen.view.compact.hide-toolbar") { #navigator-toolbox { - z-index: 4 !important; - } - - - /* Move topbar buttons in the now empty space */ - @media (not (-moz-bool-pref: "zen.view.compact")) and (not (-moz-platform: macos)) { - #browser:has(#navigator-toolbox:not([zen-right-side="true"])) { - #zen-appcontent-wrapper { - overflow: visible !important; - - #zen-appcontent-navbar-container { - margin-left: calc(0px - var(--zen-toolbox-max-width)) !important; - - #nav-bar-customization-target > toolbarbutton:first-child { - padding-inline-start: var(--toolbarbutton-outer-padding) !important; - } - } - } - } + margin-top: var(--zen-toolbar-height) !important; } - @media not (-moz-bool-pref: "zen.view.compact.hide-toolbar"), - (not (-moz-bool-pref: "zen.view.compact")) { - - #navigator-toolbox { - margin-top: var(--zen-toolbar-height) !important; + #browser:has(#PersonalToolbar[collapsed="false"]) #navigator-toolbox { + margin-top: calc(var(--zen-toolbar-height) + 2.2em) !important; + } + } + + /* In compact mode (with topbar hidden) the topbar should be above the sidebar when hovered, while the sidebar should be above the page, doesn't work well with transitions but z-index is weird :c */ + #browser:has(#zen-appcontent-navbar-container[zen-has-hover]) + #navigator-toolbox { + z-index: 3 !important; + } + + #PersonalToolbar[collapsed="false"] { + height: 2.2em !important; + } + + #tabbrowser-tabs { + & .tabbrowser-tab { + &[pinned] .tab-close-button { + display: none !important; + } + + &[pinned]:not([zen-essential]):hover .tab-reset-button, + &[pinned][visuallyselected]:not([zen-essential]) .tab-reset-button { + display: block !important; + } + + &:not([pinned]):hover .tab-close-button, + &[visuallyselected]:not([pinned]) .tab-close-button { + display: block !important; + } + + &[zen-essential] { + margin: 0 !important; + --tab-min-height: 44px; + } + + &:not([zen-essential]) { + width: 100% !important; + margin: 0 !important; + + .tab-content { + justify-content: space-between !important; + padding: 0 var(--tab-inline-padding) !important; + gap: var(--tab-inline-padding); + width: 100% !important; + align-items: center !important; } - #browser:has(#PersonalToolbar[collapsed=false]) #navigator-toolbox { - margin-top: calc(var(--zen-toolbar-height) + 2.2em) !important; + .tab-label-container { + display: inline-block !important; } - } - - /* In compact mode (with topbar hidden) the topbar should be above the sidebar when hovered, while the sidebar should be above the page, doesn't work well with transitions but z-index is weird :c */ - #browser:has(#zen-appcontent-navbar-container[zen-has-hover]) #navigator-toolbox { - z-index: 3 !important; - } - #PersonalToolbar[collapsed=false] { - height: 2.2em !important; - } - - #tabbrowser-tabs { - & .tabbrowser-tab { - &[pinned] .tab-close-button { - display: none !important; - } - - &[pinned]:not([zen-essential]):hover .tab-reset-button, - &[pinned][visuallyselected]:not([zen-essential]) .tab-reset-button { - display: block !important; - } - - &:not([pinned]):hover .tab-close-button, - &[visuallyselected]:not([pinned]) .tab-close-button { - display: block !important; - } - - &[zen-essential] { - margin: 0 !important; - --tab-min-height: 44px; - } - - &:not([zen-essential]) { - width: 100% !important; - margin: 0 !important; - - .tab-content { - justify-content: space-between !important; - padding: 0 var(--tab-inline-padding) !important; - gap: var(--tab-inline-padding); - width: 100% !important; - align-items: center !important; - } - - .tab-label-container { - display: inline-block !important; - } - - .tab-content { - min-width: 0 !important; - } - - @media not (-moz-bool-pref: "theme.sidebar_expand_on_hover.default_tab_background_shape") { - .tab-background { - width: 100% !important; - transform: translateX(2px) !important; - border-radius: var(--border-radius-medium) 0 0 var(--border-radius-medium) !important; - } - } - } - - border-radius: 8px !important; - overflow: hidden !important; - - @media not (-moz-bool-pref: "theme.sidebar_expand_on_hover.default_tab_background_shape") { - border-radius: 0 !important; - } + .tab-content { + min-width: 0 !important; } - } - #zen-essentials-container { - width: var(--theme-sidebar_expand_on_hover-expanded_width) !important; - justify-content: unset !important; - } - - @media (-moz-bool-pref: "theme.sidebar_expand_on_hover.hide_workspace_indicator") { - #zen-current-workspace-indicator { - display: none !important; + @media not (-moz-bool-pref: "theme.sidebar_expand_on_hover.default_tab_background_shape") { + .tab-background { + width: 100% !important; + transform: translateX(2px) !important; + border-radius: var(--border-radius-medium) 0 0 + var(--border-radius-medium) !important; + } } + } + + border-radius: 8px !important; + overflow: hidden !important; + + @media not (-moz-bool-pref: "theme.sidebar_expand_on_hover.default_tab_background_shape") { + border-radius: 0 !important; + } } + } + + #zen-essentials-container { + width: var(--theme-sidebar_expand_on_hover-expanded_width) !important; + justify-content: unset !important; + } + + @media (-moz-bool-pref: "theme.sidebar_expand_on_hover.hide_workspace_indicator") { + #zen-current-workspace-indicator { + display: none !important; + } + } + + #titlebar { + width: var(--zen-toolbox-max-width) !important; + transition: var(--theme-sidebar_expand_on_hover-transition_speed) width + cubic-bezier(0.24, -0.01, 0.58, 1) !important; + overflow: clip; + position: relative; + border-radius: 8px !important; /* Ensure rounded corners */ + overflow: hidden !important; /* Ensure child elements don't overflow */ + } + + #navigator-toolbox[zen-right-side="true"] { + direction: rtl !important; #titlebar { - width: var(--zen-toolbox-max-width) !important; - transition: var(--theme-sidebar_expand_on_hover-transition_speed) width cubic-bezier(.24, -0.01, .58, 1) !important; - overflow: clip; - position: relative; - border-radius: 8px !important; /* Ensure rounded corners */ - overflow: hidden !important; /* Ensure child elements don't overflow */ + direction: ltr !important; } - - #navigator-toolbox[zen-right-side="true"] { - direction: rtl !important; - - #titlebar { - direction: ltr !important; - } + } + + @media (-moz-bool-pref: "theme.sidebar_expand_on_hover.inverted_tabs") { + .tabbrowser-tab { + direction: rtl !important; } - - @media (-moz-bool-pref: "theme.sidebar_expand_on_hover.inverted_tabs") { - .tabbrowser-tab { - direction: rtl !important; - } + } + + #vertical-pinned-tabs-container:has(tab:not([hidden])) { + & .tabbrowser-tab { + max-width: unset !important; + } + } + + @media not (-moz-bool-pref: "theme.sidebar_expand_on_hover.custom_background") { + #titlebar::before { + position: absolute; + content: ""; + width: 100%; + height: 100%; + opacity: 0; + transition: 60ms opacity ease-in + calc(var(--theme-sidebar_expand_on_hover-transition_speed) - 60ms); + z-index: -1; + background: var(--zen-main-browser-background-toolbar) !important; + background-attachment: fixed !important; + background-size: 2000px !important; + backdrop-filter: blur(5px) !important; + border-top-right-radius: 8px !important; + border-bottom-right-radius: 8px !important; } - #vertical-pinned-tabs-container:has(tab:not([hidden])) { - & .tabbrowser-tab { - max-width: unset !important; - } + #titlebar:hover::before, + #titlebar:has( + toolbarbutton[open="true"]:not(#zen-sidepanel-button) + )::before, + #navigator-toolbox[zen-has-hover] #titlebar::before, + #navigator-toolbox[has-popup-menu] #titlebar::before, + #navigator-toolbox[movingtab] #titlebar::before { + opacity: 1 !important; + transition: 60ms opacity ease-out; + } + } + + #titlebar:hover, + #titlebar:has(toolbarbutton[open="true"]:not(#zen-sidepanel-button)), + #navigator-toolbox[zen-has-hover] #titlebar, + #navigator-toolbox[has-popup-menu] #titlebar, + #navigator-toolbox[movingtab] #titlebar { + width: var(--theme-sidebar_expand_on_hover-expanded_width) !important; + box-shadow: 0 0 1px rgba(0, 0, 0, 0.7); + } + + .tab-background { + width: calc(100% - 4px) !important; + } + + @media (-moz-bool-pref: "zen.tabs.show-newtab-vertical") { + #tabs-newtab-button { + width: 100% !important; + margin: 0 !important; + display: flex !important; + padding: 0 var(--tab-inline-padding) !important; + justify-content: start !important; + gap: var(--tab-inline-padding) !important; + + .toolbarbutton-icon { + background: transparent !important; + padding: 0 !important; + height: 16px !important; + width: 16px !important; + } + + .toolbarbutton-text { + display: flex !important; + background: transparent !important; + padding: 0 !important; + } + + .toolbarbutton-text:before { + text-overflow: clip !important; + } + } + } + + #zen-sidebar-top-buttons { + width: 100% !important; + min-height: unset !important; + + #zen-sidebar-top-buttons-customization-target:not(:has(*)) { + padding: 0 !important; + } + } + + #zen-sidebar-icons-wrapper, + #zen-sidebar-top-buttons-customization-target { + justify-content: center !important; + display: flex; + flex-direction: row !important; + gap: 0 !important; + + & > :not(panel) { + overflow: hidden !important; + padding: 0 !important; + width: 36px !important; + height: 36px !important; + flex-grow: 1 !important; + transition: + flex-grow var(--theme-sidebar_expand_on_hover-transition_speed), + width var(--theme-sidebar_expand_on_hover-transition_speed), + margin-inline var(--theme-sidebar_expand_on_hover-transition_speed) + linear !important; + margin-inline: 2px !important; } - @media not (-moz-bool-pref: "theme.sidebar_expand_on_hover.custom_background") { - #titlebar::before { - position: absolute; - content: ""; - width: 100%; - height: 100%; - opacity: 0.0; - transition: 60ms opacity ease-in calc(var(--theme-sidebar_expand_on_hover-transition_speed) - 60ms); - z-index: -1; - background: var(--zen-main-browser-background-toolbar) !important; - background-attachment: fixed !important; - background-size: 2000px !important; - backdrop-filter: blur(5px) !important; - border-top-right-radius: 8px !important; - border-bottom-right-radius: 8px !important; - } - - #titlebar:hover::before, - #titlebar:has(toolbarbutton[open="true"]:not(#zen-sidepanel-button))::before, - #navigator-toolbox[zen-has-hover] #titlebar::before, - #navigator-toolbox[has-popup-menu] #titlebar::before, - #navigator-toolbox[movingtab] #titlebar::before { - opacity: 1.0 !important; - transition: 60ms opacity ease-out; - } + toolbarspring { + flex-grow: 100 !important; + display: flex !important; } + } - #titlebar:hover, - #titlebar:has(toolbarbutton[open="true"]:not(#zen-sidepanel-button)), - #navigator-toolbox[zen-has-hover] #titlebar, - #navigator-toolbox[has-popup-menu] #titlebar, - #navigator-toolbox[movingtab] #titlebar{ - width: var(--theme-sidebar_expand_on_hover-expanded_width) !important; - box-shadow: 0 0 1px rgba(0, 0, 0, 0.7); - } - - .tab-background { - width: calc(100% - 4px) !important; - } - - @media (-moz-bool-pref: 'zen.tabs.show-newtab-vertical') { - #tabs-newtab-button { - width: 100% !important; - margin: 0 !important; - display: flex !important; - padding: 0 var(--tab-inline-padding) !important; - justify-content: start !important; - gap: var(--tab-inline-padding) !important; - - .toolbarbutton-icon { - background: transparent !important; - padding: 0 !important; - height: 16px !important; - width: 16px !important; - } - - .toolbarbutton-text { - display: flex !important; - background: transparent !important; - padding: 0 !important; - } - - .toolbarbutton-text:before { - text-overflow: clip !important; - } - } - } - - #zen-sidebar-top-buttons { - width: 100% !important; - min-height: unset !important; - - #zen-sidebar-top-buttons-customization-target:not(:has(*)) { - padding: 0 !important; - } - } - - #zen-sidebar-icons-wrapper, - #zen-sidebar-top-buttons-customization-target { - justify-content: center !important; - display: flex; - flex-direction: row !important; - gap: 0 !important; - - & > :not(panel) { - overflow: hidden !important; - padding: 0 !important; - width: 36px !important; - height: 36px !important; - flex-grow: 1 !important; - transition: flex-grow var(--theme-sidebar_expand_on_hover-transition_speed), width var(--theme-sidebar_expand_on_hover-transition_speed), margin-inline var(--theme-sidebar_expand_on_hover-transition_speed) linear !important; - margin-inline: 2px !important; - } - - toolbarspring { - flex-grow: 100 !important; - display: flex !important; - } + #zen-workspaces-button { + flex-direction: row !important; + justify-content: center !important; + gap: 0 !important; + min-width: fit-content !important; + transition: min-width var(--theme-sidebar_expand_on_hover-transition_speed) + linear !important; + + toolbarbutton { + margin: 0 !important; + flex-grow: 1 !important; + transition: + flex-grow var(--theme-sidebar_expand_on_hover-transition_speed), + width var(--theme-sidebar_expand_on_hover-transition_speed), + margin-inline var(--theme-sidebar_expand_on_hover-transition_speed) + linear !important; + margin-inline: 2px !important; + overflow: hidden !important; } + } + #navigator-toolbox:not([zen-has-hover], [has-popup-menu], [movingtab]) + #titlebar:not( + #titlebar:hover, + #titlebar:has(toolbarbutton[open="true"]:not(#zen-sidepanel-button)) + ) { #zen-workspaces-button { - flex-direction: row !important; - justify-content: center !important; - gap: 0 !important; - min-width: fit-content !important; - transition: min-width var(--theme-sidebar_expand_on_hover-transition_speed) linear !important; - - toolbarbutton { - margin: 0 !important; - flex-grow: 1 !important; - transition: flex-grow var(--theme-sidebar_expand_on_hover-transition_speed), width var(--theme-sidebar_expand_on_hover-transition_speed), margin-inline var(--theme-sidebar_expand_on_hover-transition_speed) linear !important; - margin-inline: 2px !important; - overflow: hidden !important; - } + toolbarbutton:not([active="true"]) { + flex-grow: 0 !important; + width: 0 !important; + margin-inline: 0 !important; + } } - #navigator-toolbox:not([zen-has-hover],[has-popup-menu],[movingtab]) #titlebar:not(#titlebar:hover, #titlebar:has(toolbarbutton[open="true"]:not(#zen-sidepanel-button))) { - #zen-workspaces-button { - toolbarbutton:not([active="true"]) { - flex-grow: 0 !important; - width: 0 !important; - margin-inline: 0 !important; - } - } + @media not (-moz-bool-pref: "theme.sidebar_expand_on_hover.collapse_buttons") { + #zen-sidebar-icons-wrapper > toolbarbutton:not(:first-child), + #zen-sidebar-top-buttons-customization-target + > toolbarbutton:not(:first-child) { + flex-grow: 0 !important; + width: 0 !important; + min-width: 0 !important; + margin-inline: 0 !important; + } + } - @media not (-moz-bool-pref: "theme.sidebar_expand_on_hover.collapse_buttons") { - #zen-sidebar-icons-wrapper > toolbarbutton:not(:first-child), - #zen-sidebar-top-buttons-customization-target > toolbarbutton:not(:first-child) { - flex-grow: 0 !important; - width: 0 !important; - min-width: 0 !important; - margin-inline: 0 !important; - } - } - - @media (-moz-bool-pref: "theme.sidebar_expand_on_hover.collapse_buttons") { - /* Show first child only when no visible workspace switcher */ - #zen-sidebar-icons-wrapper:not(:has(#zen-workspaces-button:not([dont-show="true"]))) > *:not(:first-child), + @media (-moz-bool-pref: "theme.sidebar_expand_on_hover.collapse_buttons") { + /* Show first child only when no visible workspace switcher */ + #zen-sidebar-icons-wrapper:not(:has(#zen-workspaces-button:not([dont-show="true"]))) > *:not(:first-child), #zen-sidebar-top-buttons-customization-target:not(:has(#zen-workspaces-button:not([dont-show="true"]))) > *:not(:first-child), /* Show active workspace only when visible workspace switcher */ #zen-sidebar-icons-wrapper:has(#zen-workspaces-button:not([dont-show="true"])) > *:not(#zen-workspaces-button), #zen-sidebar-top-buttons-customization-target:has(#zen-workspaces-button:not([dont-show="true"])) > *:not(#zen-workspaces-button) { - flex-grow: 0 !important; - width: 0 !important; - min-width: 0 !important; - margin-inline: 0 !important; - } - } + flex-grow: 0 !important; + width: 0 !important; + min-width: 0 !important; + margin-inline: 0 !important; + } } -} \ No newline at end of file + } +} diff --git a/themes/bd92a9a0-1c00-4187-a66e-94c389fa5a59/preferences.json b/themes/bd92a9a0-1c00-4187-a66e-94c389fa5a59/preferences.json index 5a13f73f..9a80f40c 100644 --- a/themes/bd92a9a0-1c00-4187-a66e-94c389fa5a59/preferences.json +++ b/themes/bd92a9a0-1c00-4187-a66e-94c389fa5a59/preferences.json @@ -1,44 +1,44 @@ [ - { - "property": "theme.sidebar_expand_on_hover.hide_workspace_indicator", - "label": "Hide top workspace indicator", - "type": "checkbox", - "defaultValue": true - }, - { - "property": "theme.sidebar_expand_on_hover.custom_background", - "label": "My theme overwrites the #TabsToolbar background (e.g. catppuccin)", - "type": "checkbox", - "defaultValue": false - }, - { - "property": "theme.sidebar_expand_on_hover.collapse_buttons", - "label": "Collapse the buttons to only show current workspace", - "type": "checkbox", - "defaultValue": true - }, - { - "property": "theme.sidebar_expand_on_hover.default_tab_background_shape", - "label": "Default Tab Background Shape", - "type": "checkbox", - "defaultValue": true - }, - { - "property": "theme.sidebar_expand_on_hover.inverted_tabs", - "label": "Inverted Tab Direction", - "type": "checkbox", - "defaultValue": false - }, - { - "property": "theme.sidebar_expand_on_hover.expanded_width", - "label": "Width of the expanded sidebar", - "type": "string", - "defaultValue": "300px" - }, - { - "property": "theme.sidebar_expand_on_hover.transition_speed", - "label": "Transition speed of the sidebar", - "type": "string", - "defaultValue": "120ms" - } -] \ No newline at end of file + { + "property": "theme.sidebar_expand_on_hover.hide_workspace_indicator", + "label": "Hide top workspace indicator", + "type": "checkbox", + "defaultValue": true + }, + { + "property": "theme.sidebar_expand_on_hover.custom_background", + "label": "My theme overwrites the #TabsToolbar background (e.g. catppuccin)", + "type": "checkbox", + "defaultValue": false + }, + { + "property": "theme.sidebar_expand_on_hover.collapse_buttons", + "label": "Collapse the buttons to only show current workspace", + "type": "checkbox", + "defaultValue": true + }, + { + "property": "theme.sidebar_expand_on_hover.default_tab_background_shape", + "label": "Default Tab Background Shape", + "type": "checkbox", + "defaultValue": true + }, + { + "property": "theme.sidebar_expand_on_hover.inverted_tabs", + "label": "Inverted Tab Direction", + "type": "checkbox", + "defaultValue": false + }, + { + "property": "theme.sidebar_expand_on_hover.expanded_width", + "label": "Width of the expanded sidebar", + "type": "string", + "defaultValue": "300px" + }, + { + "property": "theme.sidebar_expand_on_hover.transition_speed", + "label": "Transition speed of the sidebar", + "type": "string", + "defaultValue": "120ms" + } +] diff --git a/themes/bd92a9a0-1c00-4187-a66e-94c389fa5a59/readme.md b/themes/bd92a9a0-1c00-4187-a66e-94c389fa5a59/readme.md index eaef0fcd..7374e682 100644 --- a/themes/bd92a9a0-1c00-4187-a66e-94c389fa5a59/readme.md +++ b/themes/bd92a9a0-1c00-4187-a66e-94c389fa5a59/readme.md @@ -1,4 +1,3 @@ - # Sidebar Expand on Hover ## Description @@ -8,10 +7,11 @@ With this mod the sidebar expands when you hover it. It only works when the brow Addionally this mod collapses the buttons below the tabs to provide a smoother experience. Per default your active workspace is shown while the sidebar is collapsed (only works when the workspace switcher is placed there). ## Preferences -- **Hide top workspace indicator**: since the active workspace is already shown below, this theme hides the workspace indicator at the top, if you don't want this: deactivate this setting. *(default: on)* -- **My theme overwrites the #TabsToolbar background (e.g. catppuccin)**: Some themes overwrite the background property of #TabsToolbar (e.g. catppuccin). If you notice some visual issues while the sidebar is expanded due to the use of a theme: try activating this settings and hope that is helps *(default: off)* -- **Collapse the buttons to only show current workspace**: If you don't wish for your buttons to only show your current workspace when collapsed: deactivate this setting and it shows the first button instead when collapsed *(default: on)* -- **Default Tab Background Shape**: When turned on every corner of the tab background is rounded (like in default zen) *(default: on)* -- **Inverted Tab Direction**: Favicon on the right, title in the middle, close button on the left. Less moving parts when the sidebar is on the right. *(default: off)* -- **Width of the expanded sidebar**: Here you can change the width of the expanded sidebar *(default: 300px)* -- **Transition speed of the sidebar**: Speed of the collapsing/expanding animation *(default: 120ms)* + +- **Hide top workspace indicator**: since the active workspace is already shown below, this theme hides the workspace indicator at the top, if you don't want this: deactivate this setting. _(default: on)_ +- **My theme overwrites the #TabsToolbar background (e.g. catppuccin)**: Some themes overwrite the background property of #TabsToolbar (e.g. catppuccin). If you notice some visual issues while the sidebar is expanded due to the use of a theme: try activating this settings and hope that is helps _(default: off)_ +- **Collapse the buttons to only show current workspace**: If you don't wish for your buttons to only show your current workspace when collapsed: deactivate this setting and it shows the first button instead when collapsed _(default: on)_ +- **Default Tab Background Shape**: When turned on every corner of the tab background is rounded (like in default zen) _(default: on)_ +- **Inverted Tab Direction**: Favicon on the right, title in the middle, close button on the left. Less moving parts when the sidebar is on the right. _(default: off)_ +- **Width of the expanded sidebar**: Here you can change the width of the expanded sidebar _(default: 300px)_ +- **Transition speed of the sidebar**: Speed of the collapsing/expanding animation _(default: 120ms)_ diff --git a/themes/bd92a9a0-1c00-4187-a66e-94c389fa5a59/theme.json b/themes/bd92a9a0-1c00-4187-a66e-94c389fa5a59/theme.json index 53bfb06c..1b25d395 100644 --- a/themes/bd92a9a0-1c00-4187-a66e-94c389fa5a59/theme.json +++ b/themes/bd92a9a0-1c00-4187-a66e-94c389fa5a59/theme.json @@ -1,15 +1,15 @@ { - "id": "bd92a9a0-1c00-4187-a66e-94c389fa5a59", - "name": "Sidebar Expand on Hover", - "description": "Readds the expand on hover feature to zen with a few extra features", - "homepage": "https://github.com/Uiniel/zen-mods/tree/main/sidebar-expand-on-hover", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bd92a9a0-1c00-4187-a66e-94c389fa5a59/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bd92a9a0-1c00-4187-a66e-94c389fa5a59/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bd92a9a0-1c00-4187-a66e-94c389fa5a59/image.png", - "author": "Uiniel", - "version": "1.1.2", - "tags": [], - "createdAt": "2024-12-10", - "updatedAt": "2025-01-23", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bd92a9a0-1c00-4187-a66e-94c389fa5a59/preferences.json" -} \ No newline at end of file + "id": "bd92a9a0-1c00-4187-a66e-94c389fa5a59", + "name": "Sidebar Expand on Hover", + "description": "Readds the expand on hover feature to zen with a few extra features", + "homepage": "https://github.com/Uiniel/zen-mods/tree/main/sidebar-expand-on-hover", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bd92a9a0-1c00-4187-a66e-94c389fa5a59/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bd92a9a0-1c00-4187-a66e-94c389fa5a59/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bd92a9a0-1c00-4187-a66e-94c389fa5a59/image.png", + "author": "Uiniel", + "version": "1.1.3", + "tags": [], + "createdAt": "2024-12-10", + "updatedAt": "2025-01-23", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bd92a9a0-1c00-4187-a66e-94c389fa5a59/preferences.json" +} diff --git a/themes/bed8c922-616a-4165-8c86-6822ccf478ad/chrome.css b/themes/bed8c922-616a-4165-8c86-6822ccf478ad/chrome.css index 6a5f5d6b..1650df4e 100644 --- a/themes/bed8c922-616a-4165-8c86-6822ccf478ad/chrome.css +++ b/themes/bed8c922-616a-4165-8c86-6822ccf478ad/chrome.css @@ -1,4 +1,3 @@ - :root { --ezuitb-darken-background: rgba(0, 0, 0, 0.1); --ezuitb-darken-background-hover: rgba(0, 0, 0, 0.18); @@ -55,7 +54,7 @@ ) !important; } -#commonDialogWindow { + #commonDialogWindow { background-color: var(--ezuitb-popup-background) !important; } } @@ -74,12 +73,12 @@ padding-right: var(--ezuitb-page-canvas-spacing) !important; padding-bottom: var(--ezuitb-page-canvas-spacing) !important; -& .browserSidebarContainer { + & .browserSidebarContainer { box-shadow: var(--ezuitb-web-page-canvas-shadow) !important; -margin: 0 !important; + margin: 0 !important; -/* Darken active canvas when split */ + /* Darken active canvas when split */ &[zen-split-active="true"] { box-shadow: var(--ezuitb-web-page-canvas-shadow-active) !important; } @@ -106,13 +105,13 @@ margin: 0 !important; } } -/* URL Bar black transparent background */ + /* URL Bar black transparent background */ -#urlbar-background { + #urlbar-background { background-color: var(--ezuitb-url-bar-background) !important; } -/* SSL icon background */ + /* SSL icon background */ #identity-icon-box { background-color: var(--ezuitb-darken-background) !important; } @@ -125,10 +124,10 @@ margin: 0 !important; background-color: var(--ezuitb-floating-url-bar-background) !important; } -box-shadow: var(--ezuitb-floating-url-bar-shadow) !important; + box-shadow: var(--ezuitb-floating-url-bar-shadow) !important; } -/* Floating URL Bar item hover */ + /* Floating URL Bar item hover */ .urlbarView-row:hover { background-color: var(--ezuitb-darken-background) !important; } @@ -159,7 +158,7 @@ box-shadow: var(--ezuitb-floating-url-bar-shadow) !important; position: relative; } -/* The separator */ + /* The separator */ .tabbrowser-tab[pinned] + #tabbrowser-arrowscrollbox-periphery > #tabs-newtab-button::before { @@ -198,7 +197,7 @@ box-shadow: var(--ezuitb-floating-url-bar-shadow) !important; background-color: var(--ezuitb-darken-background-hover) !important; } -.tabbrowser-tab[pinned][selected="true"], + .tabbrowser-tab[pinned][selected="true"], .tabbrowser-tab[pinned][multiselected="true"] { background-color: var(--ezuitb-tab-background-active) !important; box-shadow: var(--ezuitb-tab-background-active-shadow) !important; @@ -217,19 +216,19 @@ box-shadow: var(--ezuitb-floating-url-bar-shadow) !important; aspect-ratio: 1 / 1; } -/* Zen workspace button - Hover */ + /* Zen workspace button - Hover */ #zen-workspaces-button:hover { background-color: var(--ezuitb-darken-background-hover) !important; } -/* Zen workspace button - space from tabs when collapsed */ + /* Zen workspace button - space from tabs when collapsed */ @media not (-moz-bool-pref: "zen.view.sidebar-expanded") { #zen-workspaces-button { margin-bottom: var(--zen-element-separation) !important; } } -/* Zen workspace button - width when expanded */ + /* Zen workspace button - width when expanded */ @media (-moz-bool-pref: "zen.view.sidebar-expanded") { #zen-workspaces-button { width: calc( @@ -248,7 +247,7 @@ box-shadow: var(--ezuitb-floating-url-bar-shadow) !important; background-color: var(--ezuitb-darken-background-hover) !important; } -#tabs-newtab-button:hover > .toolbarbutton-icon { + #tabs-newtab-button:hover > .toolbarbutton-icon { background-color: transparent !important; } } @@ -260,7 +259,7 @@ box-shadow: var(--ezuitb-floating-url-bar-shadow) !important; background-color: var(--ezuitb-tab-background-hover) !important; } -/* Tab - Selected */ + /* Tab - Selected */ .tabbrowser-tab:not([pinned])[selected="true"], .tabbrowser-tab:not([pinned])[multiselected="true"] { background-color: var(--ezuitb-tab-background-active) !important; diff --git a/themes/bed8c922-616a-4165-8c86-6822ccf478ad/preferences.json b/themes/bed8c922-616a-4165-8c86-6822ccf478ad/preferences.json index eb172786..f233de54 100644 --- a/themes/bed8c922-616a-4165-8c86-6822ccf478ad/preferences.json +++ b/themes/bed8c922-616a-4165-8c86-6822ccf478ad/preferences.json @@ -1,80 +1,80 @@ [ - { - "property": "uc.erics-zen-ui-tweak-box.exit-button-padding-right.enabled", - "label": "Adds some spacing to the right of the exit button", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.erics-zen-ui-tweak-box.fun-colors.enabled", - "label": "Enables a cool gradient as the background", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.erics-zen-ui-tweak-box.tab-bar-top-padding.enabled", - "label": "Removes the top padding from the tabs side panel so it's aligned with the page", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.erics-zen-ui-tweak-box.page-canvas-shadows.enabled", - "label": "Adds shadows to the page canvas", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.erics-zen-ui-tweak-box.remove-url-bar-border.enabled", - "label": "Removes the border around the URL Bar", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.erics-zen-ui-tweak-box.url-bar-tweaks.enabled", - "label": "URL Bar appearance tweaks", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.erics-zen-ui-tweak-box.floating-url-bar-tweaks.enabled", - "label": "Floating URL Bar appearance tweaks", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.erics-zen-ui-tweak-box.new-tab-button-text.enabled", - "label": "New tab button text", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.erics-zen-ui-tweak-box.new-tab-separator-when-no-unpinned-tabs.enabled", - "label": "Adds a separator before the new tab button if there are no unpinned tabs", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.erics-zen-ui-tweak-box.pinned-tabs-layout.enabled", - "label": "Tweaks the layout of the pinned tabs", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.erics-zen-ui-tweak-box.workspace-button-tweaks.enabled", - "label": "Tweaks the appearance of the workspace button", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.erics-zen-ui-tweak-box.tab-button-tweaks.enabled", - "label": "Tweaks the appearance of the tab buttons", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.erics-zen-ui-tweak-box.toolbar-button-tweaks.enabled", - "label": "Tweaks the appearance of the toolbar buttons", - "type": "checkbox", - "disabledOn": [] - } -] \ No newline at end of file + { + "property": "uc.erics-zen-ui-tweak-box.exit-button-padding-right.enabled", + "label": "Adds some spacing to the right of the exit button", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.erics-zen-ui-tweak-box.fun-colors.enabled", + "label": "Enables a cool gradient as the background", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.erics-zen-ui-tweak-box.tab-bar-top-padding.enabled", + "label": "Removes the top padding from the tabs side panel so it's aligned with the page", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.erics-zen-ui-tweak-box.page-canvas-shadows.enabled", + "label": "Adds shadows to the page canvas", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.erics-zen-ui-tweak-box.remove-url-bar-border.enabled", + "label": "Removes the border around the URL Bar", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.erics-zen-ui-tweak-box.url-bar-tweaks.enabled", + "label": "URL Bar appearance tweaks", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.erics-zen-ui-tweak-box.floating-url-bar-tweaks.enabled", + "label": "Floating URL Bar appearance tweaks", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.erics-zen-ui-tweak-box.new-tab-button-text.enabled", + "label": "New tab button text", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.erics-zen-ui-tweak-box.new-tab-separator-when-no-unpinned-tabs.enabled", + "label": "Adds a separator before the new tab button if there are no unpinned tabs", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.erics-zen-ui-tweak-box.pinned-tabs-layout.enabled", + "label": "Tweaks the layout of the pinned tabs", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.erics-zen-ui-tweak-box.workspace-button-tweaks.enabled", + "label": "Tweaks the appearance of the workspace button", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.erics-zen-ui-tweak-box.tab-button-tweaks.enabled", + "label": "Tweaks the appearance of the tab buttons", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.erics-zen-ui-tweak-box.toolbar-button-tweaks.enabled", + "label": "Tweaks the appearance of the toolbar buttons", + "type": "checkbox", + "disabledOn": [] + } +] diff --git a/themes/bed8c922-616a-4165-8c86-6822ccf478ad/readme.md b/themes/bed8c922-616a-4165-8c86-6822ccf478ad/readme.md index 621eef1e..31095c3d 100644 --- a/themes/bed8c922-616a-4165-8c86-6822ccf478ad/readme.md +++ b/themes/bed8c922-616a-4165-8c86-6822ccf478ad/readme.md @@ -1,8 +1,7 @@ - # Eric's Zen UI Tweak Box Several optional UI changes for the Zen Browser. Completely changes the appearance of the browser with all tweaks enabled. **Exit Button Right Padding theme users** - You don´t need that theme when using this one. -## Available Twe \ No newline at end of file +## Available Twe diff --git a/themes/bed8c922-616a-4165-8c86-6822ccf478ad/theme.json b/themes/bed8c922-616a-4165-8c86-6822ccf478ad/theme.json index 62f6c6d7..7428ba1c 100644 --- a/themes/bed8c922-616a-4165-8c86-6822ccf478ad/theme.json +++ b/themes/bed8c922-616a-4165-8c86-6822ccf478ad/theme.json @@ -1,15 +1,15 @@ { - "id": "bed8c922-616a-4165-8c86-6822ccf478ad", - "name": "Erics Zen UI Tweak Box", - "description": "Various tweaks for the Zen Browser UI", - "homepage": "https://github.com/ericmackrodt/zen-themes", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bed8c922-616a-4165-8c86-6822ccf478ad/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bed8c922-616a-4165-8c86-6822ccf478ad/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bed8c922-616a-4165-8c86-6822ccf478ad/image.png", - "author": "ericmackrodt", - "version": "1.0.0", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bed8c922-616a-4165-8c86-6822ccf478ad/preferences.json", - "tags": [], - "createdAt": "2024-09-07", - "updatedAt": "2024-09-07" -} \ No newline at end of file + "id": "bed8c922-616a-4165-8c86-6822ccf478ad", + "name": "Erics Zen UI Tweak Box", + "description": "Various tweaks for the Zen Browser UI", + "homepage": "https://github.com/ericmackrodt/zen-themes", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bed8c922-616a-4165-8c86-6822ccf478ad/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bed8c922-616a-4165-8c86-6822ccf478ad/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bed8c922-616a-4165-8c86-6822ccf478ad/image.png", + "author": "ericmackrodt", + "version": "1.0.0", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bed8c922-616a-4165-8c86-6822ccf478ad/preferences.json", + "tags": [], + "createdAt": "2024-09-07", + "updatedAt": "2024-09-07" +} diff --git a/themes/bfcc400a-4ecb-4752-bfd2-a68f116a2722/chrome.css b/themes/bfcc400a-4ecb-4752-bfd2-a68f116a2722/chrome.css index d990c3eb..00f70306 100644 --- a/themes/bfcc400a-4ecb-4752-bfd2-a68f116a2722/chrome.css +++ b/themes/bfcc400a-4ecb-4752-bfd2-a68f116a2722/chrome.css @@ -1,16 +1,15 @@ -@media (-moz-bool-pref: "theme.no_gaps.split.gaps") -and (-moz-bool-pref: "theme.no_gaps.fixes.center_split_view") { - +@media (-moz-bool-pref: "theme.no_gaps.split.gaps") and (-moz-bool-pref: "theme.no_gaps.fixes.center_split_view") { #zen-appcontent-wrapper:has( - > #zen-tabbox-wrapper > #tabbrowser-tabbox - > #tabbrowser-tabpanels[zen-split-view="true"]) - > #zen-tabbox-wrapper{ - + > #zen-tabbox-wrapper + > #tabbrowser-tabbox + > #tabbrowser-tabpanels[zen-split-view="true"] + ) + > #zen-tabbox-wrapper { margin-top: 1px !important; margin-bottom: 5px !important; margin-right: 7px !important; - - @media (-moz-bool-pref: "zen.view.compact"){ + + :root[zen-compact-mode="true"] & { @media (-moz-bool-pref: "zen.view.compact.hide-toolbar") { margin-top: -3px !important; } @@ -18,178 +17,210 @@ and (-moz-bool-pref: "theme.no_gaps.fixes.center_split_view") { margin-left: -3px !important; } } - } } - :root[zen-single-toolbar="true"]:not([customizing]) { @media (-moz-bool-pref: "zen.view.hide-window-controls") { - - @media (-moz-bool-pref: "theme.no_gaps.single_toolbar.disable_navbar"){ - - @media (-moz-bool-pref: "theme.no_gaps.split.single_toolbar.disable_navbar"){ - #zen-appcontent-navbar-container{ + @media (-moz-bool-pref: "theme.no_gaps.single_toolbar.disable_navbar") { + @media (-moz-bool-pref: "theme.no_gaps.split.single_toolbar.disable_navbar") { + #zen-appcontent-navbar-container { display: none !important; } } - - @media not (-moz-bool-pref: "theme.no_gaps.split.single_toolbar.disable_navbar"){ + + @media not (-moz-bool-pref: "theme.no_gaps.split.single_toolbar.disable_navbar") { #zen-appcontent-wrapper:has( - > #zen-tabbox-wrapper > #tabbrowser-tabbox - > #tabbrowser-tabpanels:not([zen-split-view="true"])) - > #zen-appcontent-navbar-container { + > #zen-tabbox-wrapper + > #tabbrowser-tabbox + > #tabbrowser-tabpanels:not([zen-split-view="true"]) + ) + > #zen-appcontent-navbar-container { display: none !important; } - @media (-moz-bool-pref: "theme.no_gaps.split.single_toolbar.hide_navbar"){ + @media (-moz-bool-pref: "theme.no_gaps.split.single_toolbar.hide_navbar") { #zen-appcontent-wrapper:has( - > #zen-tabbox-wrapper > #tabbrowser-tabbox - > #tabbrowser-tabpanels[zen-split-view="true"]) { + > #zen-tabbox-wrapper + > #tabbrowser-tabbox + > #tabbrowser-tabpanels[zen-split-view="true"] + ) { height: calc(100% + var(--zen-element-separation)); transition: height 0.2s ease; - & > #zen-tabbox-wrapper{ + & > #zen-tabbox-wrapper { top: calc(-1 * var(--zen-element-separation)); z-index: -1 !important; transition: top 0.2s ease; } - - &:not(:has(> #zen-appcontent-navbar-container:not( - [zen-has-hover="true"], [has-popup-menu], :focus-within))) - > #zen-tabbox-wrapper{ + + &:not( + :has( + > #zen-appcontent-navbar-container:not( + [zen-has-hover="true"], + [has-popup-menu], + :focus-within + ) + ) + ) + > #zen-tabbox-wrapper { top: 0; } - } } - } - } - - @media not (-moz-bool-pref: "theme.no_gaps.single_toolbar.disable_navbar"){ - - @media (-moz-bool-pref: "theme.no_gaps.split.single_toolbar.disable_navbar"){ - + + @media not (-moz-bool-pref: "theme.no_gaps.single_toolbar.disable_navbar") { + @media (-moz-bool-pref: "theme.no_gaps.split.single_toolbar.disable_navbar") { #zen-appcontent-wrapper:has( - > #zen-tabbox-wrapper > #tabbrowser-tabbox - > #tabbrowser-tabpanels[zen-split-view="true"]) - > #zen-appcontent-navbar-container { + > #zen-tabbox-wrapper + > #tabbrowser-tabbox + > #tabbrowser-tabpanels[zen-split-view="true"] + ) + > #zen-appcontent-navbar-container { display: none !important; } - - @media (-moz-bool-pref: "theme.no_gaps.single_toolbar.hide_navbar"){ + + @media (-moz-bool-pref: "theme.no_gaps.single_toolbar.hide_navbar") { #zen-appcontent-wrapper:has( - > #zen-tabbox-wrapper > #tabbrowser-tabbox - > #tabbrowser-tabpanels:not([zen-split-view="true"])) { + > #zen-tabbox-wrapper + > #tabbrowser-tabbox + > #tabbrowser-tabpanels:not([zen-split-view="true"]) + ) { height: calc(100% + var(--zen-element-separation)); transition: height 0.2s ease; - & > #zen-tabbox-wrapper{ + & > #zen-tabbox-wrapper { top: calc(-1 * var(--zen-element-separation)); z-index: -1 !important; transition: top 0.2s ease; } - - &:not(:has(> #zen-appcontent-navbar-container:not( - [zen-has-hover="true"], [has-popup-menu], :focus-within))) - > #zen-tabbox-wrapper{ + + &:not( + :has( + > #zen-appcontent-navbar-container:not( + [zen-has-hover="true"], + [has-popup-menu], + :focus-within + ) + ) + ) + > #zen-tabbox-wrapper { top: 0; } } } - } - - @media not (-moz-bool-pref: "theme.no_gaps.split.single_toolbar.disable_navbar"){ - - @media (-moz-bool-pref: "theme.no_gaps.single_toolbar.hide_navbar"){ - @media (-moz-bool-pref: "theme.no_gaps.split.single_toolbar.hide_navbar"){ - #zen-appcontent-wrapper{ + + @media not (-moz-bool-pref: "theme.no_gaps.split.single_toolbar.disable_navbar") { + @media (-moz-bool-pref: "theme.no_gaps.single_toolbar.hide_navbar") { + @media (-moz-bool-pref: "theme.no_gaps.split.single_toolbar.hide_navbar") { + #zen-appcontent-wrapper { height: calc(100% + var(--zen-element-separation)); transition: height 0.2s ease; - - & > #zen-tabbox-wrapper{ + + & > #zen-tabbox-wrapper { top: calc(-1 * var(--zen-element-separation)); z-index: -1 !important; transition: top 0.2s ease; } - - &:not(:has(> #zen-appcontent-navbar-container:not( - [zen-has-hover="true"], [has-popup-menu], :focus-within))) - > #zen-tabbox-wrapper{ + + &:not( + :has( + > #zen-appcontent-navbar-container:not( + [zen-has-hover="true"], + [has-popup-menu], + :focus-within + ) + ) + ) + > #zen-tabbox-wrapper { top: 0; } } } - @media not (-moz-bool-pref: "theme.no_gaps.split.single_toolbar.hide_navbar"){ + @media not (-moz-bool-pref: "theme.no_gaps.split.single_toolbar.hide_navbar") { #zen-appcontent-wrapper:has( - > #zen-tabbox-wrapper > #tabbrowser-tabbox - > #tabbrowser-tabpanels:not([zen-split-view="true"])) { + > #zen-tabbox-wrapper + > #tabbrowser-tabbox + > #tabbrowser-tabpanels:not([zen-split-view="true"]) + ) { height: calc(100% + var(--zen-element-separation)); transition: height 0.2s ease; - & > #zen-tabbox-wrapper{ + & > #zen-tabbox-wrapper { top: calc(-1 * var(--zen-element-separation)); z-index: -1 !important; transition: top 0.2s ease; } - - &:not(:has(> #zen-appcontent-navbar-container:not( - [zen-has-hover="true"], [has-popup-menu], :focus-within))) - > #zen-tabbox-wrapper{ + + &:not( + :has( + > #zen-appcontent-navbar-container:not( + [zen-has-hover="true"], + [has-popup-menu], + :focus-within + ) + ) + ) + > #zen-tabbox-wrapper { top: 0; } } } } - @media not (-moz-bool-pref: "theme.no_gaps.single_toolbar.hide_navbar"){ - @media (-moz-bool-pref: "theme.no_gaps.split.single_toolbar.hide_navbar"){ + @media not (-moz-bool-pref: "theme.no_gaps.single_toolbar.hide_navbar") { + @media (-moz-bool-pref: "theme.no_gaps.split.single_toolbar.hide_navbar") { #zen-appcontent-wrapper:has( - > #zen-tabbox-wrapper > #tabbrowser-tabbox - > #tabbrowser-tabpanels[zen-split-view="true"]) { + > #zen-tabbox-wrapper + > #tabbrowser-tabbox + > #tabbrowser-tabpanels[zen-split-view="true"] + ) { height: calc(100% + var(--zen-element-separation)); transition: height 0.2s ease; - & > #zen-tabbox-wrapper{ + & > #zen-tabbox-wrapper { top: calc(-1 * var(--zen-element-separation)); z-index: -1 !important; transition: top 0.2s ease; } - &:not(:has(> #zen-appcontent-navbar-container:not( - [zen-has-hover="true"], [has-popup-menu], :focus-within))) - > #zen-tabbox-wrapper{ + &:not( + :has( + > #zen-appcontent-navbar-container:not( + [zen-has-hover="true"], + [has-popup-menu], + :focus-within + ) + ) + ) + > #zen-tabbox-wrapper { top: 0; } } } } - } } - } } - @media not (-moz-bool-pref: "theme.no_gaps.split.outline") { - hbox.browserSidebarContainer{ + hbox.browserSidebarContainer { outline: none !important; } } - -@media not (-moz-bool-pref: "theme.no_gaps.shadow"){ +@media not (-moz-bool-pref: "theme.no_gaps.shadow") { @media not (-moz-bool-pref: "theme.no_gaps.split.shadow") { - hbox.browserSidebarContainer{ + hbox.browserSidebarContainer { box-shadow: none !important; } } @media (-moz-bool-pref: "theme.no_gaps.split.shadow") { - hbox.browserSidebarContainer:not([zen-split="true"]){ + hbox.browserSidebarContainer:not([zen-split="true"]) { box-shadow: none !important; } } @@ -197,56 +228,50 @@ and (-moz-bool-pref: "theme.no_gaps.fixes.center_split_view") { @media (-moz-bool-pref: "theme.no_gaps.shadow") { @media not (-moz-bool-pref: "theme.no_gaps.split.shadow") { - hbox.browserSidebarContainer[zen-split="true"]{ + hbox.browserSidebarContainer[zen-split="true"] { box-shadow: none !important; } } } - @media not (-moz-bool-pref: "theme.no_gaps.rounded_corners") { - @media not (-moz-bool-pref: "theme.no_gaps.split.rounded_corners") { - #tabbrowser-tabpanels{ + #tabbrowser-tabpanels { --zen-webview-border-radius: 0; } } @media (-moz-bool-pref: "theme.no_gaps.split.rounded_corners") { - #tabbrowser-tabpanels:not([zen-split-view="true"]){ + #tabbrowser-tabpanels:not([zen-split-view="true"]) { --zen-webview-border-radius: 0; } } - } @media (-moz-bool-pref: "theme.no_gaps.rounded_corners") { @media not (-moz-bool-pref: "theme.no_gaps.split.rounded_corners") { - #tabbrowser-tabpanels[zen-split-view="true"]{ + #tabbrowser-tabpanels[zen-split-view="true"] { --zen-webview-border-radius: 0; } } } - @media not (-moz-bool-pref: "theme.no_gaps.gaps") { - - hbox.browserSidebarContainer:not([zen-split="true"]){ + hbox.browserSidebarContainer:not([zen-split="true"]) { margin: 0 !important; } @media not (-moz-bool-pref: "theme.no_gaps.split.gaps") { - - tabbox#tabbrowser-tabbox{ + tabbox#tabbrowser-tabbox { --zen-split-row-gap: 0 !important; --zen-split-column-gap: 0 !important; } - - div.zen-split-view-splitter[orient="vertical"]{ + + div.zen-split-view-splitter[orient="vertical"] { margin-left: calc(-1 * var(--zen-element-separation) + 1px) !important; } - - div.zen-split-view-splitter[orient="horizontal"]{ + + div.zen-split-view-splitter[orient="horizontal"] { height: calc(var(--zen-element-separation) * 2 - 3px) !important; margin-top: calc(-1 * var(--zen-element-separation) + 1px) !important; } @@ -259,64 +284,61 @@ and (-moz-bool-pref: "theme.no_gaps.fixes.center_split_view") { } @media (-moz-bool-pref: "theme.no_gaps.split.outline") { - hbox.browserSidebarContainer[zen-split="true"]{ + hbox.browserSidebarContainer[zen-split="true"] { margin: 1px !important; } } - } @media (-moz-bool-pref: "theme.no_gaps.split.gaps") { - - #zen-appcontent-wrapper:not(:has( - > #zen-tabbox-wrapper > #tabbrowser-tabbox - > #tabbrowser-tabpanels[zen-split-view="true"])){ - + #zen-appcontent-wrapper:not( + :has( + > #zen-tabbox-wrapper + > #tabbrowser-tabbox + > #tabbrowser-tabpanels[zen-split-view="true"] + ) + ) { margin: 0 !important; & > #zen-tabbox-wrapper { margin: 0 !important; } - } - } } @media (-moz-bool-pref: "theme.no_gaps.gaps") { @media not (-moz-bool-pref: "theme.no_gaps.split.gaps") { - - tabbox#tabbrowser-tabbox{ + tabbox#tabbrowser-tabbox { --zen-split-row-gap: 0 !important; --zen-split-column-gap: 0 !important; } - - div.zen-split-view-splitter[orient="vertical"]{ + + div.zen-split-view-splitter[orient="vertical"] { margin-left: calc(-1 * var(--zen-element-separation) + 1px) !important; } - - div.zen-split-view-splitter[orient="horizontal"]{ + + div.zen-split-view-splitter[orient="horizontal"] { height: calc(var(--zen-element-separation) * 2 - 3px) !important; margin-top: calc(-1 * var(--zen-element-separation) + 1px) !important; } @media (-moz-bool-pref: "theme.no_gaps.split.outline") { - hbox.browserSidebarContainer[zen-split="true"]{ + hbox.browserSidebarContainer[zen-split="true"] { margin: 1px !important; } } #zen-appcontent-wrapper:has( - > #zen-tabbox-wrapper > #tabbrowser-tabbox - > #tabbrowser-tabpanels[zen-split-view="true"]){ - + > #zen-tabbox-wrapper + > #tabbrowser-tabbox + > #tabbrowser-tabpanels[zen-split-view="true"] + ) { margin: 0 !important; & > #zen-tabbox-wrapper { margin: 0 !important; } - } - } } diff --git a/themes/bfcc400a-4ecb-4752-bfd2-a68f116a2722/preferences.json b/themes/bfcc400a-4ecb-4752-bfd2-a68f116a2722/preferences.json index 5f67bcc5..5047d4ec 100644 --- a/themes/bfcc400a-4ecb-4752-bfd2-a68f116a2722/preferences.json +++ b/themes/bfcc400a-4ecb-4752-bfd2-a68f116a2722/preferences.json @@ -1,74 +1,74 @@ [ - { - "property": "theme.no_gaps.gaps", - "label": "Gaps in single-tab view", - "type": "checkbox", - "defaultValue": false - }, - { - "property": "theme.no_gaps.split.gaps", - "label": "Gaps in multi-tab view", - "type": "checkbox", - "defaultValue": true - }, - { - "property": "theme.no_gaps.rounded_corners", - "label": "Rounded corners in single-tab view", - "type": "checkbox", - "defaultValue": false - }, - { - "property": "theme.no_gaps.split.rounded_corners", - "label": "Rounded corners in multi-tab view", - "type": "checkbox", - "defaultValue": true - }, - { - "property": "theme.no_gaps.shadow", - "label": "Shadow in single-tab view", - "type": "checkbox", - "defaultValue": true - }, - { - "property": "theme.no_gaps.split.shadow", - "label": "Shadow in multi-tab view", - "type": "checkbox", - "defaultValue": true - }, - { - "property": "theme.no_gaps.split.outline", - "label": "Outline in multi-tab view", - "type": "checkbox", - "defaultValue": true - }, - { - "property": "theme.no_gaps.single_toolbar.hide_navbar", - "label": "Hide top bar in single-tab view (single toolbar)", - "type": "checkbox", - "defaultValue": true - }, - { - "property": "theme.no_gaps.split.single_toolbar.hide_navbar", - "label": "Hide top bar in multi-tab view (single toolbar)", - "type": "checkbox", - "defaultValue": false - }, - { - "property": "theme.no_gaps.single_toolbar.disable_navbar", - "label": "Remove top bar in single-tab view (single toolbar)", - "type": "checkbox", - "defaultValue": false - }, - { - "property": "theme.no_gaps.split.single_toolbar.disable_navbar", - "label": "Remove top bar in multi-tab view (single toolbar)", - "type": "checkbox", - "defaultValue": false - }, - { - "property": "theme.no_gaps.fixes.center_split_view", - "label": "Fix: Make margin in different view modes consistent", - "type": "checkbox", - "defaultValue": false - } -] \ No newline at end of file + { + "property": "theme.no_gaps.gaps", + "label": "Gaps in single-tab view", + "type": "checkbox", + "defaultValue": false + }, + { + "property": "theme.no_gaps.split.gaps", + "label": "Gaps in multi-tab view", + "type": "checkbox", + "defaultValue": true + }, + { + "property": "theme.no_gaps.rounded_corners", + "label": "Rounded corners in single-tab view", + "type": "checkbox", + "defaultValue": false + }, + { + "property": "theme.no_gaps.split.rounded_corners", + "label": "Rounded corners in multi-tab view", + "type": "checkbox", + "defaultValue": true + }, + { + "property": "theme.no_gaps.shadow", + "label": "Shadow in single-tab view", + "type": "checkbox", + "defaultValue": true + }, + { + "property": "theme.no_gaps.split.shadow", + "label": "Shadow in multi-tab view", + "type": "checkbox", + "defaultValue": true + }, + { + "property": "theme.no_gaps.split.outline", + "label": "Outline in multi-tab view", + "type": "checkbox", + "defaultValue": true + }, + { + "property": "theme.no_gaps.single_toolbar.hide_navbar", + "label": "Hide top bar in single-tab view (single toolbar)", + "type": "checkbox", + "defaultValue": true + }, + { + "property": "theme.no_gaps.split.single_toolbar.hide_navbar", + "label": "Hide top bar in multi-tab view (single toolbar)", + "type": "checkbox", + "defaultValue": false + }, + { + "property": "theme.no_gaps.single_toolbar.disable_navbar", + "label": "Remove top bar in single-tab view (single toolbar)", + "type": "checkbox", + "defaultValue": false + }, + { + "property": "theme.no_gaps.split.single_toolbar.disable_navbar", + "label": "Remove top bar in multi-tab view (single toolbar)", + "type": "checkbox", + "defaultValue": false + }, + { + "property": "theme.no_gaps.fixes.center_split_view", + "label": "Fix: Make margin in different view modes consistent", + "type": "checkbox", + "defaultValue": false + } +] diff --git a/themes/bfcc400a-4ecb-4752-bfd2-a68f116a2722/readme.md b/themes/bfcc400a-4ecb-4752-bfd2-a68f116a2722/readme.md index 67c35cb5..e962ae0b 100644 --- a/themes/bfcc400a-4ecb-4752-bfd2-a68f116a2722/readme.md +++ b/themes/bfcc400a-4ecb-4752-bfd2-a68f116a2722/readme.md @@ -1,64 +1,67 @@ -# No Gaps -#### Removes gaps between a browser tab and browser window when the view isn't split. -Full list of features below. - -## Options +# No Gaps + +#### Removes gaps between a browser tab and browser window when the view isn't split. + +Full list of features below. + +## Options + - Gaps in single-tab view -Prevents the theme from removing gaps. -Works in: Single-tab view -Default: Off - + Prevents the theme from removing gaps. + Works in: Single-tab view + Default: Off + - Gaps in multi-tab view -Prevents the theme from removing gaps. -Works in: Multi-tab view -Default: On - + Prevents the theme from removing gaps. + Works in: Multi-tab view + Default: On + - Rounded corners in single-tab view -Prevents the theme from removing rounded corners. -Works in: Single-tab view -Default: Off - + Prevents the theme from removing rounded corners. + Works in: Single-tab view + Default: Off + - Rounded corners in multi-tab view -Prevents the theme from removing rounded corners. -Works in: Multi-tab view -Default: On - + Prevents the theme from removing rounded corners. + Works in: Multi-tab view + Default: On + - Shadow in single-tab view -Prevents the theme from removing shadows around the tab. -Works in: Single-tab view -Default: On - + Prevents the theme from removing shadows around the tab. + Works in: Single-tab view + Default: On + - Shadow in multi-tab view -Prevents the theme from removing shadows around the tabs. -Works in: Multi-tab view -Default: On - + Prevents the theme from removing shadows around the tabs. + Works in: Multi-tab view + Default: On + - Outline in multi-tab view -Prevents the theme from removing the highlighted outline/border around the active tab in multi-tab view. -Works in: Multi-tab view -Default: On - + Prevents the theme from removing the highlighted outline/border around the active tab in multi-tab view. + Works in: Multi-tab view + Default: On + - Hide top bar in single-tab view (single toolbar) -Removes the gap caused by the top bar in single toolbar mode. -Works in: Single-tab view -Default: On - + Removes the gap caused by the top bar in single toolbar mode. + Works in: Single-tab view + Default: On + - Hide top bar in multi-tab view (single toolbar) -Removes the gap caused by the top bar in single toolbar mode. -Works in: Multi-tab view -Default: Off - + Removes the gap caused by the top bar in single toolbar mode. + Works in: Multi-tab view + Default: Off + - Remove top bar in single-tab view (single toolbar) -Stops the top bar from ever rendering in single toolbar mode. -Works in: Single-tab view -Default: Off - + Stops the top bar from ever rendering in single toolbar mode. + Works in: Single-tab view + Default: Off + - Remove top bar in multi-tab view (single toolbar) -Stops the top bar from ever rendering in single toolbar mode. -Works in: Multi-tab view -Default: Off - + Stops the top bar from ever rendering in single toolbar mode. + Works in: Multi-tab view + Default: Off + - Fix: Make margin in different view modes consistent -Changes margin values in multi-tab view to make it consistent with single-tab view -Works in: Multi-tab view -Default: Off + Changes margin values in multi-tab view to make it consistent with single-tab view + Works in: Multi-tab view + Default: Off diff --git a/themes/bfcc400a-4ecb-4752-bfd2-a68f116a2722/theme.json b/themes/bfcc400a-4ecb-4752-bfd2-a68f116a2722/theme.json index 259c1622..7119c33d 100644 --- a/themes/bfcc400a-4ecb-4752-bfd2-a68f116a2722/theme.json +++ b/themes/bfcc400a-4ecb-4752-bfd2-a68f116a2722/theme.json @@ -1,15 +1,15 @@ { - "id": "bfcc400a-4ecb-4752-bfd2-a68f116a2722", - "name": "No Gaps", - "description": "Removes the gaps in single-tab view.", - "homepage": "https://github.com/zen-browser/theme-store/tree/main/themes/bfcc400a-4ecb-4752-bfd2-a68f116a2722", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bfcc400a-4ecb-4752-bfd2-a68f116a2722/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bfcc400a-4ecb-4752-bfd2-a68f116a2722/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bfcc400a-4ecb-4752-bfd2-a68f116a2722/image.png", - "author": "Peleret", - "version": "1.2.0", - "tags": [], - "createdAt": "2024-10-21", - "updatedAt": "2024-12-22", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bfcc400a-4ecb-4752-bfd2-a68f116a2722/preferences.json" -} \ No newline at end of file + "id": "bfcc400a-4ecb-4752-bfd2-a68f116a2722", + "name": "No Gaps", + "description": "Removes the gaps in single-tab view.", + "homepage": "https://github.com/zen-browser/theme-store/tree/main/themes/bfcc400a-4ecb-4752-bfd2-a68f116a2722", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bfcc400a-4ecb-4752-bfd2-a68f116a2722/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bfcc400a-4ecb-4752-bfd2-a68f116a2722/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bfcc400a-4ecb-4752-bfd2-a68f116a2722/image.png", + "author": "Peleret", + "version": "1.2.1", + "tags": [], + "createdAt": "2024-10-21", + "updatedAt": "2024-12-22", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bfcc400a-4ecb-4752-bfd2-a68f116a2722/preferences.json" +} diff --git a/themes/c45c4894-d6bd-47fc-997a-0c4d015334f1/chrome.css b/themes/c45c4894-d6bd-47fc-997a-0c4d015334f1/chrome.css index 26240013..cae3af1e 100644 --- a/themes/c45c4894-d6bd-47fc-997a-0c4d015334f1/chrome.css +++ b/themes/c45c4894-d6bd-47fc-997a-0c4d015334f1/chrome.css @@ -1,4 +1,3 @@ - #tabbrowser-tabs { & .tabbrowser-tab { &[pinned]:not([zen-essential]):hover .tab-reset-button, diff --git a/themes/c45c4894-d6bd-47fc-997a-0c4d015334f1/readme.md b/themes/c45c4894-d6bd-47fc-997a-0c4d015334f1/readme.md index 7cfe4a1c..6ade52c6 100644 --- a/themes/c45c4894-d6bd-47fc-997a-0c4d015334f1/readme.md +++ b/themes/c45c4894-d6bd-47fc-997a-0c4d015334f1/readme.md @@ -1,4 +1,3 @@ - # No pinned tab reset btn A zen browser mod that hides the reset button that appears when hovering over pinned tabs. diff --git a/themes/c45c4894-d6bd-47fc-997a-0c4d015334f1/theme.json b/themes/c45c4894-d6bd-47fc-997a-0c4d015334f1/theme.json index 58665a5d..f6200d20 100644 --- a/themes/c45c4894-d6bd-47fc-997a-0c4d015334f1/theme.json +++ b/themes/c45c4894-d6bd-47fc-997a-0c4d015334f1/theme.json @@ -1,14 +1,14 @@ { - "id": "c45c4894-d6bd-47fc-997a-0c4d015334f1", - "name": "No pinned tab reset btn", - "description": "Hides the reset button that appears when hovering over pinned tabs.", - "homepage": "https://github.com/spicybackend/zen-browser-no-pinned-url-reset", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c45c4894-d6bd-47fc-997a-0c4d015334f1/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c45c4894-d6bd-47fc-997a-0c4d015334f1/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c45c4894-d6bd-47fc-997a-0c4d015334f1/image.png", - "author": "spicybackend", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-12-12", - "updatedAt": "2024-12-12" -} \ No newline at end of file + "id": "c45c4894-d6bd-47fc-997a-0c4d015334f1", + "name": "No pinned tab reset btn", + "description": "Hides the reset button that appears when hovering over pinned tabs.", + "homepage": "https://github.com/spicybackend/zen-browser-no-pinned-url-reset", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c45c4894-d6bd-47fc-997a-0c4d015334f1/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c45c4894-d6bd-47fc-997a-0c4d015334f1/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c45c4894-d6bd-47fc-997a-0c4d015334f1/image.png", + "author": "spicybackend", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-12-12", + "updatedAt": "2024-12-12" +} diff --git a/themes/c5f7fb68-cc75-4df0-8b02-dc9ee13aa773/chrome.css b/themes/c5f7fb68-cc75-4df0-8b02-dc9ee13aa773/chrome.css index 42e4e199..9fdd9eb3 100644 --- a/themes/c5f7fb68-cc75-4df0-8b02-dc9ee13aa773/chrome.css +++ b/themes/c5f7fb68-cc75-4df0-8b02-dc9ee13aa773/chrome.css @@ -1,4 +1,3 @@ - .tab-icon-overlay { -moz-box-ordinal-group: 0 !important; border-radius: 50% !important; @@ -11,7 +10,7 @@ background-color: light-dark(black, white) !important; } -@media ( -moz-bool-pref: "uc.audio-tabicon.left-side") { +@media (-moz-bool-pref: "uc.audio-tabicon.left-side") { .tab-icon-overlay { transform: translate(-50%, -35%) scale(0.7) !important; } diff --git a/themes/c5f7fb68-cc75-4df0-8b02-dc9ee13aa773/preferences.json b/themes/c5f7fb68-cc75-4df0-8b02-dc9ee13aa773/preferences.json index 0faa1ba7..aa393d3c 100644 --- a/themes/c5f7fb68-cc75-4df0-8b02-dc9ee13aa773/preferences.json +++ b/themes/c5f7fb68-cc75-4df0-8b02-dc9ee13aa773/preferences.json @@ -1,8 +1,8 @@ [ - { - "property": "uc.audio-tabicon.left-side", - "label": "Move the audio/mute icon to the left side", - "type": "checkbox", - "disabledOn": [] - } -] \ No newline at end of file + { + "property": "uc.audio-tabicon.left-side", + "label": "Move the audio/mute icon to the left side", + "type": "checkbox", + "disabledOn": [] + } +] diff --git a/themes/c5f7fb68-cc75-4df0-8b02-dc9ee13aa773/readme.md b/themes/c5f7fb68-cc75-4df0-8b02-dc9ee13aa773/readme.md index add6fc70..74655334 100644 --- a/themes/c5f7fb68-cc75-4df0-8b02-dc9ee13aa773/readme.md +++ b/themes/c5f7fb68-cc75-4df0-8b02-dc9ee13aa773/readme.md @@ -1,4 +1,3 @@ - # Audio Tab Icon Plus Enhance the visibility of the audio/mute tab icon. Furthermore, it allows the icon to be displayed even if the tab is not focused and/or suspended. diff --git a/themes/c5f7fb68-cc75-4df0-8b02-dc9ee13aa773/theme.json b/themes/c5f7fb68-cc75-4df0-8b02-dc9ee13aa773/theme.json index f6306896..83b199c1 100644 --- a/themes/c5f7fb68-cc75-4df0-8b02-dc9ee13aa773/theme.json +++ b/themes/c5f7fb68-cc75-4df0-8b02-dc9ee13aa773/theme.json @@ -1,17 +1,15 @@ { - "id": "c5f7fb68-cc75-4df0-8b02-dc9ee13aa773", - "name": "Audio TabIcon Plus", - "description": "Enhance audio/mute tab-icon", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c5f7fb68-cc75-4df0-8b02-dc9ee13aa773/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c5f7fb68-cc75-4df0-8b02-dc9ee13aa773/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c5f7fb68-cc75-4df0-8b02-dc9ee13aa773/image.png", - "author": "DaitiDay", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c5f7fb68-cc75-4df0-8b02-dc9ee13aa773/preferences.json", - "version": "1.0.1", - "tags": [ - "tabs" - ], - "createdAt": "2024-08-28", - "updatedAt": "2024-09-07" -} \ No newline at end of file + "id": "c5f7fb68-cc75-4df0-8b02-dc9ee13aa773", + "name": "Audio TabIcon Plus", + "description": "Enhance audio/mute tab-icon", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c5f7fb68-cc75-4df0-8b02-dc9ee13aa773/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c5f7fb68-cc75-4df0-8b02-dc9ee13aa773/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c5f7fb68-cc75-4df0-8b02-dc9ee13aa773/image.png", + "author": "DaitiDay", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c5f7fb68-cc75-4df0-8b02-dc9ee13aa773/preferences.json", + "version": "1.0.1", + "tags": ["tabs"], + "createdAt": "2024-08-28", + "updatedAt": "2024-09-07" +} diff --git a/themes/c6813222-6571-4ba6-8faf-58f3343324f6/chrome.css b/themes/c6813222-6571-4ba6-8faf-58f3343324f6/chrome.css index a02d6974..cb76c394 100644 --- a/themes/c6813222-6571-4ba6-8faf-58f3343324f6/chrome.css +++ b/themes/c6813222-6571-4ba6-8faf-58f3343324f6/chrome.css @@ -1,7 +1,7 @@ :root { --zen-webview-border-radius: 0; - #tabbrowser-tabpanels:not([zen-split-view="true"]) { - padding-left: 0px!important; - padding-right: 0px!important; + #tabbrowser-tabpanels:not([zen-split-view="true"]) { + padding-left: 0px !important; + padding-right: 0px !important; } } diff --git a/themes/c6813222-6571-4ba6-8faf-58f3343324f6/readme.md b/themes/c6813222-6571-4ba6-8faf-58f3343324f6/readme.md index ac942719..af706d4d 100644 --- a/themes/c6813222-6571-4ba6-8faf-58f3343324f6/readme.md +++ b/themes/c6813222-6571-4ba6-8faf-58f3343324f6/readme.md @@ -1,6 +1,5 @@ - # Disable web view corners Disable Zen's Rounded Corners, just install and enjoy! -* Disabling rounded corners has proven to increase performance as it relies on less GPU resources to render the clip-path Zen uses to create the rounded corners. +- Disabling rounded corners has proven to increase performance as it relies on less GPU resources to render the clip-path Zen uses to create the rounded corners. diff --git a/themes/c6813222-6571-4ba6-8faf-58f3343324f6/theme.json b/themes/c6813222-6571-4ba6-8faf-58f3343324f6/theme.json index 1487a7f7..e2d0a2d7 100644 --- a/themes/c6813222-6571-4ba6-8faf-58f3343324f6/theme.json +++ b/themes/c6813222-6571-4ba6-8faf-58f3343324f6/theme.json @@ -1,14 +1,14 @@ { - "id": "c6813222-6571-4ba6-8faf-58f3343324f6", - "name": "Disable Rounded Corners", - "description": "Disable Rounded Corners from Web View.", - "homepage": "https://github.com/gunir/desktop/tree/themes/themes", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c6813222-6571-4ba6-8faf-58f3343324f6/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c6813222-6571-4ba6-8faf-58f3343324f6/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c6813222-6571-4ba6-8faf-58f3343324f6/image.png", - "author": "gunir", - "version": "3.0.0", - "tags": [], - "createdAt": "2024-08-19", - "updatedAt": "2024-11-02" -} \ No newline at end of file + "id": "c6813222-6571-4ba6-8faf-58f3343324f6", + "name": "Disable Rounded Corners", + "description": "Disable Rounded Corners from Web View.", + "homepage": "https://github.com/gunir/desktop/tree/themes/themes", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c6813222-6571-4ba6-8faf-58f3343324f6/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c6813222-6571-4ba6-8faf-58f3343324f6/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c6813222-6571-4ba6-8faf-58f3343324f6/image.png", + "author": "gunir", + "version": "3.0.0", + "tags": [], + "createdAt": "2024-08-19", + "updatedAt": "2024-11-02" +} diff --git a/themes/c8d9e6e6-e702-4e15-8972-3596e57cf398/chrome.css b/themes/c8d9e6e6-e702-4e15-8972-3596e57cf398/chrome.css index 3f7fcabe..de1023d3 100644 --- a/themes/c8d9e6e6-e702-4e15-8972-3596e57cf398/chrome.css +++ b/themes/c8d9e6e6-e702-4e15-8972-3596e57cf398/chrome.css @@ -1,8 +1,7 @@ - :root:not([customizing]) #back-button[disabled] { - display: none !important; + display: none !important; } :root:not([customizing]) #forward-button[disabled] { - display: none !important; + display: none !important; } diff --git a/themes/c8d9e6e6-e702-4e15-8972-3596e57cf398/readme.md b/themes/c8d9e6e6-e702-4e15-8972-3596e57cf398/readme.md index 995e0fd6..9521a573 100644 --- a/themes/c8d9e6e6-e702-4e15-8972-3596e57cf398/readme.md +++ b/themes/c8d9e6e6-e702-4e15-8972-3596e57cf398/readme.md @@ -1,4 +1,3 @@ - Achieve the Zen state further! Hide Back and/or Forward button when you don't need them. Both buttons will still shows when you arrange their positions from the Customize Toolbar menu. diff --git a/themes/c8d9e6e6-e702-4e15-8972-3596e57cf398/theme.json b/themes/c8d9e6e6-e702-4e15-8972-3596e57cf398/theme.json index fbf448b6..185cd0d2 100644 --- a/themes/c8d9e6e6-e702-4e15-8972-3596e57cf398/theme.json +++ b/themes/c8d9e6e6-e702-4e15-8972-3596e57cf398/theme.json @@ -1,14 +1,14 @@ { - "id": "c8d9e6e6-e702-4e15-8972-3596e57cf398", - "name": "Zen Back Forward", - "description": "Hide Back and Forward button when you don't need them", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c8d9e6e6-e702-4e15-8972-3596e57cf398/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c8d9e6e6-e702-4e15-8972-3596e57cf398/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c8d9e6e6-e702-4e15-8972-3596e57cf398/image.png", - "author": "KiKaraage", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-09-03", - "updatedAt": "2024-09-03" -} \ No newline at end of file + "id": "c8d9e6e6-e702-4e15-8972-3596e57cf398", + "name": "Zen Back Forward", + "description": "Hide Back and Forward button when you don't need them", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c8d9e6e6-e702-4e15-8972-3596e57cf398/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c8d9e6e6-e702-4e15-8972-3596e57cf398/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c8d9e6e6-e702-4e15-8972-3596e57cf398/image.png", + "author": "KiKaraage", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-09-03", + "updatedAt": "2024-09-03" +} diff --git a/themes/c8f20381-388a-4b67-b640-eaa539355ea4/chrome.css b/themes/c8f20381-388a-4b67-b640-eaa539355ea4/chrome.css index 0516949b..01780806 100644 --- a/themes/c8f20381-388a-4b67-b640-eaa539355ea4/chrome.css +++ b/themes/c8f20381-388a-4b67-b640-eaa539355ea4/chrome.css @@ -1,28 +1,32 @@ - #zen-sidebar-web-panel:not([pinned="true"]) { - width: var(--uc-right_on_hover_sidebar-width)!important; + width: var(--uc-right_on_hover_sidebar-width) !important; } -#zen-sidebar-web-panel-wrapper:not(:has(#zen-sidebar-web-panel[pinned="true"])) { - transition: all 0.2s ease-in-out!important; - height: 100%; - z-index: 1; - opacity: 0; - width: var(--uc-right_on_hover_sidebar-width); - margin:0px!important; - position:absolute!important; - right: calc(0px - var(--uc-right_on_hover_sidebar-width) + var(--uc-right_on_hover_sidebar-hover_width)); - top: 0; - &:hover { - opacity: 1; - transform: translateX(var(--zen-element-separation)); - right:0; - } - @media (-moz-bool-pref: "uc.right_on_hover_sidebar.stay_on_focus") { - &:focus-within { - opacity: 1; - transform: translateX(var(--zen-element-separation)); - right:0; - } +#zen-sidebar-web-panel-wrapper:not( + :has(#zen-sidebar-web-panel[pinned="true"]) + ) { + transition: all 0.2s ease-in-out !important; + height: 100%; + z-index: 1; + opacity: 0; + width: var(--uc-right_on_hover_sidebar-width); + margin: 0px !important; + position: absolute !important; + right: calc( + 0px - var(--uc-right_on_hover_sidebar-width) + + var(--uc-right_on_hover_sidebar-hover_width) + ); + top: 0; + &:hover { + opacity: 1; + transform: translateX(var(--zen-element-separation)); + right: 0; + } + @media (-moz-bool-pref: "uc.right_on_hover_sidebar.stay_on_focus") { + &:focus-within { + opacity: 1; + transform: translateX(var(--zen-element-separation)); + right: 0; } + } } diff --git a/themes/c8f20381-388a-4b67-b640-eaa539355ea4/preferences.json b/themes/c8f20381-388a-4b67-b640-eaa539355ea4/preferences.json index 5dd7a968..df85f4ef 100644 --- a/themes/c8f20381-388a-4b67-b640-eaa539355ea4/preferences.json +++ b/themes/c8f20381-388a-4b67-b640-eaa539355ea4/preferences.json @@ -1,20 +1,20 @@ [ - { - "property": "uc.right_on_hover_sidebar.stay_on_focus", - "label": "Stay on focus", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.right_on_hover_sidebar.width", - "label": "Set sidebar width", - "type": "string", - "defaultValue": "300px" - }, - { - "property": "uc.right_on_hover_sidebar.hover_width", - "label": "Set sidebar hover trigger width", - "type": "string", - "defaultValue": "2px" - } -] \ No newline at end of file + { + "property": "uc.right_on_hover_sidebar.stay_on_focus", + "label": "Stay on focus", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.right_on_hover_sidebar.width", + "label": "Set sidebar width", + "type": "string", + "defaultValue": "300px" + }, + { + "property": "uc.right_on_hover_sidebar.hover_width", + "label": "Set sidebar hover trigger width", + "type": "string", + "defaultValue": "2px" + } +] diff --git a/themes/c8f20381-388a-4b67-b640-eaa539355ea4/readme.md b/themes/c8f20381-388a-4b67-b640-eaa539355ea4/readme.md index 1e5bf435..5b95bf8e 100644 --- a/themes/c8f20381-388a-4b67-b640-eaa539355ea4/readme.md +++ b/themes/c8f20381-388a-4b67-b640-eaa539355ea4/readme.md @@ -1,4 +1,3 @@ - # Right On Hover Sidebar Web Panels sidebar that popups on hover on the right (like compact mode) diff --git a/themes/c8f20381-388a-4b67-b640-eaa539355ea4/theme.json b/themes/c8f20381-388a-4b67-b640-eaa539355ea4/theme.json index 5427492d..cf8458fc 100644 --- a/themes/c8f20381-388a-4b67-b640-eaa539355ea4/theme.json +++ b/themes/c8f20381-388a-4b67-b640-eaa539355ea4/theme.json @@ -1,15 +1,15 @@ { - "id": "c8f20381-388a-4b67-b640-eaa539355ea4", - "name": "Right On Hover Sidebar", - "description": "Web Panels sidebar that popups on hover on the right (like compact mode)", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c8f20381-388a-4b67-b640-eaa539355ea4/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c8f20381-388a-4b67-b640-eaa539355ea4/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c8f20381-388a-4b67-b640-eaa539355ea4/image.png", - "author": "p2d0", - "version": "1.0.1", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c8f20381-388a-4b67-b640-eaa539355ea4/preferences.json", - "tags": [], - "createdAt": "2024-10-02", - "updatedAt": "2024-11-19" -} \ No newline at end of file + "id": "c8f20381-388a-4b67-b640-eaa539355ea4", + "name": "Right On Hover Sidebar", + "description": "Web Panels sidebar that popups on hover on the right (like compact mode)", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c8f20381-388a-4b67-b640-eaa539355ea4/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c8f20381-388a-4b67-b640-eaa539355ea4/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c8f20381-388a-4b67-b640-eaa539355ea4/image.png", + "author": "p2d0", + "version": "1.0.1", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/c8f20381-388a-4b67-b640-eaa539355ea4/preferences.json", + "tags": [], + "createdAt": "2024-10-02", + "updatedAt": "2024-11-19" +} diff --git a/themes/cb15abdb-0514-4e09-8ce5-722cf1f4a20f/chrome.css b/themes/cb15abdb-0514-4e09-8ce5-722cf1f4a20f/chrome.css index c6532347..5dbd0743 100644 --- a/themes/cb15abdb-0514-4e09-8ce5-722cf1f4a20f/chrome.css +++ b/themes/cb15abdb-0514-4e09-8ce5-722cf1f4a20f/chrome.css @@ -1,4 +1,3 @@ - #urlbar #identity-box.extensionPage #identity-icon-label { display: none !important; } diff --git a/themes/cb15abdb-0514-4e09-8ce5-722cf1f4a20f/readme.md b/themes/cb15abdb-0514-4e09-8ce5-722cf1f4a20f/readme.md index 883c7a58..99be596b 100644 --- a/themes/cb15abdb-0514-4e09-8ce5-722cf1f4a20f/readme.md +++ b/themes/cb15abdb-0514-4e09-8ce5-722cf1f4a20f/readme.md @@ -1,2 +1 @@ - Hides the name of the extension on tabs loaded from the extension diff --git a/themes/cb15abdb-0514-4e09-8ce5-722cf1f4a20f/theme.json b/themes/cb15abdb-0514-4e09-8ce5-722cf1f4a20f/theme.json index a173c742..64f20781 100644 --- a/themes/cb15abdb-0514-4e09-8ce5-722cf1f4a20f/theme.json +++ b/themes/cb15abdb-0514-4e09-8ce5-722cf1f4a20f/theme.json @@ -1,14 +1,14 @@ { - "id": "cb15abdb-0514-4e09-8ce5-722cf1f4a20f", - "name": "Hide Extension Name", - "description": "Hides the name of the extension on tabs loaded from the extension", - "homepage": "https://github.com/ch4og/zenbrowser-themes/tree/main/Hide%20Extension%20Name", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/cb15abdb-0514-4e09-8ce5-722cf1f4a20f/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/cb15abdb-0514-4e09-8ce5-722cf1f4a20f/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/cb15abdb-0514-4e09-8ce5-722cf1f4a20f/image.png", - "author": "ch4og", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-08-24", - "updatedAt": "2024-08-24" -} \ No newline at end of file + "id": "cb15abdb-0514-4e09-8ce5-722cf1f4a20f", + "name": "Hide Extension Name", + "description": "Hides the name of the extension on tabs loaded from the extension", + "homepage": "https://github.com/ch4og/zenbrowser-themes/tree/main/Hide%20Extension%20Name", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/cb15abdb-0514-4e09-8ce5-722cf1f4a20f/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/cb15abdb-0514-4e09-8ce5-722cf1f4a20f/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/cb15abdb-0514-4e09-8ce5-722cf1f4a20f/image.png", + "author": "ch4og", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-08-24", + "updatedAt": "2024-08-24" +} diff --git a/themes/cfa711cf-e9f7-4c35-8289-3e7633f93565/chrome.css b/themes/cfa711cf-e9f7-4c35-8289-3e7633f93565/chrome.css index 765acc9a..430a5521 100644 --- a/themes/cfa711cf-e9f7-4c35-8289-3e7633f93565/chrome.css +++ b/themes/cfa711cf-e9f7-4c35-8289-3e7633f93565/chrome.css @@ -1,4 +1,3 @@ - /* Firefox URL Bar Loading Animation */ :root { --w-urlbar-bg_color: #ff6b6b66, #4ecdc466, #ff6b6b66; @@ -6,7 +5,7 @@ #urlbar { .urlbar-input-container::before { - content: ''; + content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--w-urlbar-bg_color)); @@ -19,14 +18,20 @@ } } -#main-window:has(.tabbrowser-tab[selected][busy]) .urlbar-input-container::before { +#main-window:has(.tabbrowser-tab[selected][busy]) + .urlbar-input-container::before { animation-play-state: running; opacity: 1; } @keyframes urlbar-loading-gradient { - 0% { background-position: 0% 50%; } - 50% { background-position: 100% 50%; } - 100% { background-position: 200% 50%; } - } - + 0% { + background-position: 0% 50%; + } + 50% { + background-position: 100% 50%; + } + 100% { + background-position: 200% 50%; + } +} diff --git a/themes/cfa711cf-e9f7-4c35-8289-3e7633f93565/preferences.json b/themes/cfa711cf-e9f7-4c35-8289-3e7633f93565/preferences.json index 7d083aa1..781bc9f1 100644 --- a/themes/cfa711cf-e9f7-4c35-8289-3e7633f93565/preferences.json +++ b/themes/cfa711cf-e9f7-4c35-8289-3e7633f93565/preferences.json @@ -1,48 +1,48 @@ [ - { - "property": "w.urlbar.bg_color", - "label": "URL Bar Loading Animation", - "placeholder": "Select gradient preset", - "type": "dropdown", - "options": [ - { - "label": "Coral Mint", - "value": "#ff6b6b66, #4ecdc466, #ff6b6b66" - }, - { - "label": "Ocean Breeze", - "value": "#0066ff66, #00ffff66, #0066ff66" - }, - { - "label": "Lavender Dream", - "value": "#9933ff66, #ff33cc66, #9933ff66" - }, - { - "label": "Soft Meadow", - "value": "#33cc3366, #99ff6666, #33cc3366" - }, - { - "label": "Charcoal Fade", - "value": "#00000099, #88888899, #88888899, #00000099" - }, - { - "label": "Spectrum", - "value": "#ff000066, #ffa50066, #ffff0066, #00ff0066, #0000ff66, #ff000066" - }, - { - "label": "Neon Pulse", - "value": "#ff1a7566, #00ff8c66, #ff1a7566" - }, - { - "label": "Golden Hour", - "value": "#ff471a66, #ff8c1a66, #ff471a66" - } - ] - }, - { - "property": "w.urlbar.bg_color", - "label": "Custom Color for URL Bar Gradient (above selection will be overridden only after the settings page is reloaded)", - "placeholder": "Enter comma-separated colors (e.g., #ff6b6b66, #4ecdc466, #ff6b6b66)", - "type": "string" - } -] \ No newline at end of file + { + "property": "w.urlbar.bg_color", + "label": "URL Bar Loading Animation", + "placeholder": "Select gradient preset", + "type": "dropdown", + "options": [ + { + "label": "Coral Mint", + "value": "#ff6b6b66, #4ecdc466, #ff6b6b66" + }, + { + "label": "Ocean Breeze", + "value": "#0066ff66, #00ffff66, #0066ff66" + }, + { + "label": "Lavender Dream", + "value": "#9933ff66, #ff33cc66, #9933ff66" + }, + { + "label": "Soft Meadow", + "value": "#33cc3366, #99ff6666, #33cc3366" + }, + { + "label": "Charcoal Fade", + "value": "#00000099, #88888899, #88888899, #00000099" + }, + { + "label": "Spectrum", + "value": "#ff000066, #ffa50066, #ffff0066, #00ff0066, #0000ff66, #ff000066" + }, + { + "label": "Neon Pulse", + "value": "#ff1a7566, #00ff8c66, #ff1a7566" + }, + { + "label": "Golden Hour", + "value": "#ff471a66, #ff8c1a66, #ff471a66" + } + ] + }, + { + "property": "w.urlbar.bg_color", + "label": "Custom Color for URL Bar Gradient (above selection will be overridden only after the settings page is reloaded)", + "placeholder": "Enter comma-separated colors (e.g., #ff6b6b66, #4ecdc466, #ff6b6b66)", + "type": "string" + } +] diff --git a/themes/cfa711cf-e9f7-4c35-8289-3e7633f93565/readme.md b/themes/cfa711cf-e9f7-4c35-8289-3e7633f93565/readme.md index 5f816bd8..db8275ba 100644 --- a/themes/cfa711cf-e9f7-4c35-8289-3e7633f93565/readme.md +++ b/themes/cfa711cf-e9f7-4c35-8289-3e7633f93565/readme.md @@ -1,4 +1,3 @@ - # Fluid URL A minimalist mod that enhances the URL bar with a smooth, gradient-based loading animation for a refined, calming browsing experience. diff --git a/themes/cfa711cf-e9f7-4c35-8289-3e7633f93565/theme.json b/themes/cfa711cf-e9f7-4c35-8289-3e7633f93565/theme.json index 12a75a31..c9c75e97 100644 --- a/themes/cfa711cf-e9f7-4c35-8289-3e7633f93565/theme.json +++ b/themes/cfa711cf-e9f7-4c35-8289-3e7633f93565/theme.json @@ -1,15 +1,15 @@ { - "id": "cfa711cf-e9f7-4c35-8289-3e7633f93565", - "name": "Fluid URL", - "description": "A minimalist mod that adds a smooth gradient animation to the URL bar for a calming effect.", - "homepage": "https://github.com/wysh3/Zen-Mods/tree/main/Fluid%20URL", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/cfa711cf-e9f7-4c35-8289-3e7633f93565/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/cfa711cf-e9f7-4c35-8289-3e7633f93565/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/cfa711cf-e9f7-4c35-8289-3e7633f93565/image.png", - "author": "wysh3", - "version": "1.0.4", - "tags": [], - "createdAt": "2024-11-20", - "updatedAt": "2024-12-31", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/cfa711cf-e9f7-4c35-8289-3e7633f93565/preferences.json" -} \ No newline at end of file + "id": "cfa711cf-e9f7-4c35-8289-3e7633f93565", + "name": "Fluid URL", + "description": "A minimalist mod that adds a smooth gradient animation to the URL bar for a calming effect.", + "homepage": "https://github.com/wysh3/Zen-Mods/tree/main/Fluid%20URL", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/cfa711cf-e9f7-4c35-8289-3e7633f93565/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/cfa711cf-e9f7-4c35-8289-3e7633f93565/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/cfa711cf-e9f7-4c35-8289-3e7633f93565/image.png", + "author": "wysh3", + "version": "1.0.4", + "tags": [], + "createdAt": "2024-11-20", + "updatedAt": "2024-12-31", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/cfa711cf-e9f7-4c35-8289-3e7633f93565/preferences.json" +} diff --git a/themes/d23733fa-983e-4680-8869-bf5b292d4fe6/chrome.css b/themes/d23733fa-983e-4680-8869-bf5b292d4fe6/chrome.css index d0a79634..a2409205 100644 --- a/themes/d23733fa-983e-4680-8869-bf5b292d4fe6/chrome.css +++ b/themes/d23733fa-983e-4680-8869-bf5b292d4fe6/chrome.css @@ -1,4 +1,3 @@ - #tabbrowser-tabs { font-size: var(--cfs-font-size-tabbar-tabs) !important; } diff --git a/themes/d23733fa-983e-4680-8869-bf5b292d4fe6/preferences.json b/themes/d23733fa-983e-4680-8869-bf5b292d4fe6/preferences.json index 27359fa3..29c9d0c0 100644 --- a/themes/d23733fa-983e-4680-8869-bf5b292d4fe6/preferences.json +++ b/themes/d23733fa-983e-4680-8869-bf5b292d4fe6/preferences.json @@ -1,26 +1,26 @@ [ - { - "property": "cfs.font.size.workspace.title", - "label": "Workspace font size \"1.5em\" or \"24px\"", - "type": "string", - "defaultValue": "1.5em" - }, - { - "property": "cfs.font.size.tabbar.tabs", - "label": "Tabbar tabs font size \"1.3em\" or \"20px\"", - "type": "string", - "defaultValue": "1.3em" - }, - { - "property": "cfs.font.size.searchbar", - "label": "Tabbar tabs font size \"1.4em\" or \"22px\"", - "type": "string", - "defaultValue": "1.4em" - }, - { - "property": "cfs.font.size.footer", - "label": "Tabbar tabs font size \"1.5em\" or \"24px\"", - "type": "string", - "defaultValue": "1.5em" - } -] \ No newline at end of file + { + "property": "cfs.font.size.workspace.title", + "label": "Workspace font size \"1.5em\" or \"24px\"", + "type": "string", + "defaultValue": "1.5em" + }, + { + "property": "cfs.font.size.tabbar.tabs", + "label": "Tabbar tabs font size \"1.3em\" or \"20px\"", + "type": "string", + "defaultValue": "1.3em" + }, + { + "property": "cfs.font.size.searchbar", + "label": "Tabbar tabs font size \"1.4em\" or \"22px\"", + "type": "string", + "defaultValue": "1.4em" + }, + { + "property": "cfs.font.size.footer", + "label": "Tabbar tabs font size \"1.5em\" or \"24px\"", + "type": "string", + "defaultValue": "1.5em" + } +] diff --git a/themes/d23733fa-983e-4680-8869-bf5b292d4fe6/readme.md b/themes/d23733fa-983e-4680-8869-bf5b292d4fe6/readme.md index 9ca85615..bb410122 100644 --- a/themes/d23733fa-983e-4680-8869-bf5b292d4fe6/readme.md +++ b/themes/d23733fa-983e-4680-8869-bf5b292d4fe6/readme.md @@ -1,4 +1,3 @@ - # zen-customize-fonts-size # Customize Font Sizes diff --git a/themes/d23733fa-983e-4680-8869-bf5b292d4fe6/theme.json b/themes/d23733fa-983e-4680-8869-bf5b292d4fe6/theme.json index 92747634..61efd478 100644 --- a/themes/d23733fa-983e-4680-8869-bf5b292d4fe6/theme.json +++ b/themes/d23733fa-983e-4680-8869-bf5b292d4fe6/theme.json @@ -1,15 +1,15 @@ { - "id": "d23733fa-983e-4680-8869-bf5b292d4fe6", - "name": "Customize Font Size", - "description": "Configure Zen Browser's UI font sizes.", - "homepage": "https://github.com/joadr/zen-customize-fonts-size", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d23733fa-983e-4680-8869-bf5b292d4fe6/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d23733fa-983e-4680-8869-bf5b292d4fe6/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d23733fa-983e-4680-8869-bf5b292d4fe6/image.png", - "author": "joadr", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-11-29", - "updatedAt": "2024-12-10", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d23733fa-983e-4680-8869-bf5b292d4fe6/preferences.json" -} \ No newline at end of file + "id": "d23733fa-983e-4680-8869-bf5b292d4fe6", + "name": "Customize Font Size", + "description": "Configure Zen Browser's UI font sizes.", + "homepage": "https://github.com/joadr/zen-customize-fonts-size", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d23733fa-983e-4680-8869-bf5b292d4fe6/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d23733fa-983e-4680-8869-bf5b292d4fe6/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d23733fa-983e-4680-8869-bf5b292d4fe6/image.png", + "author": "joadr", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-11-29", + "updatedAt": "2024-12-10", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d23733fa-983e-4680-8869-bf5b292d4fe6/preferences.json" +} diff --git a/themes/d2953516-d239-4ef8-aac5-b238e3dc0360/chrome.css b/themes/d2953516-d239-4ef8-aac5-b238e3dc0360/chrome.css index 843601c9..ad896844 100644 --- a/themes/d2953516-d239-4ef8-aac5-b238e3dc0360/chrome.css +++ b/themes/d2953516-d239-4ef8-aac5-b238e3dc0360/chrome.css @@ -16,32 +16,92 @@ } :root:has(#theme-PywalZen[uc-pywalzen-darkness="dark"]) { - --zen-colors-tertiary: color-mix(in srgb, var(--lwt-accent-color), black 25%) !important; - --zen-main-browser-background: color-mix(in srgb, var(--lwt-accent-color), black 25%) !important; - --zen-themed-toolbar-bg: color-mix(in srgb, var(--lwt-accent-color), black 25%) !important; - --arrowpanel-background: color-mix(in srgb, var(--lwt-accent-color), black 25%) !important; + --zen-colors-tertiary: color-mix( + in srgb, + var(--lwt-accent-color), + black 25% + ) !important; + --zen-main-browser-background: color-mix( + in srgb, + var(--lwt-accent-color), + black 25% + ) !important; + --zen-themed-toolbar-bg: color-mix( + in srgb, + var(--lwt-accent-color), + black 25% + ) !important; + --arrowpanel-background: color-mix( + in srgb, + var(--lwt-accent-color), + black 25% + ) !important; #urlbar[breakout-extend="true"] > #urlbar-background { - background: color-mix(in srgb, var(--lwt-accent-color), black 25%) !important; + background: color-mix( + in srgb, + var(--lwt-accent-color), + black 25% + ) !important; } } :root:has(#theme-PywalZen[uc-pywalzen-darkness="darker"]) { - --zen-colors-tertiary: color-mix(in srgb, var(--lwt-accent-color), black 50%) !important; - --zen-main-browser-background: color-mix(in srgb, var(--lwt-accent-color), black 50%) !important; - --zen-themed-toolbar-bg: color-mix(in srgb, var(--lwt-accent-color), black 50%) !important; - --arrowpanel-background: color-mix(in srgb, var(--lwt-accent-color), black 50%) !important; + --zen-colors-tertiary: color-mix( + in srgb, + var(--lwt-accent-color), + black 50% + ) !important; + --zen-main-browser-background: color-mix( + in srgb, + var(--lwt-accent-color), + black 50% + ) !important; + --zen-themed-toolbar-bg: color-mix( + in srgb, + var(--lwt-accent-color), + black 50% + ) !important; + --arrowpanel-background: color-mix( + in srgb, + var(--lwt-accent-color), + black 50% + ) !important; #urlbar[breakout-extend="true"] > #urlbar-background { - background: color-mix(in srgb, var(--lwt-accent-color), black 50%) !important; + background: color-mix( + in srgb, + var(--lwt-accent-color), + black 50% + ) !important; } } :root:has(#theme-PywalZen[uc-pywalzen-darkness="yet-darker"]) { - --zen-colors-tertiary: color-mix(in srgb, var(--lwt-accent-color), black 75%) !important; - --zen-main-browser-background: color-mix(in srgb, var(--lwt-accent-color), black 75%) !important; - --zen-themed-toolbar-bg: color-mix(in srgb, var(--lwt-accent-color), black 75%) !important; - --arrowpanel-background: color-mix(in srgb, var(--lwt-accent-color), black 75%) !important; + --zen-colors-tertiary: color-mix( + in srgb, + var(--lwt-accent-color), + black 75% + ) !important; + --zen-main-browser-background: color-mix( + in srgb, + var(--lwt-accent-color), + black 75% + ) !important; + --zen-themed-toolbar-bg: color-mix( + in srgb, + var(--lwt-accent-color), + black 75% + ) !important; + --arrowpanel-background: color-mix( + in srgb, + var(--lwt-accent-color), + black 75% + ) !important; #urlbar[breakout-extend="true"] > #urlbar-background { - background: color-mix(in srgb, var(--lwt-accent-color), black 75%) !important; + background: color-mix( + in srgb, + var(--lwt-accent-color), + black 75% + ) !important; } } @@ -55,8 +115,13 @@ } } -#urlbar:not([focused="true"]):not([breakout-extend="true"]) > #urlbar-background { - background: color-mix(in srgb, light-dark(#fff, var(--zen-colors-secondary)) 35%, transparent 65%) !important; +#urlbar:not([focused="true"]):not([breakout-extend="true"]) + > #urlbar-background { + background: color-mix( + in srgb, + light-dark(#fff, var(--zen-colors-secondary)) 35%, + transparent 65% + ) !important; } #commonDialogWindow { diff --git a/themes/d2953516-d239-4ef8-aac5-b238e3dc0360/preferences.json b/themes/d2953516-d239-4ef8-aac5-b238e3dc0360/preferences.json index 8217d30c..c74b1938 100644 --- a/themes/d2953516-d239-4ef8-aac5-b238e3dc0360/preferences.json +++ b/themes/d2953516-d239-4ef8-aac5-b238e3dc0360/preferences.json @@ -1,31 +1,31 @@ [ - { - "property": "uc.pywalzen.darkness", - "label": "Darkness level", - "type": "dropdown", - "defaultValue": "default", - "options": [ - { - "value": "default", - "label": "Default" - }, - { - "value": "dark", - "label": "Dark" - }, - { - "value": "darker", - "label": "Darker" - }, - { - "value": "yet-darker", - "label": "Yet darker" - }, - { - "value": "pitch-black", - "label": "Pitch black" - } - ], - "disabledOn": [] - } -] \ No newline at end of file + { + "property": "uc.pywalzen.darkness", + "label": "Darkness level", + "type": "dropdown", + "defaultValue": "default", + "options": [ + { + "value": "default", + "label": "Default" + }, + { + "value": "dark", + "label": "Dark" + }, + { + "value": "darker", + "label": "Darker" + }, + { + "value": "yet-darker", + "label": "Yet darker" + }, + { + "value": "pitch-black", + "label": "Pitch black" + } + ], + "disabledOn": [] + } +] diff --git a/themes/d2953516-d239-4ef8-aac5-b238e3dc0360/theme.json b/themes/d2953516-d239-4ef8-aac5-b238e3dc0360/theme.json index 803e3a58..6a084db8 100644 --- a/themes/d2953516-d239-4ef8-aac5-b238e3dc0360/theme.json +++ b/themes/d2953516-d239-4ef8-aac5-b238e3dc0360/theme.json @@ -1,15 +1,15 @@ { - "id": "d2953516-d239-4ef8-aac5-b238e3dc0360", - "name": "PywalZen", - "description": "Enable correct support for Pywalfox with this theme!", - "homepage": "https://github.com/Axenide/PywalZen", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d2953516-d239-4ef8-aac5-b238e3dc0360/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d2953516-d239-4ef8-aac5-b238e3dc0360/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d2953516-d239-4ef8-aac5-b238e3dc0360/image.png", - "author": "Axenide", - "version": "1.0.4", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d2953516-d239-4ef8-aac5-b238e3dc0360/preferences.json", - "tags": [], - "createdAt": "2024-09-29", - "updatedAt": "2024-12-27" -} \ No newline at end of file + "id": "d2953516-d239-4ef8-aac5-b238e3dc0360", + "name": "PywalZen", + "description": "Enable correct support for Pywalfox with this theme!", + "homepage": "https://github.com/Axenide/PywalZen", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d2953516-d239-4ef8-aac5-b238e3dc0360/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d2953516-d239-4ef8-aac5-b238e3dc0360/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d2953516-d239-4ef8-aac5-b238e3dc0360/image.png", + "author": "Axenide", + "version": "1.0.4", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d2953516-d239-4ef8-aac5-b238e3dc0360/preferences.json", + "tags": [], + "createdAt": "2024-09-29", + "updatedAt": "2024-12-27" +} diff --git a/themes/d7076c31-f6c1-4f28-b2e8-15b95f5a3d6f/chrome.css b/themes/d7076c31-f6c1-4f28-b2e8-15b95f5a3d6f/chrome.css index 6e64cff4..034c4ffd 100644 --- a/themes/d7076c31-f6c1-4f28-b2e8-15b95f5a3d6f/chrome.css +++ b/themes/d7076c31-f6c1-4f28-b2e8-15b95f5a3d6f/chrome.css @@ -1,4 +1,3 @@ - .search-one-offs { display: none !important; } diff --git a/themes/d7076c31-f6c1-4f28-b2e8-15b95f5a3d6f/readme.md b/themes/d7076c31-f6c1-4f28-b2e8-15b95f5a3d6f/readme.md index 4ecce340..b79af442 100644 --- a/themes/d7076c31-f6c1-4f28-b2e8-15b95f5a3d6f/readme.md +++ b/themes/d7076c31-f6c1-4f28-b2e8-15b95f5a3d6f/readme.md @@ -1,3 +1,2 @@ - Hides the search shortcuts that appear at the bottom of the focused URL bar in the Zen browser, revealing them only when the bar is focused. No additional steps are required, simply install the mod and it will take effect. diff --git a/themes/d7076c31-f6c1-4f28-b2e8-15b95f5a3d6f/theme.json b/themes/d7076c31-f6c1-4f28-b2e8-15b95f5a3d6f/theme.json index 193779c4..b0ddd417 100644 --- a/themes/d7076c31-f6c1-4f28-b2e8-15b95f5a3d6f/theme.json +++ b/themes/d7076c31-f6c1-4f28-b2e8-15b95f5a3d6f/theme.json @@ -1,14 +1,14 @@ { - "id": "d7076c31-f6c1-4f28-b2e8-15b95f5a3d6f", - "name": "No Search Shortcut Icons", - "description": "Hides search shortcuts in the Zen browser URL bar, showing them only when the bar is focused.", - "homepage": "https://github.com/itsfaizankhan/zen-browser-mods/tree/main/No-Search-Shortcut-Icons", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d7076c31-f6c1-4f28-b2e8-15b95f5a3d6f/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d7076c31-f6c1-4f28-b2e8-15b95f5a3d6f/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d7076c31-f6c1-4f28-b2e8-15b95f5a3d6f/image.png", - "author": "itsfaizankhan", - "version": "1.0.1", - "tags": [], - "createdAt": "2024-12-27", - "updatedAt": "2025-01-07" -} \ No newline at end of file + "id": "d7076c31-f6c1-4f28-b2e8-15b95f5a3d6f", + "name": "No Search Shortcut Icons", + "description": "Hides search shortcuts in the Zen browser URL bar, showing them only when the bar is focused.", + "homepage": "https://github.com/itsfaizankhan/zen-browser-mods/tree/main/No-Search-Shortcut-Icons", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d7076c31-f6c1-4f28-b2e8-15b95f5a3d6f/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d7076c31-f6c1-4f28-b2e8-15b95f5a3d6f/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d7076c31-f6c1-4f28-b2e8-15b95f5a3d6f/image.png", + "author": "itsfaizankhan", + "version": "1.0.1", + "tags": [], + "createdAt": "2024-12-27", + "updatedAt": "2025-01-07" +} diff --git a/themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/chrome.css b/themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/chrome.css index 676ab744..6af39969 100644 --- a/themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/chrome.css +++ b/themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/chrome.css @@ -1,9 +1,40 @@ - -:root:has(#theme-Tab-Text-Size[uc-tabtextsize-textsize="8"]) { .tab-text.tab-label{ font-size: 8px; }} -:root:has(#theme-Tab-Text-Size[uc-tabtextsize-textsize="10"]) { .tab-text.tab-label{ font-size: 10px; }} -:root:has(#theme-Tab-Text-Size[uc-tabtextsize-textsize="default"]) { .tab-text.tab-label{ font-size: 12px; }} -:root:has(#theme-Tab-Text-Size[uc-tabtextsize-textsize="14"]) { .tab-text.tab-label{ font-size: 14px; }} -:root:has(#theme-Tab-Text-Size[uc-tabtextsize-textsize="16"]) { .tab-text.tab-label{ font-size: 16px; }} -:root:has(#theme-Tab-Text-Size[uc-tabtextsize-textsize="18"]) { .tab-text.tab-label{ font-size: 18px; }} -:root:has(#theme-Tab-Text-Size[uc-tabtextsize-textsize="20"]) { .tab-text.tab-label{ font-size: 20px; }} -:root:has(#theme-Tab-Text-Size[uc-tabtextsize-textsize="22"]) { .tab-text.tab-label{ font-size: 22px; }} +:root:has(#theme-Tab-Text-Size[uc-tabtextsize-textsize="8"]) { + .tab-text.tab-label { + font-size: 8px; + } +} +:root:has(#theme-Tab-Text-Size[uc-tabtextsize-textsize="10"]) { + .tab-text.tab-label { + font-size: 10px; + } +} +:root:has(#theme-Tab-Text-Size[uc-tabtextsize-textsize="default"]) { + .tab-text.tab-label { + font-size: 12px; + } +} +:root:has(#theme-Tab-Text-Size[uc-tabtextsize-textsize="14"]) { + .tab-text.tab-label { + font-size: 14px; + } +} +:root:has(#theme-Tab-Text-Size[uc-tabtextsize-textsize="16"]) { + .tab-text.tab-label { + font-size: 16px; + } +} +:root:has(#theme-Tab-Text-Size[uc-tabtextsize-textsize="18"]) { + .tab-text.tab-label { + font-size: 18px; + } +} +:root:has(#theme-Tab-Text-Size[uc-tabtextsize-textsize="20"]) { + .tab-text.tab-label { + font-size: 20px; + } +} +:root:has(#theme-Tab-Text-Size[uc-tabtextsize-textsize="22"]) { + .tab-text.tab-label { + font-size: 22px; + } +} diff --git a/themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/preferences.json b/themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/preferences.json index aa03aa75..c0cd65c9 100644 --- a/themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/preferences.json +++ b/themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/preferences.json @@ -1,42 +1,42 @@ [ - { - "property": "uc.tabtextsize.textsize", - "label": "Set Tab Text Size: ", - "type": "dropdown", - "defaultValue": "default", - "options": [ - { - "label": "8", - "value": "8" - }, - { - "label": "10", - "value": "10" - }, - { - "label": "Default (12)", - "value": "default" - }, - { - "label": "14", - "value": "14" - }, - { - "label": "16", - "value": "16" - }, - { - "label": "18", - "value": "18" - }, - { - "label": "20", - "value": "20" - }, - { - "label": "22", - "value": "22" - } - ] - } -] \ No newline at end of file + { + "property": "uc.tabtextsize.textsize", + "label": "Set Tab Text Size: ", + "type": "dropdown", + "defaultValue": "default", + "options": [ + { + "label": "8", + "value": "8" + }, + { + "label": "10", + "value": "10" + }, + { + "label": "Default (12)", + "value": "default" + }, + { + "label": "14", + "value": "14" + }, + { + "label": "16", + "value": "16" + }, + { + "label": "18", + "value": "18" + }, + { + "label": "20", + "value": "20" + }, + { + "label": "22", + "value": "22" + } + ] + } +] diff --git a/themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/readme.md b/themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/readme.md index 7fe2cb92..72187910 100644 --- a/themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/readme.md +++ b/themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/readme.md @@ -1,4 +1,3 @@ - # Tab Text Size Set the text size for tabs in the sidebar diff --git a/themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/theme.json b/themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/theme.json index b90a564b..fb03f41f 100644 --- a/themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/theme.json +++ b/themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/theme.json @@ -1,15 +1,15 @@ { - "id": "d868eaf4-cefc-4f41-8f1c-1f603726d2fa", - "name": "Tab Text Size", - "description": "Change tab text size", - "homepage": "https://github.com/ajkuftic/Zen-TabTextSize", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/image.png", - "author": "ajkuftic", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-12-16", - "updatedAt": "2024-12-18", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/preferences.json" -} \ No newline at end of file + "id": "d868eaf4-cefc-4f41-8f1c-1f603726d2fa", + "name": "Tab Text Size", + "description": "Change tab text size", + "homepage": "https://github.com/ajkuftic/Zen-TabTextSize", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/image.png", + "author": "ajkuftic", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-12-16", + "updatedAt": "2024-12-18", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d868eaf4-cefc-4f41-8f1c-1f603726d2fa/preferences.json" +} diff --git a/themes/d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe/chrome.css b/themes/d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe/chrome.css index bec648dc..9d8dd1dc 100644 --- a/themes/d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe/chrome.css +++ b/themes/d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe/chrome.css @@ -2,8 +2,8 @@ position: relative; } -.tab-background[selected='']::after { - content: ''; +.tab-background[selected=""]::after { + content: ""; position: absolute; width: 3px; height: 100%; diff --git a/themes/d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe/readme.md b/themes/d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe/readme.md index 805a3b5b..ae36d3f0 100644 --- a/themes/d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe/readme.md +++ b/themes/d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe/readme.md @@ -1,5 +1,3 @@ - # Better Active Tab Indicator Adds a bright line next to the active tab to better highlight it. - diff --git a/themes/d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe/theme.json b/themes/d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe/theme.json index d69d39ef..027f35c5 100644 --- a/themes/d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe/theme.json +++ b/themes/d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe/theme.json @@ -1,16 +1,14 @@ { - "id": "d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe", - "name": "Better Active Tab", - "description": "Adds a bright line next to the active tab to better highlight it.", - "homepage": "https://github.com/HliasOuzounis/zen-browser-better-active-tab-indicator", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe/image.png", - "author": "HliasOuzounis", - "version": "1.0.3", - "tags": [ - "tabs" - ], - "createdAt": "2024-09-07", - "updatedAt": "2024-09-24" -} \ No newline at end of file + "id": "d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe", + "name": "Better Active Tab", + "description": "Adds a bright line next to the active tab to better highlight it.", + "homepage": "https://github.com/HliasOuzounis/zen-browser-better-active-tab-indicator", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d8b79d4a-6cba-4495-9ff6-d6d30b0e94fe/image.png", + "author": "HliasOuzounis", + "version": "1.0.3", + "tags": ["tabs"], + "createdAt": "2024-09-07", + "updatedAt": "2024-09-24" +} diff --git a/themes/d93e67f8-e5e1-401e-9b82-f9d5bab231e6/chrome.css b/themes/d93e67f8-e5e1-401e-9b82-f9d5bab231e6/chrome.css index 3091f053..998d9859 100644 --- a/themes/d93e67f8-e5e1-401e-9b82-f9d5bab231e6/chrome.css +++ b/themes/d93e67f8-e5e1-401e-9b82-f9d5bab231e6/chrome.css @@ -3,18 +3,25 @@ #urlbar { border-radius: 20px !important; } - + #notification-popup-box { border-radius: 20px !important; } - + /* Border radius on hover */ - #urlbar .urlbar-page-action, #urlbar #tracking-protection-icon-container, #urlbar:not([breakout-extend="true"]) #identity-box:is(:not(.chromeUI), [pageproxystate="invalid"]) #identity-icon-box { - border-radius: 20px !important;; + #urlbar .urlbar-page-action, + #urlbar #tracking-protection-icon-container, + #urlbar:not([breakout-extend="true"]) + #identity-box:is(:not(.chromeUI), [pageproxystate="invalid"]) + #identity-icon-box { + border-radius: 20px !important; } - + /* Border radius of boxes on the left */ - #identity-box:has(#identity-permission-box:is([hasPermissions], [hasSharingIcon])):not([pageproxystate="invalid"]) #identity-icon-box { + #identity-box:has( + #identity-permission-box:is([hasPermissions], [hasSharingIcon]) + ):not([pageproxystate="invalid"]) + #identity-icon-box { border-top-left-radius: 20px !important; border-bottom-left-radius: 20px !important; border-top-right-radius: 0 !important; @@ -22,7 +29,9 @@ } /* Extensions or similar */ - #urlbar:not([breakout-extend="true"]) #identity-box.chromeUI:not([pageproxystate="invalid"]) #identity-icon-box { + #urlbar:not([breakout-extend="true"]) + #identity-box.chromeUI:not([pageproxystate="invalid"]) + #identity-icon-box { border-radius: 20px 20px 20px 20px !important; } } @@ -30,25 +39,33 @@ /* Centers the url text when enabled in dropdown: 1.Option: Centers the text unless url bar is focused; 2.Option: Centers the text always*/ :root:has(#theme-Super-Url-Bar[uc-urltext-center="normal"]) { #urlbar:not([focused]) .urlbar-input { - text-align: center !important; + text-align: center !important; } } :root:has(#theme-Super-Url-Bar[uc-urltext-center="advanced"]) { #urlbar .urlbar-input { - text-align: center !important; + text-align: center !important; } } @media (-moz-bool-pref: "uc.urlbar.move-icon-into") { #page-action-buttons { - margin-right: calc(var(--urlbar-min-height) - 1px - 4 * var(--urlbar-container-padding)) !important; + margin-right: calc( + var(--urlbar-min-height) - 1px - 4 * var(--urlbar-container-padding) + ) !important; } - - #urlbar-container+.chromeclass-toolbar-additional { - margin-inline-start: calc(-21px - 2 * var(--urlbar-icon-padding) - var(--urlbar-margin-inline)) !important; + + #urlbar-container + .chromeclass-toolbar-additional { + margin-inline-start: calc( + -21px - 2 * var(--urlbar-icon-padding) - var(--urlbar-margin-inline) + ) !important; position: relative; --toolbarbutton-inner-padding: var(--urlbar-icon-padding); - --toolbarbutton-hover-background: color-mix(in srgb, var(--uc-urlbar-custom-bg-color) 90%, light-dark(black, white)) !important; + --toolbarbutton-hover-background: color-mix( + in srgb, + var(--uc-urlbar-custom-bg-color) 90%, + light-dark(black, white) + ) !important; } } @@ -69,54 +86,77 @@ --blur-intensity: 6px; } -:root:has(#theme-Super-Url-Bar[uc-urlbar-blur-intensity="Subtle"], - #theme-Super-Url-Bar[uc-urlbar-blur-intensity="Normal"], - #theme-Super-Url-Bar[uc-urlbar-blur-intensity="RatherStrong"], - #theme-Super-Url-Bar[uc-urlbar-blur-intensity="Strong"], - #theme-Super-Url-Bar[uc-urlbar-blur-intensity="ReallyStrong"]:not([inDOMFullscreen='true']):not([chromehidden~='location']):not([chromehidden~='toolbar'])) { - #urlbar:is([breakout][breakout-extend], [breakout][usertyping][focused]):after { +:root:has( + #theme-Super-Url-Bar[uc-urlbar-blur-intensity="Subtle"], + #theme-Super-Url-Bar[uc-urlbar-blur-intensity="Normal"], + #theme-Super-Url-Bar[uc-urlbar-blur-intensity="RatherStrong"], + #theme-Super-Url-Bar[uc-urlbar-blur-intensity="Strong"], + #theme-Super-Url-Bar[uc-urlbar-blur-intensity="ReallyStrong"]:not( + [inDOMFullscreen="true"] + ):not([chromehidden~="location"]):not([chromehidden~="toolbar"]) + ) { + #urlbar:is( + [breakout][breakout-extend], + [breakout][usertyping][focused] + ):after { content: ""; position: fixed; pointer-events: none; - + width: 200vw; height: 100vh; - + top: 0px; left: -50px; - + background-color: rgba(0, 0, 0, 0.3); backdrop-filter: blur(var(--blur-intensity)); - + z-index: -1; } } /* Custom Colors for Url Bar */ :root:has(#theme-Super-Url-Bar[uc-urlbar-custom-bg-color-mode="noFocus"]) { - #urlbar:not([focused="true"]):not([breakout-extend="true"]) > #urlbar-background { - background: var(--uc-urlbar-custom-bg-color) !important; - } + #urlbar:not([focused="true"]):not([breakout-extend="true"]) + > #urlbar-background { + background: var(--uc-urlbar-custom-bg-color) !important; + } } :root:has(#theme-Super-Url-Bar[uc-urlbar-custom-bg-color-mode="Focus"]) { - #urlbar:is([focused], [open]) > #urlbar-background { - background: var(--uc-urlbar-custom-bg-color) !important; - } + #urlbar:is([focused], [open]) > #urlbar-background { + background: var(--uc-urlbar-custom-bg-color) !important; + } } :root:has(#theme-Super-Url-Bar[uc-urlbar-custom-bg-color-mode="AlwaysColor"]) { - #urlbar-background { - background: var(--uc-urlbar-custom-bg-color) !important; - } + #urlbar-background { + background: var(--uc-urlbar-custom-bg-color) !important; + } } -:root:has(#theme-Super-Url-Bar[uc-urlbar-custom-bg-color-mode="AlwaysColor"], - #theme-Super-Url-Bar[uc-urlbar-custom-bg-color-mode="noFocus"]) { - #identity-icon-box, #identity-permission-box { - background-color: color-mix(in srgb, var(--uc-urlbar-custom-bg-color) 90%, light-dark(black, white)) !important; +:root:has( + #theme-Super-Url-Bar[uc-urlbar-custom-bg-color-mode="AlwaysColor"], + #theme-Super-Url-Bar[uc-urlbar-custom-bg-color-mode="noFocus"] + ) { + #identity-icon-box, + #identity-permission-box { + background-color: color-mix( + in srgb, + var(--uc-urlbar-custom-bg-color) 90%, + light-dark(black, white) + ) !important; } - #tracking-protection-icon-container, .urlbar-page-action, #picture-in-picture-button, #reader-mode-button, #zen-split-views-box { + #tracking-protection-icon-container, + .urlbar-page-action, + #picture-in-picture-button, + #reader-mode-button, + #zen-split-views-box { &:hover:not([open="true"]) { - background-color: color-mix(in srgb, var(--uc-urlbar-custom-bg-color) 90%, light-dark(black, white)) !important; + background-color: color-mix( + in srgb, + var(--uc-urlbar-custom-bg-color) 90%, + light-dark(black, white) + ) !important; } } } @@ -153,7 +193,6 @@ } } @media (-moz-bool-pref: "uc.urlbar.icon.show-on-hover") { - :root { --position-var: relative; --pointer-events: all; @@ -163,31 +202,33 @@ #urlbar:hover #urlbar-zoom-button { position: relative; opacity: 1; - } + } } @media (-moz-bool-pref: "uc.urlbar.icon.shield.removed") { - #urlbar:hover #tracking-protection-icon-container, #tracking-protection-icon-container[open="true"] { + #urlbar:hover #tracking-protection-icon-container, + #tracking-protection-icon-container[open="true"] { position: relative; opacity: 1; - } + } } @media (-moz-bool-pref: "uc.urlbar.icon.bookmark.removed") { - #urlbar:hover #star-button-box, #star-button-box[open="true"] { + #urlbar:hover #star-button-box, + #star-button-box[open="true"] { position: relative; opacity: 1; - } + } } @media (-moz-bool-pref: "uc.urlbar.icon.reader-mode.removed") { #urlbar:hover #reader-mode-button { position: relative; opacity: 1; - } + } } @media (-moz-bool-pref: "uc.urlbar.icon.pip.removed") { #urlbar:hover #picture-in-picture-button { position: relative; opacity: 1; - } + } } @media (-moz-bool-pref: "uc.urlbar.icon.split-view.removed") { #urlbar:hover #zen-split-views-box { @@ -199,7 +240,7 @@ #urlbar:hover #identity-box { position: relative; opacity: 1; - } + } } } @@ -209,7 +250,9 @@ opacity: 0; pointer-events: var(--pointer-events) !important; position: var(--position-var); - transition: 100ms linear, opacity 200ms linear; + transition: + 100ms linear, + opacity 200ms linear; } } @media (-moz-bool-pref: "uc.urlbar.icon.shield.removed") { @@ -217,7 +260,9 @@ opacity: 0; pointer-events: var(--pointer-events) !important; position: var(--position-var); - transition: 100ms linear, opacity 200ms linear; + transition: + 100ms linear, + opacity 200ms linear; } } @media (-moz-bool-pref: "uc.urlbar.icon.bookmark.removed") { @@ -225,7 +270,9 @@ opacity: 0; pointer-events: var(--pointer-events) !important; position: var(--position-var); - transition: 100ms linear, opacity 200ms linear; + transition: + 100ms linear, + opacity 200ms linear; } } @media (-moz-bool-pref: "uc.urlbar.icon.reader-mode.removed") { @@ -233,7 +280,9 @@ opacity: 0; pointer-events: var(--pointer-events) !important; position: var(--position-var); - transition: 100ms linear, opacity 200ms linear; + transition: + 100ms linear, + opacity 200ms linear; } } @media (-moz-bool-pref: "uc.urlbar.icon.pip.removed") { @@ -241,7 +290,9 @@ opacity: 0; pointer-events: var(--pointer-events) !important; position: var(--position-var); - transition: 100ms linear, opacity 200ms linear; + transition: + 100ms linear, + opacity 200ms linear; } } @media (-moz-bool-pref: "uc.urlbar.icon.split-view.removed") { @@ -249,7 +300,9 @@ opacity: 0; pointer-events: var(--pointer-events) !important; position: var(--position-var); - transition: 100ms linear, opacity 200ms linear; + transition: + 100ms linear, + opacity 200ms linear; } } @media (-moz-bool-pref: "uc.urlbar.icon.left-side.removed") { @@ -257,6 +310,8 @@ opacity: 0; pointer-events: var(--pointer-events) !important; position: var(--position-var); - transition: 100ms linear, opacity 200ms linear; + transition: + 100ms linear, + opacity 200ms linear; } } diff --git a/themes/d93e67f8-e5e1-401e-9b82-f9d5bab231e6/preferences.json b/themes/d93e67f8-e5e1-401e-9b82-f9d5bab231e6/preferences.json index b51dba06..cc36f850 100644 --- a/themes/d93e67f8-e5e1-401e-9b82-f9d5bab231e6/preferences.json +++ b/themes/d93e67f8-e5e1-401e-9b82-f9d5bab231e6/preferences.json @@ -1,165 +1,165 @@ [ - { - "property": "uc.urlbar.border-radius", - "label": "Adjusts the border radius of the url bar and its items", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.urltext.center", - "label": "Centers the text inside the url bar", - "type": "dropdown", - "defaultValue": "normal", - "disabledOn": [], - "options": [ - { - "label": "Centered unless focused", - "value": "normal" - }, - { - "label": "Always Centered", - "value": "advanced" - } - ] - }, - { - "property": "uc.urlbar.border", - "label": "Adds a border to the url bar", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.urlbar.move-icon-into", - "label": "Move 1 button that's directly next to the url bar (you can do that by using 'Customize Toolbar') into the url bar", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.urlbar.blur-intensity", - "label": "Enable a Background Blur when the Url Bar is focused & select its Intensity", - "type": "dropdown", - "disabledOn": [], - "options": [ - { - "label": "Subtle", - "value": "Subtle" - }, - { - "label": "Normal", - "value": "Normal" - }, - { - "label": "Rather Strong", - "value": "RatherStrong" - }, - { - "label": "Strong", - "value": "Strong" - }, - { - "label": "Really Strong", - "value": "ReallyStrong" - } - ] - }, - { - "property": "uc.urlbar.custom-bg-color.mode", - "label": "Enables Custom Colors for the Url Bar", - "placeholder": "Disabled", - "type": "dropdown", - "disabledOn": [], - "options": [ - { - "label": "Coloring when url bar is in focus", - "value": "Focus" - }, - { - "label": "Coloring when url bar is NOT in focus", - "value": "noFocus" - }, - { - "label": "Always color url bar", - "value": "AlwaysColor" - } - ] - }, - { - "property": "uc.urlbar.custom-bg-color", - "label": "Custom Color for the Url Bar (Dropdown above needs to be enabled)", - "placeholder": "Enter Color Code", - "type": "string" - }, - { - "property": "browser.urlbar.openintab", - "label": "Always open websites in a new tab when using url bar", - "type": "checkbox" - }, - { - "property": "uc.urlbar.hide.container-info", - "label": "Hides the container info", - "type": "dropdown", - "placeholder": "Disabled", - "disabledOn": [], - "options": [ - { - "label": "Only hide the label", - "value": "hideLabel" - }, - { - "label": "Only hide the icon", - "value": "hideIcon" - }, - { - "label": "Hide both, icon and label", - "value": "hideIconLabel" - } - ] - }, - { - "property": "uc.urlbar.icon.zoom.removed", - "label": "Hides the Zoom icon", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.urlbar.icon.shield.removed", - "label": "Hides the Shield icon", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.urlbar.icon.bookmark.removed", - "label": "Hides the Bookmark (Star) icon", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.urlbar.icon.reader-mode.removed", - "label": "Hides the Reader-Mode icon", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.urlbar.icon.pip.removed", - "label": "Hides the Picture-in-Picture icon", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.urlbar.icon.split-view.removed", - "label": "Hides the Split View icon", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.urlbar.icon.left-side.removed", - "label": "Hides all the icons/buttons on the left side", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.urlbar.icon.show-on-hover", - "label": "Make all the hidden icons show when hovering the url bar", - "type": "checkbox" - } -] \ No newline at end of file + { + "property": "uc.urlbar.border-radius", + "label": "Adjusts the border radius of the url bar and its items", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.urltext.center", + "label": "Centers the text inside the url bar", + "type": "dropdown", + "defaultValue": "normal", + "disabledOn": [], + "options": [ + { + "label": "Centered unless focused", + "value": "normal" + }, + { + "label": "Always Centered", + "value": "advanced" + } + ] + }, + { + "property": "uc.urlbar.border", + "label": "Adds a border to the url bar", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.urlbar.move-icon-into", + "label": "Move 1 button that's directly next to the url bar (you can do that by using 'Customize Toolbar') into the url bar", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.urlbar.blur-intensity", + "label": "Enable a Background Blur when the Url Bar is focused & select its Intensity", + "type": "dropdown", + "disabledOn": [], + "options": [ + { + "label": "Subtle", + "value": "Subtle" + }, + { + "label": "Normal", + "value": "Normal" + }, + { + "label": "Rather Strong", + "value": "RatherStrong" + }, + { + "label": "Strong", + "value": "Strong" + }, + { + "label": "Really Strong", + "value": "ReallyStrong" + } + ] + }, + { + "property": "uc.urlbar.custom-bg-color.mode", + "label": "Enables Custom Colors for the Url Bar", + "placeholder": "Disabled", + "type": "dropdown", + "disabledOn": [], + "options": [ + { + "label": "Coloring when url bar is in focus", + "value": "Focus" + }, + { + "label": "Coloring when url bar is NOT in focus", + "value": "noFocus" + }, + { + "label": "Always color url bar", + "value": "AlwaysColor" + } + ] + }, + { + "property": "uc.urlbar.custom-bg-color", + "label": "Custom Color for the Url Bar (Dropdown above needs to be enabled)", + "placeholder": "Enter Color Code", + "type": "string" + }, + { + "property": "browser.urlbar.openintab", + "label": "Always open websites in a new tab when using url bar", + "type": "checkbox" + }, + { + "property": "uc.urlbar.hide.container-info", + "label": "Hides the container info", + "type": "dropdown", + "placeholder": "Disabled", + "disabledOn": [], + "options": [ + { + "label": "Only hide the label", + "value": "hideLabel" + }, + { + "label": "Only hide the icon", + "value": "hideIcon" + }, + { + "label": "Hide both, icon and label", + "value": "hideIconLabel" + } + ] + }, + { + "property": "uc.urlbar.icon.zoom.removed", + "label": "Hides the Zoom icon", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.urlbar.icon.shield.removed", + "label": "Hides the Shield icon", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.urlbar.icon.bookmark.removed", + "label": "Hides the Bookmark (Star) icon", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.urlbar.icon.reader-mode.removed", + "label": "Hides the Reader-Mode icon", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.urlbar.icon.pip.removed", + "label": "Hides the Picture-in-Picture icon", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.urlbar.icon.split-view.removed", + "label": "Hides the Split View icon", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.urlbar.icon.left-side.removed", + "label": "Hides all the icons/buttons on the left side", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.urlbar.icon.show-on-hover", + "label": "Make all the hidden icons show when hovering the url bar", + "type": "checkbox" + } +] diff --git a/themes/d93e67f8-e5e1-401e-9b82-f9d5bab231e6/readme.md b/themes/d93e67f8-e5e1-401e-9b82-f9d5bab231e6/readme.md index 8c440959..b9f53c51 100644 --- a/themes/d93e67f8-e5e1-401e-9b82-f9d5bab231e6/readme.md +++ b/themes/d93e67f8-e5e1-401e-9b82-f9d5bab231e6/readme.md @@ -1,20 +1,21 @@ # Super Url Bar ## Settings: - - Adjust border radius of the url bar (Circle like corners) - - Center url text - - Remove the border of the url bar - - Move 1 button that's directly next to the url bar (you can do that by using 'Customize Toolbar') into the url bar (Credit: [YouCanTouCan](https://github.com/YouCanTouCan)) - - Blur the background when the url bar is in focus (5 Levels of Intensity) - - Always open Websites in a New Tab from Url Bar - - Custom Colors for your url bar (option to color when in focus/not in focus or both) - - Hide icons inside the url bar: - - Zoom icon - - Shield icon - - Bookmark (Star) icon - - Reader-Mode icon - - PiP icon - - Container Tab icon and/or text - - Split-View icon - - Left side icons - - Show hidden icons when hovering the url bar + +- Adjust border radius of the url bar (Circle like corners) +- Center url text +- Remove the border of the url bar +- Move 1 button that's directly next to the url bar (you can do that by using 'Customize Toolbar') into the url bar (Credit: [YouCanTouCan](https://github.com/YouCanTouCan)) +- Blur the background when the url bar is in focus (5 Levels of Intensity) +- Always open Websites in a New Tab from Url Bar +- Custom Colors for your url bar (option to color when in focus/not in focus or both) +- Hide icons inside the url bar: + - Zoom icon + - Shield icon + - Bookmark (Star) icon + - Reader-Mode icon + - PiP icon + - Container Tab icon and/or text + - Split-View icon + - Left side icons +- Show hidden icons when hovering the url bar diff --git a/themes/d93e67f8-e5e1-401e-9b82-f9d5bab231e6/theme.json b/themes/d93e67f8-e5e1-401e-9b82-f9d5bab231e6/theme.json index c953dc69..16b740c8 100644 --- a/themes/d93e67f8-e5e1-401e-9b82-f9d5bab231e6/theme.json +++ b/themes/d93e67f8-e5e1-401e-9b82-f9d5bab231e6/theme.json @@ -1,17 +1,15 @@ { - "id": "d93e67f8-e5e1-401e-9b82-f9d5bab231e6", - "name": "Super Url Bar", - "description": "Get simple rounded edges, centered text, a removed border for your url bar and a background blur.", - "homepage": "https://github.com/JLBlk/Zen-Themes/tree/main/SuperUrlBar", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d93e67f8-e5e1-401e-9b82-f9d5bab231e6/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d93e67f8-e5e1-401e-9b82-f9d5bab231e6/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d93e67f8-e5e1-401e-9b82-f9d5bab231e6/image.png", - "author": "JLBlk", - "version": "1.4.2", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d93e67f8-e5e1-401e-9b82-f9d5bab231e6/preferences.json", - "tags": [ - "urlbar" - ], - "createdAt": "2024-08-31", - "updatedAt": "2024-11-03" -} \ No newline at end of file + "id": "d93e67f8-e5e1-401e-9b82-f9d5bab231e6", + "name": "Super Url Bar", + "description": "Get simple rounded edges, centered text, a removed border for your url bar and a background blur.", + "homepage": "https://github.com/JLBlk/Zen-Themes/tree/main/SuperUrlBar", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d93e67f8-e5e1-401e-9b82-f9d5bab231e6/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d93e67f8-e5e1-401e-9b82-f9d5bab231e6/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d93e67f8-e5e1-401e-9b82-f9d5bab231e6/image.png", + "author": "JLBlk", + "version": "1.4.2", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d93e67f8-e5e1-401e-9b82-f9d5bab231e6/preferences.json", + "tags": ["urlbar"], + "createdAt": "2024-08-31", + "updatedAt": "2024-11-03" +} diff --git a/themes/daf345ec-9a89-4b5d-9d41-47df562e29c9/chrome.css b/themes/daf345ec-9a89-4b5d-9d41-47df562e29c9/chrome.css index 7d0d0d13..93a190ab 100644 --- a/themes/daf345ec-9a89-4b5d-9d41-47df562e29c9/chrome.css +++ b/themes/daf345ec-9a89-4b5d-9d41-47df562e29c9/chrome.css @@ -1,21 +1,24 @@ - @keyframes secret-theme-animation { - from { left: -10%; } - to { left: 110%; } + from { + left: -10%; + } + to { + left: 110%; + } } #zen-main-app-wrapper::before { -content: ''; -animation: secret-theme-animation 6s infinite; -animation-delay: 2s; -position: absolute; -bottom: 0; -left: -10%; -pointer-events: none; -width: 200px; + content: ""; + animation: secret-theme-animation 6s infinite; + animation-delay: 2s; + position: absolute; + bottom: 0; + left: -10%; + pointer-events: none; + width: 200px; height: 185px; z-index: 999; background-repeat: no-repeat; background-size: cover; -background-image: url("data:image/gif;base64,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"); + background-image: url("data:image/gif;base64,R0lGODlhkAGQAfMIAAAAADQ0NHRcAKsAAP8AAJ19APZ9PP2md///AAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAkJAAgAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAkAGQAQAE/hDJSau9OOvNu/9gKI5kaZ5oqq5s675wLM90bd94ru987//AoHBILBqPyKRyyWw6n9CodEqtWq/YrHbL7Xq/4LB4TC6bz+i0es1uu9/wuHxOr9vv+Lx+z+/7/4CBgoOEhYaHiImKi4yNjo+QkZKTlJWWl5iZmpucnZ6foKGio6SlpqeoqaqrrK2ur7CxsrO0tba3uLm6u7y9vr/AwcLDxMXGx8jJysvMzc7P0NHS09TV1tfY2drb3N3e3+Dh4uPk5ebn6Onq6+zt7u/w8fLz9PX29/j5+vv8/f7/AAMKHEiwoMGDCBMqXMiw4YgBECNKnDiRgMWLGDNq3Mixo8eP/hgdIqFIkiTIkyhTqhR5pKTLiCpjypzJ0sjLlzNz6vRYs8hNlzuDCiXQk8jPkkOT0iwq5KhJpVBRMm3qtGLUqzynAqlqFavXjFq3coX5tazFsDVwml0rEy0NtWzjnnQ7A67cuxzpyrCLt+9FvTH4+u0LGIbgwXcLvziMOK5iF4wbr33cIrLkspRZWL7sNfOFsUc5EzBAurTpA6hTq169OqtnCqB/ijZN2wDr27ddv5YQ++bs2qVxC0+te3fvzXKBBx8uvPjr40A5KyfNvHnH3bChP7083Xb13Nex89ZO8bfy7+DzikdAvrz06ehZO/fcvqvk7vFbhxdfX6J54Pmp/jZfQ/1pdxd+ASaoGlMFQncgfApGyGCDvT14XoQKTkghaBYCiGGCGm7IVYe1fQhiUSJymByEJsYXYoqhrXhhi+i9CKNvMnpI43c23hhdXAjuWF2PPm7HVpBCDkdkkfathWSSuC3JJFlAsghllChOiRxUT165mpRakkibl8KBOaWYp5F5m5lMormcml9mqSVSOZYIZ5w9zfnjkVbeeQCbRbpJnZ+pAeqjoN4R+qecelaFaHeiDUhOo2M9Ol2k+6VD6Yh1dkcbpuqps6mjnXpaGqgbsTOqU5Yqh6pGqq4qW6mmGvAqWOvIOmuVtX5661+56rqlUr3W9iuwogq7p5PF/pp27FnBKmsks82S9ixR0Urb5LXchhSOttN2K6444Lon7rnYglPutug+S+66VLbL7bvwDiDvuN/Wa++98+ZbL7/9qqsvwNfSCy/B7vo71nAVIiyZPb0xHJvDD9cTsXANUzwYxLFJrKLGfnEMmseVghyyxR1jPLHJhKE8ssofsyyXyAvDXLLMM7tcM24Z48wWzVyRzKnPP9cjwNFIJ92lakk3LUABUEctdbW1RgjA1VhnPVzWXAMgYUJOK93namEjLfXZBVBtqtVdY71121d/jVDZRy+dGt1Pox212p6yDffbf2cINt12o4a33nvzPTZ6cMctXONeCz434YvfTTfi/lArXnl1kAPettwH4V34AYdjrvmMAXb+eOOgGyT65qRfbvrpdiaoOm63B6jQ66izVjritNeeOuurB37i5GWP/rvewY+pYO6sQe/i4MnDvjzazadpO/G4c6/7P3jzruNt4csOPOyKpl+o0eWHrXz7TmOeNvrqp28P/E6/j7/Zs/de//+oud/+kKa/AcpvdAAklAAHKIAC7u+A9EsgnBY4QAfiD4L+k6D92MdAC8IPg+PToPoouD8Ptg+EwhPhBunBwLpZr4UodJ4KR8jBCr6QgTHU3gwVxY4Whs+EPjya/CKEwB2WKRxBpFwGLZfE+GGOiBE0ImvE0UT33bCK/EMc/hSXKEUlIRGLYuNi7MAoxCcqqIhdxNM3yEjAK4JxiGeMYhoD+EU2AjGIcEwQGudIR3Cw0YVi/GPetBhHMfJxQXUk4x19mMcA7ZGPVPzjImFoRj3KcY6RtKMbsdjI/DwSk4l8oPz6Vy1BDid7bxJhdzJpwFGej2qmFA4qB6XCVYbygq5kntpiiZtZJkqV02GlKHN5Nr7x8ja+3KEt/UhJYk5tl3885SyVGcxbftCZz4RlNGU5zRkuc43NxOb8tMlGaaKSmsoRJi7FOc5SbrOX3axlNZmJQ3a2s1nHZE0yvTlPcNaTncZ8JzLjCcx0roOR9szh6TzXNV86tJ/yQGhC/l+ZPYZy7aEYpQ0J1zlR7BE0eo3LqEgNsNFrdtSj5yxe20aa0ZKe8KQorahKG8rSh7q0fDCNafMsmrWa2rSGw8xp5j66Gsj51KE3DZ9QsynT7sHtqL5M6vVyuk+nrhSqqJSq+ZZa1dsYFavZA4ggxdc8yJn1rG0LgFrXyta2uvWtcI1rW8U61uqhEq14Ratc98rXvrKVrnXN3yzzStjG+fWwiJ0r+AIr2LsW9rFZS6xkDwtYxrbRsZCF7GQ3u9fKWraBg82sZjlLWrd61rK+FO1oS8vaAJyWsalVbWFb29rXBja2ss0rbVlr27riNrd63S1pmSLI3wL3uHlVTHFD/ovc5qJVuZJkrnOnCzfoahKz1M1u1qyrSOlqV7vcBaNxv0vd8GJxvOR1rnmriN70Ine9TWyve4EL3yTKd76yXQ8CfNgbsIZVvxngb2z82zwAB7iF/SUw7QyMAQGDRsELZrAFHDwWCJ9OwhNG8IAtrDgMV4DCXOFwhz08ARBXRcR8I3GJNfxgFFNNxRIwsVNc/OL1CFJ+lpkqTHOi3xtjLsdbFSqPbfxHHC8rIzo+6ZDF42PEAblsS43akrHTZL09OWxRhtqUd1NltF3ZiVHe8mu6fLYvNy3LBRCzZ8gsNTMnDc1qzgybo+bmLC41zpSZM9TqXMYwL0U8fIsQwCDV/hEv9iTQChr0pQp9xEOrTdD8IjRHDF0TRCdI0a5iNJYcTTVI30vSG6E0SywdIEwDxyOiFgmp82NqY2l6TUVZdXxa7atJN7rSj050pBdt603jutO6/jSvQ31rg8gaTjkB9a1SrY9jqynZw152sffhbDJBO9PHYnY+qu2la5/6WdrGB7ev5G1XZ3vazc61ospd61+F+x7jhhK7nQVudG9b3YSa96nq7Wt+xDtJ+rYWv2Htj38LKeC2GvgU69FVDRItVPNouAQfniqGEzWBFIeVxVOqwozjih4Sx7jHkRXxiwNw5CSXR8hPjvJ0lZzjImy5y1Vu8v/J3B4rt3nLcV7z/vrdfONNjfnOgb7TGf4c5D1X39FfHnSHDx3pMHc6ynke9Yk/nelF7/jVaV51kU+d6MHb4dK53nSrfx3qZff6yKmedpafHethN/rW45Fzn88dHnVX+t3fkff0jZ3uSff73t3R93UPvh2Fz/fh2T5ST8urNwo5quPbBfmESD7Yj49N5H06eXRVHiGXvzS/Pn+Q0Jd69Jq3POcxT/nUg371or8X6Y0N+9PL3vWlrz2rUQ8axYTpWRTy/ZmA3yDht4n4BTJ+oJDfH+Ufivn1cf6NrhX8wvz+WNUHzPV/lX29bP9W3afL918V/ucM/zIvSah+xz+Y9Ntz/eeXjPvZCf/j/qPfJepfD/v9Mn9x1n/591cS+ccf8dcY/YdN//d8AUgSA4gd+9cXB+hMCTh9nBGBxARj7NEgopFkHTWB5LGBQZZTHmggnMGBEzWCDlKCIQhTKHgcIAhlWdaCPdMYJtiAxqGBKgiDUSaDK3MZNfh++oeDPriCJ8WDMUODRNiBRMZAw6IRaKZnBdBjLBYuKPGERYY5UsiER1aFWQaFWThATZgRVshG8vOF+xOGGDGGZFSGSwiGW3gSavhGWNiGZ/iGIBGHnDSHTDaF5hITeFhFbLiHWkgnMvGHTRSIVMaH7AKHXXiFiIOBn/VmjchGGKgBkWhnQiVIlXhgl2iISbSJug12iYO0VJoIihnWiZNIRqZ4ipHoiUG0ih8miq7oQ7BIAaI4ipn4R7W4YqgYZaW4i7c4iy20izF2i0k4SsT4AsZ4jIiYjCqwjDrof87IAtCIZUA4jc9YjWd2jdiIAtq4jfTXjSnwjZIYjuJ4AuSIiRJ4juiYjri4juxYAu74jhcYj/Z4j/iYj/q4j/zYj/74jwAZkAI5kARZkAZ5kAiZkAq5kAzZkA75kBAZkRI5kRRZkRZ5kRiZkXsQAQAh+QQJCQAIACxaADwA0gA2AQAE/hDJSau9OOvNJflgKI5kaZ5o2K1s675wjKV0bd9yru88f//AYG9ILBqDyOTJyGw6V8qolPCsWqvTrPDK7fq04Jp3THaFz6iyej1Du0fsePxNB8nvuoF+z6/7t3iBF3yEA3+HNoKKFYV9iI9Li5KNe5CWJJKTlIaXnR+Zi5ucnpegiqKknaaCqKmWq4Gtro+weLKzh7VForybZwbAwcIHxMXGx8jJysvHkbotvdGEv8LVzNfY2cbOzyvS36Na1dba5ebbJt3Q4NHU48Dn8eXc6hvs7WHvwfL81/T1Ge71cveun8Fk/wAOEngriz54ByMSS6iQEUNf+R5KlEix4oSL/hjBPDSwMWJHjwhAUiI4ruTBk7BUsmNJziU/mKtkgqM5zObNdBV1fuO5z6c8nKaESiMK0eg5pKCU4hOp0elToAqlDsyoz+rVEh618mJK0us8rADFNpwy0uxZsEHVruRa0G02qJnkzqXa1S42vFX0Cq5Ed6Thw8GQ2BosmCzix4kBxWHcuDDky8IU36Gs1zHmw5rlcJbr+fPI0JNHiy1tWh9qNqpXW279+PWa2FpZ065mWw1uqbp3Rway+LfO4MIN9HZinDGu55ItNB8MvXqigNM7W99+Mrt27uBFaPBOOrz5T9jJ5z5vfrz69ezBu3+vNH74+fSP2+eOP7/K/fyl/uffVAAWOMKAQxmoYAgILrXggw0S+GCBEW41oYEVjnUhhhmGtOF+HXr4YXwh7jUiiSUWciKIFRbg4oswJiejAQDUaOONI92oIwCnzZIhjEAWMGNyO+L4UJE29ujKj0G+OKRwSNaYY5RKpsJkk0I+SVuUPB5J5UO4XNmkllt+qQ+XVZIiZpBktoaml0im6cmaQLZp2ptnmvlOmC1imaWdl+H5jqDj8Bmhn38C+hih1TCamY99YqlooHqO4+hwqWggwKacdtqWPJ2GKmqoiH7q16kH4DEqp6aes+qrnJZaFap+qfpqq+bACqusfdFql62r4lqOrq/yWpevbgE7qrDa/hC7qrEtIZvsHbAym42zo0Jbk7RWKSuqtdhgK6q2PXHbLbW3zuqquJ2SW5S5TnkbKrjXsNuun/TCe5C8nqqbq72butuUvjbxy6ppzABMLKIE0+pFtQgvo7CuDDd86sPpfpbwxMX6afHFXUCsscQcP+vxx7+GnDFmG5c87skom4VxsBEr43K2MMd8Lhcis0zyzfdiqbPMKtM8ss1AB93k0F7NvGzNySStdJBM73xFz5e1LHXFVfvk9LeTCiM1p/zkS/DX84YdzNiblu2vzmj3q7YBbAvgdq9Mx33w3HXffWzeRT/NN9t+R1u13pvODUzf8pitL+ICKE434Y2/HTPk/pIzHo/j8GKuuObncG6u54OPXfi2QxsxscCSG8bMpYc1rLrCrLdueTGwu352Eavja7vPyuQuOtFE9C7p71kvI/ztvs4OcO3Io37M8niPzjvtvkeP2OuVQib79c9nr73uwXf/2PfFY3/8+OQnQ/3f1qcf/vrsM3/A+4Z3Dr690LPPfZxQi98QjIeoJmFtUlxKoPl+F4AGOvCBzuNfAbF0QEUp8II6qp8BHsjBAESQXROk4MrChsESdol9HYTg/kAYwiBVEFAmxKAGU+jAD4qrhS4cIQJjqMAZ0tCDK7whDmH0QjvxsIf1+yEQ5SfBIbqoiG06YgJ9SEMbYsuJL4Ii/pmkiL9JKdGKzsLiE3VoQS4CEIU/BOPCxKhFLZnxjOP7YhDrdjPJvfGOb4QcHRVmRzz6kYd63KO9+vjHQl4wkIIUFyENyUgkITKRzlpkIydpo0dCUleSpOQkLXlJMsJQk6DkZCcFpzZQhjJwowRYJk1ZSFGmUm6lZOUm0fVKgIlii7JMICxqqbBbujGXXNolL+3lyycBM5irGCYxN4HLYxZJmMrEVjGH5ExHJjOa0mTmL6upI2hiU1fTnBE3d+TNb74qnDIaZzevaU5YoZNI6qwkO9u5qndCKZ418sgrEbWWEOxKjIhaDkoQsE8/9RME/wQolgSKkoJi6aAfSKhC/oPEUH2mkp8iEoFEJwqjilbEoU2CKAE2ylEXeVQhIA2SSEla0pMCJKVAWmnHStrR6Ax0AjCFkUxNRtMXubQeOX3RTnHWU5Pa9KYEvahBM+rPmRb1p0hFQGtQdQKWhvAMUa3AVE9VVacOEatZncBW/dJVnjoRrGGVagDNUlainjUMaZXAWO3S1pdhEa1hnatb6koqMeI1q3plqwmsOsG/RjWwXuHr1HBoWKQi1iqKjZVf4RrXxzolsgGbLBg8QqaGPUJONWAGHjpLsM+CKQiivQNp9WVa16B2GaPVkmcRAVoapFYOq4VXa/f0WmXE9kmzPURtU3DbOOTWXLstVG+T/vHbIQX3D8NFQXHZcFxuJZc3y0VGc2f0XD9E9wTTXYNlLbYiO6h2rTErL3pwi16UqZcK5z0a0967Xe91jb7xBd581Vvf892Xv/lNXtXwy175Do3Axm3vxxBMXdmWFsAFdu6Dy9tf4XR3RBXezYU/lGHabHhDHR4vVSGcYOBOeEUhVjCtGCxeB7OWxA028YspvAoNfhfGkrDxad8LF1Po2LU8xkSNf6zcIMNhyER+lJHFg+QkA2PJR/axkzEFZfhKecrKqbJ5rzxlLW8ZFFh+spetnFctjZnMcb0Amc6cZg2secxtzsCbvRxnDMxZy3VWs5nhnGet7pnOfabAnasc/mhB/xnPhZbroQkdV9mUV6RFfVFx6qNeSEe6AJMWynstHelM6+fRTAXBpTG9GfisiNNF9bRMNh3qD4xa1f+pdKsJ8OpSA0fWJhpBrUVj6hOhuqewBgmrcy2CXafmHmcm7KhJzWtkj1nZxoaNQJLt1WXDKNga8jK0L41tkb5325229UyeXW1ru6jbs/52uc2NbmIvGdypFvdOyG1Wc0ta3gnS9rqtDTlvL0gUBLT3uVEZKn8rCODqE/jAeXbOdP97EwEXeL8dfnCIJ1zhE3f3hhA+P4Uz+2oN1/iFON5Ej2e8EcNuRMTtfXIV4VrlF5c4wTtlcA5RYuXsnjmnak4h/ot3HOM6LxlUnxDUibqSWEN3QtEVenRdJb0JSwdo02H1dCZEXYxTf1XV1UjHaFehblufoyC9TnS2hZ2JlyS70s1+1DJcHYtZX9XZB6jUcDN8bHPvwdudGHe3BsmiYwP81vwk+KQVHmiIOvzNFO+yxH+UbYwvmeNRCvnHj23yL6085S9PeMtLLfIcwzxQNZ95zmMJ9BNDfcyv7XnDtx6SUk90Lfb+d9mXE/ZYt/0805573YOC9kDyvSmAz3rhS4L49zb+IpC/cOULgvkfd77B9hh76c+ebdW3/u4R33vtDx/73fd+JuqWffEfH/xwN//v0c939Y+f/UN0//tN3375aCuC/OG3Py0Hn379X3+U/qcLrxSA/9dJBHh7iXSA25eACrh+ANiA82eAEHh+DziB95dKFrh8GJiBHIBMHJhmHviBaRWCIphVJFiCSHWCKDhQKriCHtGCLqgQMBiD9TCDNNgNNniDghABACH5BAkJAAgALEYAKADmAEoBAAT+EMlJq7046835+GAoikRpnmiqrmyLdnAsz3Rt02Oeu3zvt7egcEgsZnRI0G/J5Bmf0Ki0kkw2r1jTdMvtyqrIrJjpLZvPYN143Tu739H0jk1fwe/4m3xU77/ygIEbeyR+hoKIiROEIYaHipBeVo6US5GXW5OVmy6YnlCanKIpn6VEoaOpBKasemGqsK2yM6iwnLO4HbW2lbm+R6+8or/EVMHCm8XKCLvIfsuIjGnOKAbW19gH2tvc3d3QgtJg1CfY5gbe6enggeJV5Cbn2er02uyA7s288tf19fd58h2jxs+aP3oA8QhUA49AQXQH1yWEs3AOvIcRJU50U5FPQ4z+Gb9t5Nix0ceCIUWONFPS5EWUKbetrNFyISyQMf3NxFEz302YOf/t/NLT3U9+QXUOjVHUqCqcSTUu9dBU2lF5URFO1VWV0dVzWdVt5dp1z1dzYaWOxVCW0Nl5abmtHdRWztt+ceXOBVZ33FOgeQ/M7WvzL9LA9tYSFnjXIGLBihc7TQU172DJ4hpDRHwZs1fDWB939mwWNFjRkUmXpgzYcmrV00yjRT0W9upRleOOtq3PUe60u3lblf0QW8NOaIT7JF7c2nEgyZVnZt78OQuS0oezbn7Oup3o2d1SL+5dBfbwt0Vxl1eeFHj0sbevv9b+D0v46TnNN1f/xHn874z+91B/WrwH4ED67UcfgasYeKBFDEb43RMP+iXhhfYZUWGAGHbYIIUbIughg3GEyNCIF5ZookcoSqjiii61SCIoMBYi44wg1qjEjThqqOOOPPb3IoBBwpPIhkWSc2SFSVKz5INNOvPkgVEiMyWRVfJyJX5ZahkNk13G8iWUYaqyJXxlmomIAGy26eabb/62DZxuFmDnnXgqyF1SAPTp55/1/CkoAEkpQ+ehcbbWDaIC4OloAXo2x+egfgZKaZ+FFsMoo3Jqw+ijeUbaqT+XYkpPqYQGZeimh476Kah2ijqqpZfSSmmmxLDaqqLcvAqrrLxGhKqtg+L6i650uooorLH+AhtaTsOeWqqxviALp7KHMgups6dBO620taqqqbVuYkunttx2G1O06rAb06rksmkunOimC9e637ab77vjxivAvG/Wa69j3oarr8H8luKvvJHWs3CjzM762MTU5vGwqA4vLPCzFHcM3JoLY0zPwxur6/HJ4gpyccMjaxxxsCjHrJTKIbOsDskvHybzzhElsrKeGftb8mw8F60Vzf6KfLPLv8JsdNE+1wx0y0LnzPHTWEOGdLxKp4Nz0zpnjXXUSdvsNdOgSiy2x248zKnZ3ri9LLMTq7221kbIvevUS+sdMN2P2b12FH5fC/eihdcJOGKCi0144m12HTfkbGpbt9P+d8sEBeUM83025ZYHjnnmeBfB+b+H98p56IyPnvnjlEuOOOiLB9Z41rBDLrvqtMN6edikq0XE6bvPuXrted0+9uacF+/p8b6LDnzwKuUNfdoDW3N6UtkTLPNDuSc+NLfbB9X9Zt8XFH7h4ztbfk7nFw0+871jn/37McXP8/xPnN4+sPhLif52xj/r1e9R5wtgSAaYPn6sz2//k5UCM8LAmBXQdNdDYPcmGJEKouyCw8ugoxLIOe51T37qox/kIigqDh7EgycD4RBO5yv7nU9BxEKVDv90w0i1jYbZsloP15PDHe5wiAr6IRDpJUQkFqeIRkSVE+ejxCUqDmxTfCL+uKJoxCxyp4pWrFwTvWiybnCRi2QsDhjDyEIyQvGMg0qjDLcQxr9hUY5ESwccu4hHeazRim304hv36Kc++vEMdbyiDQ3pPW8QUoeMNMcflxjILA7ykZHEBtkS+TYvPvKTpQqAKEdJylKa8pSiZAUnWZVGULpSUKiMpSxHqcpVdjKLr8wlAGbJy1PW0pZ7w6UuXdnLYtLSFMBEVCuHCUpjGvOXyUyUJ5n5SWcWE5rRjBwZqVlNa/ISm9lE3TS5uUdvfhOZ4SzXNslZTnPKEpzZXCY7z+jOd27ElvKc5yvngs916nOfa+nnOP8JSn6uMp8EfaRBOYnQhO5xoYlsqEP+zwjROkp0olGsaBgvitEdatSKHO0oqj66xJCK9FJ7qQHxMtnDlPaveSy9oUsNqLuYnm+mGIydTbuH0xDqdKcD6+kMYQpUewlVCCstarqOGoSkKtVZTL2BU58qq6jaYKpU9aFVMeA/ZvWmhtoKq6OwsFWuihBPX52bWNd6J7KW1QJdhVVag8hWtrr1rRSIK6jmeq662vUKeK2AXh/FVyb6Vax3DSwCBuuowtrxsNpKbGAZi1YRmQCskAWVZPFK2Ts5VpGZ1SxgFSuBztrps20KbWRHS1rTFgC1YlStaJtA2tIuLHiY/Wsfovow3Kr1sI84am9Jl9u1Bleow81ccRH++wymJvduyw3rcXv63LVFd7W7de5tiftbv04Xp9UV23WZ9d2Zhjdr44VVeV16Xqyld7Z1iCoMPaaZzQ5lvh2rL2u3gl+K6Ze2a+nvxP5LhgCfkGcEtoSBs1e0BP9gLgJ+jIN9AOED72zCbVjwwBo8HvvuJMKIwbATNGyv4N1oJCCW2Yk3kuKYrXgiLUbZixMS45PNGCA1pq+MUGzhu934HjnO745Z3OO1/ZgdQfbvkGHsRgQvmcZNvvCTcRxlFU8ZyFV28ZWRnGUZbxkcaeRwi3gsSCePmchllvKZmZxmK68Zym3W8punktUFZanCdQ4TnrOqZxI/tc9jqbNzurT+Z6oCmr+CPjSdE01oPytV0UsRtAEgPZQknC9NE7qAbGHFCkt3D9PmycCmQdVpJFwa1BmywKgfVWodnBrVBcLAqh3V6hy8GtYf0vSs71TrEdwa1hrYNa9N4ens4TrWuhZ2r0Xwa1QHW9gFWHYImg3qZyub2Kb+9LFzrWpoS7sw22YBtMP6bcaEW9zjZla5l3NuFaRb3diuSbtX8G5Ox7sl83Z3vVl975LkOwX75ncpivJvFASc1v3uSMFPcHA8rXsyC2/4sAfek4WbQOJ22iS5enOjJHyt4Rq3Fsdl5HG0HTzkyBp5i0peNYmjXFcqRxHL44XxaIPMXzEf0czJVfP+l7Mq5x7aubV6fvN4Ab1DQkcW0be2ccsGKem6WnogHnZ0DEGdVVIHBNWdzqOrbyrrXbBlx5Hg2nFPEohj10HZvY3IVaY9B2u/thnETnKyn7XeZ6fh20cQ913n/XR7F0HfZ/13zgU+BINfdeEpd3gQJH7Ui4dc4z/w+E1HPnGTH0DlZXv5x54cnelkEzyjjvHRJ9P0Xy896EOP+vcSfvXpbH13Ay57Tta+ry6HfThvb1iQ6z6bvPc87X8fzeCDdvgKC73oiY911Sdf+aivubaMrzd44V76Av+ELa3fe+w7nPk05L7wvW/z5ydS/McnP/Xlhv7Ukh/h5q9j+2P7/oz4g/9084dY/e0f/zDmf/8Tp32r9H8AWH4CaHvFUIDkVlusoIDTx4Cm4IDwBoGfIIH2RoGeYIGkhoEZqIHwx4GR4IEfCIKKIILfR4KQYIIBiIKIoIL8x4IR6HwwSAxgN4O4UIM2KAs4mIMNKIM8OAs7+IMV6INC2IO5V4Q6SIRIOIRHuIQZMFJOOBdQGIVjMYVUOBVWeIVDkYVaOBNc2IUj8YVgOBFiOIYAUYZmyA5omIZs2IZu+IZwGIdyOId0WId2eId4mId6uIdPsIZ8eAl++IeQEIiCmAiEWIiCcIiICAiKuIh40IiOCAeQGIluMImUaAaWeIleEAEAIfkECQkACAAsWgAoAMgANgEABP4QyUmrvTjrOrr/IEiMZGmeaKqaW+u+cCzPb2jba67vJe3/wKAQcSt6eMgka8hsOoNGo3KKfFqvWEy0SO3msuCwc3vzmlHitJpGxp3fo7V8rmmH4HC6fk+0f/BvfIJrfn+AZoOJQ4WMIodeipEbjZQDj5CSmRaVjZddmqATnIyeVKGho4WlU6egqX6rSq2ar3axSbOZtW23VbmRu2S9PL/AwVHDO8VPx8jJBAbR0tMH1dbX2NjLY81cz9PgBtnj49tN3d7J4dTk7dXmTOhl3+vR7u7wi/J39PX37fmE7OOnrp64f+UCAhnoqKA/hNkULmR4pN86iBEl+qBY0eFFjP7XNG7kaMliOJAhRWohKcUkOJTWVK5kOc/jSZgHZF6gmW6YwYMwdW7i6cbmS5xCORAl6NMgzpxJRS1t2PRh0KgSplLt9fMp1qxaO1b9eBVrWLFcnSL9erbDM2hqy0ZtW9IoO7lJ6b7tutZs271xUX7tcxawVcFs/7q8i9hv4cXSvCZ+bDdy37mKK9u7nDfz2Jt4heqFvDm0ztGagTZucmkk5c9HTQdpzcZz2sMgrdCegRo249xPdsvofZvsaibCYxC/xVc2kOQwlsdqfnwI9Bq2mQcG7uS6C+mrqHNn/ch1WMPGxyMvX5tuTd8/pb391N490+Lxwc03Vd++odQ/7f7HSn/+uUVafALKQmCB6OU3TYK4LOhfgw5GA6EvvBW4lXYVPnihMhLaR2GFH4KYoYZocdihhSV+EaJ7IzrYoosnoljXjDhGWCOKOfaI4XA2GujjkCqYxyORSJ5gpIZJNknCkgw62SSUE0qZJJUiWokkljBqSSSX4HlZogYClGnmmWiiKR42lIgJoRVpxhnnmte06aaAcMqpZ5l0WmPnnfPluaecfVbzJ6DPCDpomoUecCiiwyi66JmNPgrpLZJOyud2bHZyaTKZalqpp5/2Euqko5JSqqlPaMoop3WSuuoqPriq5oqWkbNnAbz26iuuDj4FwLDEFvvUsQDRYCulwP6qls2uvkbbbHzCFmststhqo+yymwLrDrTR9jpto+5Ye2226NbKrQDTfqtnuL+OixtG5hqLbrbqcttuO+DCK++8ENVL7L34bqtvs+7KCa+4/4KGksDDEoxtvsvuq+u7CxfQsMMgQQyAxMhSbKvF4/Qb7saxPQwxyMeK7CrJz2K8MMq/0bsyy5zBsC67CPMrs780l6aywDjn/MLOMGOzc8ZMF1D00+kaXHHPF3PbdMZQZ92y1CNTXfK6Vy+s9djVHb1u0tcsHXa4ZLeNkMuieh2z1WtH6/bdyc6AtNxKg123r3gHrq3eZ/Odtt9/8yr44lARfrC3PtOduNOMBw43qv6GW6P25JVbzvXLmVezeeKd4335okxPu7PJdoMctND3nj5o6s2u/jPbrr/Osuysxwus7QpjnXvQu3+uKe2/A58m0yy/7mzUji+LPK7KLy+8xM4XH72t069YPZrMD0+z9jKMfnLt35sZPva6g8z77dKin74A6xOcvfvGT9p9h/OXWf+995PY+4I3M/ml73/oCiDBBhinyfFKdYUDmDU85jHnOY+B1pscBB+XHmxQEGIWfB0GwefADU5NgtX4oMBCGLQRnsmBGjNg11B4ABXWi4U0c6H6SihD0NHQhubCIcp06D8eJo+DHPMgEIslxI0RkX5GpF4EO3iNJTKxif96Iv4MTThDKk7QisPCYhbzh7ooem+KSawiGAEgRnlp0Yz8Q2PKsrFGNrZxWqcqYwHvWI861jEAgAykIC+4BvPFj4/r8OMaBcnIABBSDYb0HSLBoUgwNnKQIiwk4oA2SUpWcomXDOQj0xBJhnVyGp8EZSgdmUlIbvJ8p5RGKoG4Sla2UJOS42QsDTBLG9ZylGIo5QN3GY1eqvCXrSTlKw+5S2N+EJm3dGUuYdlMZ3oMmjnMxd6Iac1r1vKbofzFNqvZzXqB85yMFKccO1lOgaHznQFQJxJP2U5zwvOc8jwhOetJrHviU5vrnCQ/reVPcOazi7EcaLEK+s2D+nCfA2VoLf4dGjduKnRYEl0lRTFn0YtmNJwSGWdCL0rBwYiUniT1mEkDisiUqvQrJ2WnSwW20nnKdKbmqqk+R4pTa+kUoSjtabF++lCeCnVYRK0oRIWaVI4utadNtR0xQzgYMvVvqhasagb6xzOsRlOrFeCqV5MJ1gmIdazZLCsFzopWJ6p1rVdtq1vfKgG2ytWNdK1rXO+K17zala/NiurqEAiRLsCQPljhKmERYlgHIjYqir0eSho7uccmJbJiwwllE2dZoWAWXk/Z7N86q5PP4g4moq0baWVi2tahlgqH5U9i+7fYf6R2batVSWsBp1nYOla2kKWtZEFy27DlViQ7K90Biv7LK+8sI7mlY24BnFsM6HZOutTd6KKUi132KMS6levuITQCXsaJFxDkXRd3fbuw7AKUW+udAtPcO4vyLu68eEgvfKPLXnjRtxV7QlvgYsSiFGi3q7iKL3wKjIb3zil0dyOwAVZwYAHjTcIUdvCrIHfdA2W4vnqycIQ9XCQN34rD4SWxgU3MLBSbV8UNBjGhIOw2DJdYxg928X1hrCSJiLjGiPrFj9sGKSHTmMhBzsWQyVZkJR+ZyUmexZLH1mQpP5nKUW7FlLVWZS1fmctZPsWWs9ZlMbcPyoAyMvGQnGYnrxnNd1Lz+NgcZzfPGc5ukjPKgNxmK78Zy3328p/BHP5oMw+azGEOhQIJXWeFAJbBefbxo8sMj0dPONHmsDSlMz1pTG9D055eBqgLXelOk5rTgN30p03d6FZQ4o6QgqExGAFrRMlaEa9uY6wdOOtC1BpQt05ErsW468n12g+/vlOwBzFsLBY7cce2Q7LdtGxBNLuJz/5btNswbTFVmw9hkhIMvw2GcDtp3LwmRHa8hG5jq/s11G63tt99HlvLu25yMHeT7o1vemsl2/zOWL7XraWAh23g8Pa2wZuG8HoDe+FMe+KeLDUrFUA84mRcHcUrjoKLCzzjO9s4x03g8YVJXE8iHzkJSg6vk8sp5SonAMvD5fI4wVzlM49WzdN08/6R59xXO0dTzzn+814F/UxDr3jReXV0MyV9VksvgFW5yq2WlMjqShAmw0FO9Zf35EJYT4LWMb69rk8q7BBCOw/G/vGym31QahdQ3HXAdpNz/e1I/3ra9b72Za6t6bab+3wEv4K6t/zueC8T4Z+x+BQYnuaIT3zjhzH5Ezxe55HHe+VvsfkSXB7omX9751cx+hF83ugZjzrZmd2IxGtKdqpvO+sZ4fpJwT72hxd262s/qNvjHvO6pz3v9+T736M++IUYPvFTb3zQI98PytdT8Zu/bTJEX07TN371t3D9OGX/99uPQvfT9H3ch98I40eTD5rv/ICgn/dWYP/x3V+E4arHX/5Sl8j7a39/+Wtk/67Xf+z3f/UHf0+Af/mnEACYeAJIffpXgPx3gPhHgDdgfxLofw9YgQboBAhIgTZggWoAcYLFVZEggjC1gYNggrMVgYmggsHFgim4cCPYPyUogycIg4LggpeFgjlogysYgIqgg57Fg3wghKVFhHmVDySYhDPILUzYhMvyhDeYPlL4g99ThS9IhVg4hPOzhVyohV6oWzQYhmLYhWsQAQAh+QQJCQAIACxQAFAA0gAiAQAE/hDJSau9OOtNh/9gGBJkaZ5oqq5sa3JwLM90LYs47u5879vAoHB4yxk9vqRySWw6n7XjcUmtsqDYrFYiNVq/YMJ2TA52c+E0s8xub846tZznrtsncNF837r723kjfIMof4ZjgSCEiyWHjjZTjJJKj5VFaJOZdJacGpGaoCudoxefoacvpKpcXqiuJKurpq+hsaqztJq2pLi5k7ujvb6MwJ3Cw4TFWYlnyAbP0NEH09TV1tZXylDMXc7R39fh4dnaTtxS3t/Q4uzU5OVE58eh6tLt7O/wQvKtvvXr98Tl0weEHyZ//wwEFCiK4BCDcRD+WziuoUMzEAVJrEfx2sCL/jMyasyVUGHHah9BxhCpaFjJkygtOmRpENRLmDirqaTJz2bCnEAP7OR5zufEoDiHEmVmlCNSmEqXBmqq7ilUkFKZarpplWLUrM22/uzqFSvYPFTBkV349ey8PVzXtmvr9uCkuHLF0a2rR+zRvOz28m2ZCS9ga4IHI/Hr9HC4xIrT2nN8DfJgyQApIzar2K4kw5ot88X8THNlzp37Fh5rmprouqRNtp722m3s2a5Rp4YTuySylPt2T2VcUt1vmeaEoyVePNpxFcuU82be/NnzFNGld6Ne/XohLNrDrq7+zfuJ7OH73SVf3nwj8OnfzmHf3r0Y+PE9M6Lv3P79bfnp/rcIf9D4998TAQpo4IKwQJKgagxG2GAUD44kIYMFVUjYhRg6qOFiHHZI4YcDhBhhhiSaKCINJIKoon0ofviigTFqOKN/NSp3oy92xLdjLj2m9yMtQYY35CtFanekK0lKtyQqTer4ZC11+DglKFEKdyWWVQq5ZSZ2CCDmmGSWWWY7ZpJZwJpstklgc0ABIOecdLZD550AAFVMmnyeyU6fArQpaAFvFhcnnnPaiaicegIDKKBo9jmom4WyBtOijLKDaZ457fkon5HyOSmblVp60qaKLtroLp+C+qekoxJaamOXYpoqoqva0mqaoaYZq6yzqoUTqpra2qmju/opDqC//gZbVU7EihPtVawmS2avZjbr7GS1qlqst0kha62Y2Jap7balQWustOtSq+u45L4qaqzoZtYtrt/iG24l8IoJGjX9BkqvqbgVvO8TAf87TcDn0mrwwx1lkTDB1TA88F8QZxyQxP0qfIDFo3qs8chCYTExxteAPKnIJGfMMbweqzwoyy0//PK4Mffb8LM191wyFCc7bI3MgtLs82w3W5szvDsLezTJSSe79LhNc/u0xkAEDOjUWpdp9ElfX01bBl3zyXXZ/lL8VNhia4C2mWejzfZCcz/t9ttkxl123ffw7fPdeKeN8tCBCy60VX73DHjgeneduDiPt7w43o1rHfk1/pePPPnblQfN81qZY0124QJ03rHaSIXu8uiFmw4z6kGpDvHmu/5adXWeOw12vbK1XBLtrdp+MX+5W90R772T/DvrVAu/8pvF27t7vT4vjwHRzgNL/OmDU4R89QkB/2n2M0PP/eF08w7+P+I/Sn7R5r/effrU92z9Bdg7X2j06eL0vf3hY5613kcpAvEvecdTHwDZJ8BkEZBU8cMZ7Nrxv5rdzwL5E97+zve56aFrffXIms4eaLsKhmNTKMQU8pAXtdqR8HalulUKZwiAFfKuhcF74fC2JUMaotCG9cLh+HQYMgWyy4czBCK6hOg+Ij6vfkdE4g+V6CwmMsuJ5YPi/gmlmEIqVtFkI8RiAT+YLy4uyovBsiKsxAhBLV7DjFNEY6XUOC82rsmEb4SjCuU4RzAyzY53NOIW9YgoPvbRDaR7FPIIycUAOPKRkIykJCdJyUpGkhOJ3BrvGClFS3ryk6CEJCYzabZNctKHoUylKi9pCVKWsl6nROUqZxnKUbrSa6aMZQppyUtP2vKWY1qkLnfZy2JK8pfALF0uh4kpYzrzkcgEpjCZ2cxnOjOat5wmNRFlzWu2MpnBXOY279RNY6okkdocpzoBoJL2HbBQ64wnO9t5PdKlU57MpGc9WydOfA5Tn/izZz/9GUuAYlCgsCQoNQ1aAXQOVKGMZCgF/hyaUIjqUqIToCi6LPpPjCJAo9vi6EU96s4+ncOQLCSpDQJ2UpQGUaU1YCk3XPpSmM5Apsyg6RJtetN+tVSnaeSpDHCaCKB+UagwIGogjBpUpHJAqXlg6qycmlSfzlSqh6RqA3f1U6wSSKsfJV1RVnBFQFIBrIkcqwrKasezajWt3GABW9noVqrCVStrXWNb12BXscaVrHqlK1+detdEyDWwYqwrYf2K1xTMNbGDRWphh5PXOu6VEm9lrGEBa1nBYravhVOrYxGLRcUytCQBM9hhO0u+PeTKEajtl2o56ysSuvZYlYgtvGZb2do+8LYHg21CUluw1fqWgMB1l3D//kFc3Bg3W7adw2sPodtx8Xa0rM1eck/Ciepa67ooeKx2pYvbR3g3WeA9gXidt92IWeK8u0qvCdYrvPaWJbfDlW1xaQvd35I3uGXAo9gOEBsqzKUOAhZbgZdwYDck+GoLVkKD2/Dgp0U4CRNmQ4WPdmEfZDjAghwwgbljHQYHBsEhHnCHe/BhMmzYZyvmQYvH8OKexXgHM95CjWt2YxfkWAuGBKFxppSFIC+wHlcqMh+FXJ8lKVmOTO7Pk56MxigXiMhYMLIFE5LkLC/5yEOespehDOYmH4nKXrRyicUMBS37jstYbvOXefwl7Iy5yjau83fkTGY66zkVfMazn/88/qEnuJlkhAa0oefcskS/J9BpzrOj0UxFGDv6QE449MgujekmaFpjnKa0V5XYZQePWo6lpvCp0ZhqDa/ai60G8atJHWdVzxqIsXbxrXFda1fveoW5pvGvgd1rWQ+7XsEexbHlk4lzqGTZ6qGFs0ECbQWdYtoXqXZEcoFth2gbQtLmxrOHzexJdJsg37bQK86tj3RvKNzMGPevyy0JdsPD3R9Ahr312SJ0aOIIYO03vcMAcK0KPNqMKDhVD25tPijcqQzfdr2NEPCIq3sRD0eqxS9OiIwLdePvTjjFDQ5yF008BxUvOSg8zlNAldzkYaCv7c5p0pfvQea/ojmfXl6i/jngPFY6TxPPb05a5wXdTEP3edGFd/QyJV0OPx9V08n0dDVEfVJTH1PV03D1QWVdTFuP+dJnDhKX21zp2TV62a2aoiV0nXxff1S/qfD27MXd7G1XQt3VfhGoPojuY3/h3Wue9yTsnelrh9fc3R54Eg5+5y0CfNqJ+HihR57xk9dh5ZF+eb03/oGbd3rnDf95AoZeTSQE55gAyXo2nX71qVe9wFoPyNeL6YWynz3t2Wh73b8v97uvfeKb90DgB5/3wx9g7FV/fOT3PYwENH7zndh73Mt++lis/vLBiX3qJ9+B209m9ymf2cxLH/uAAmv7fnX+6adf/fs87qDa3/z3esP/oOa//vjtf/+Jjp3+x8d//ScBMgeAwSeAA1iA+td9CNh/Csh8+9cnA9hQ/7eA6CeBE5hRFQiBDIiBGRgEuZd7H7gFISh7I6gFJah6J0hHKYg2K+hHLehKLwg0MXhLM4gwNSiDN9gEOaiDOzgEPUhKP0gEQZhJdhABACH5BAkJAAgALFAAPADIACIBAAT+EMlJq704602J/2AojmRpnijKrWzrvnCVznRt03Gu77x8/8DgqUcsGjHCpDJ4bDp5y6hU9axaV9Os9nPten3b8PJL7orPybL6iW7/1nCje46L2yWDvH5PPxn+gIEHg4SFhoeIg0B3XXuOA30mgZMGiZaXhIuMVo98kSSUgpijh5qbT516n6Chf6SvmW+nqKmQqyKtrrCvprNHtba3ILmVu6S9vkXAwiHExseyyUbLzB/Oz5jI0jzU1QTX2Jba2zrd1eDhiOPbwO21fejp8rEk5Bbu+I7wufP99CP2KuQbGMxNPH/hTASkQDDfvlYI+ylciKehu4ehIs6bSNHiRTr+BzXu4rjQYzuMlESmIxnQpLk2IVVCq0cRgct3IPnJfMbS3s1UKCft5FlCzc+jqnJCHDoy2jSkR4OKYsrLqTKoP6UCogpr3Q6sWZVm5DrThhOwN7XqIpvNKhG0LtUWY3vJazm4HuXSbXvjLF6LeveKc9vjL2CxKQUnspvDcMPAiksR5uYYqVximHNp8Vs57JzMoEMb2Nykc1TEolMHIv3LdFrUqlWzfura5OXYmGdfrZ0XNu7Qut/y7v35N+7ghYcfLm5cdhbOygfebk4JOeXo0n1T1/w8Bnao3sJzKf39tHhv0MvbPo+evPq47Kulf/84PrP59LPbv4U/P779wvT+599JAK4i4IA4FRjJgQh2ouAnDNL34IRDZNDgIxRmCJCFF3qi4YcEaNChhyBmKOKIeZT44YkoqqghiyO6aCKHLco4IYwd2ngjjTHqqGBjaAkg5JBEFmDkkUhup6QBADTp5JPEPCklAH1EaBGRWAqA5JYFLLndlFDmAqaTVbqHVZZFcnmkl9SN2WSUbpbZGlhoDqnmmmwa5yYAcI4pJ21n1qnlnV3m+duefYL5526B1klooYbGhqiYcdJhZUOCDnpnpLhN2sqeiwpHp6CPciqpm4lOGWpyozpKqKmqeRoKqJaaCVWmpcIqmqyU0DqHE5nGNEimuL6qU2T+1IRAsMf+IkIsqcYuhWw/yjIrrbPPopnrtdOmU62gwh6QrbbRjtWtPN/WGe64WW5r7rnhpIvmuuymuWmz8D4jb5b01iuku4nli82+WPbrL8BCCTxwTda+e4i/dpYbsMK7EEykwfUiPBXFsPgCsZAYf8wvvrCEu5caIocs8sUkv2IyXSh/rPLKILdMystsxQzxzDTjjIjPXOnsL88rA22I0UwJXS/RKds8CtJDKc0u0zI7jQnUO0k9LtU7W30J1jJpnS3XQ3ttCdgqif0s2UubnQjaIqmtqZpgN81tyW6fCyy09979it0O4+03x3u72nfgf1c9+NN5d1s4uYdPvAvgkguOOOH+TRQbecLPUM65MXDnnDnfdDduiOcb7xI6WY+3K/Hnkyt+OeOLK9w6lhpvhQ3quj+zetCjG1567ZfwvhbopiN7u73Dz46J8XMhT3y+y2ebe2YNp3ZJANx37/1vAlf/7PWYZS/a9t6nDz71wR/8emjmh4Z++t2vD6/4xJJPTPygzU9/APbTW/sy9j7Q8C8z/qNfAB03QHbpLxcHxEwC1Yeb8DVwXA9sRQTD9b/6VZB9RxBZBkOxQat1kHsLnBb+NNe81JSwdicE4Afvd0HrFRB74JohImKYQuXVkGbQO9Se3MRDXaXOEDFcIRDbxqYhEvGERjxiIZL4wyWWrYlOBFP+EaMYvUNQMYRWXKKhsqhFKHKxi0g8oRLDuLY8kXFKW4ziBL23Rja+MFZvfFIcjTjH7tXRjupyYx6dtEdd9ZF7fwTkyLA4SAAUElaHDEAiFckyRg7ykaaK5CQpWTNL5hGTnNJkGTjZtVM18pSoTKXHSMlEPKbylbB04ipZubVOxfKWuHzSLGnZRlPm8pev3CUv79grYBoTlcIcZiB9ecxmZjGZylykK51JzT1BM5qVnGY1tymla2Kzk9rkpji9+U0hivOcALAYKU2SKnRKiRiPehQ5FclOSrkTTPCM553mCch6fuqe+MyFPvc5C2z6c1YAnVI+B7olftrxoMVMaJj+WsFQLjmUjRCdhETfKdCKIumiYcxoIDY60VB49KMFjaZIAUFSJy30pCC14kr/0NI3dfSkBYjpEmfKpJq+1KO+2N/HHvWSEACDmKJ5FBDA5gShQoyoCRrBUXPIJqX+gKlNcKr77lRUEEx1mV6y6g2wegStEpCrURXBV+eVJ7HagKxGMKsDCdXVD6xVmktyaw3gWgS5YpCuaTVqLZAaGr3SgK9E8KsN0QqUEty1YG0l1FKTR4imQnCogG0sCR6bzbxK9qqUHYRlNYhZxjrIsYOlalg/O9bQHmC0JCytmurqAc4OyVCGnQFiWWCoS6xnCiLEaQG0sNsJ9NYSv5VCcHH+SlzXauC4iUhuFJZ70uZOLxHPzZNviaNc2XrUus67RHbZtN3ldPepwgVv5V4xXi+Vtz7A9W5F1Qu7jmUAuoiQ7hKo+90sFFcC+D2EfpXA3/n617n31S5yuTtd+TKUvlIkRXuX9F6CaKHADz7wdRExYSWpxEbEgHDvOJxg8ooExNyZQrg6vJ0PyyjEGnYei6njYhfBWMVWm3FzaqyiG0thxSV274lfnOIf5zjIFB6yjYscBSBjIMD+QHErRHy8Q+jYODwukY+bfOQnK1gjUg4FldFYiCv3cCMxro6PRiBeJHtYyUae8ppF0GYvmxjMaZ7EnOlsCTPrECFj3nMI6nz+AShLJM+rEfQHCG0BQ6MZx3JWNAEYXQFHyyPQkp50n93cYjhzOdKKpjQFLL0SRAMi05rGLqdp7OklbHnPojbulyOC6lWtgNQJqfWvYoBrbOh61zDoNVF+jYYcCNsYxG6DsWcN6GSfYdl3prWzxQBtIeN52luodpKvje3uBJvZUe62dThwRuPQVtwV+na5Y3NudBeF1+tmd2DdTQV1x1s07aa3CLR978zkW98g4He/ifFvgHtA4ANvRcENjvCEU2LhAG+4wwMBcX1LfOJ/qDi91VBuuKA6qGf0eKZBzkWRS5rkUTS5olFuRJULmuW6cvmeYQ4rmc+Z5qay+Zpxzin+nfuI55HyuY6UhaML2YjoPMqRjJCOARSlaOlMv4fTjx51gUwd6lWfgNMLUqKsM+TqLvK61sGuIrFXpEZhN/vWqU6RTG1d4xBimKDePu/4qFNIdNdsge4ugLyf9kdyr5PfMfQgvg9eH4UPPJoOTyIAGZ7xTwd82+cOea7v5/GQ39HkIcYbRQr38zk1u8g6D0jQC9fsy/oY6e1oepyifvS18XzrgSp61ce+9LOv6Ott7xrZ536gu+f87Vn/e+DXXvi9x33x4xl8f62ejcvXZ/Pr9fwwRp/5x8eoR3KA4esfafoy3X4Muu/90IudnuKHAfm9D/6dpv8F679++4FoEu77O7j85vc6+i1if/Tiv6HZF1Lv5wLxF33zRzP1N373V34HuDIJqH4LyH4BGH78p4D+93/fN4GstEnjY4AaSEocmD8eeH7RFIIs9HsNqEgmSDoo+IGctILC04IkqEwwCDnFl4KAVIOus3w4aEc6iDsjqH8lWEUF6HouSEk/yDwyiHoXgE1JmC1MaIHD9ITPEoUQSINEmINWSIBDCEZYuIUs4IRZ6INgGIZdaARiWIYckIZoeIZqmAFsWARx+IZN6IZEMId0WAF4yAN7mIcS0Id+2INsFIhvCIiEKIRfeIhWaIiKGHWM2IhI94iQyHcqOIlMKImWuBCYmIkVEAEAIfkECQkACAAsRgAoANwALAEABP4QyUmrvTjrTYf/YBgSZGmeaKqubGtycCzPdG1bYp67fO//t6BwSLzpjp+fcsksOp9QIhLJrFpZ0ax2i5ker+AwgUsuQ706sbppbrtr6N163nvb75q4iM5v4f+ACHojfYUogYhvgyCGjSWJkEVUjpRzkZcbk5WbYJieF5qcokufpROho6k8pqaoqq8qrKWusLWPsp60trW4uV+7wCS9mLrBqcOXxcaiyFGLaMEG0tPUB9bX2NnZVc1nz1PR1OLa5OTc3U7f4MDi4+Xv1ufoUuq/u+3V8O/y80L19rbwTdO3j00/f//k3BNogGA5fgdtJFQYkKFDcwYjSpxIaKHAi/7aIGqcwbFjxY8gsYkcGaMkI3YWU15byVKCS2icGDaUyVPlippdbq7bpLOn0QNYgOIQqoxP0aM8kyrtwBQgpadQU0qdarNqmpwxs4LcytXrV6JhxTokO9Usxatp1epjq9TtHrAo5RKkC9SuSbh59cLjW9PvS7SBBT/8yfWUYQ+isCpeHKtx18eR407extjyY8h48W0uWNnz58yJR8/s3PjzANSiVYdkXfZ06HayZ5dubRtx7Nyrd9fGfNsd8Hi02/auJBk4YZauYeM+jly4ctdnmetkGGwYdquOtnMH5v372/Di8XXvZf58o/TqybNv/xc9fGrrcdGv//4+fvn67f6XRHHw5SeLgAP65p+BrCAImoL3MdiKg9JFCOCBFC6jYR2ROPjahiA+Z4eHIZaYQjIZmqjiGB2muGKJKCL4oooxCjijiTXudyOMLcq4I4g50vcjkD0aNuSG5RF3pDFJGrkkk/Mp+eQuTfo1pYSzLHclLFXatSWVUTr5JZdhWjkmmQFKeeYolwjg5ptwxhknPHLCWcCdeObpXz6CAeDnn4DCA+igABg1Up2IzvlOogLk6WgBew6kGKGBvkPpn4ZqxCijdCb6qJ6R7tTnpYVaSmqmEW2aaKeIfopnqKLqRWqp5cyK6kGqIspqna7eCetktpp66a395FrnrnL2CmmowP6eKiylxM5jrJzIxqnsr5M6W6u2Mh06LZzV2tkrtqMO+yyh0aLzLbiLejous9mau6283Wq6rpvhvnktvOVCe+6g6X5yr5vNZTPwpgVTpzA5bQ6c8DUHM/rwwhQf0PC9Ex8QcaIZV0zdxetmvDGiHXsMHMjfijyynCWbLBvK06q8MpwtuzwazMbKPDPBmtn8cSQH67xzzT4rhnOuQs9MdNF6Ha1q0isvzbRaduxMc88QW81zahdJPfU1WWi99W/kiC2A19ag/XXYYkM9stpqT8221m5vDDfWX+szt9V1R3w313nrHYXZfQeNtz5xM7330IcTfjg8iRe9uNKNt/34O/6R+zx51JXTfXk5mdu8+dud8/05OaG7PLqqyu4bqeGAE0Ru4Nisvmnr777u8OnazE67NbYzirursMJOdkq+/x68u8M7WvzusSPO7+/ADz5w848+jzHv2SRP+/KtYg+q7ttHD/n01IPPq/ivhmr8dDx5H7j6ybLvq/vQHw+S/HnTb639yyJfyLiHDf6tzXr3AmAA9/Q+48jEgHJ7w8EU2EBYUSMAGMygBi3IwQ5Sw2m3A2AFO6jBEgbAgyi0IAiFJ8L8pdCEG0yhDP2zQuaxb4QchGEGZ8jD9NQwfPbDoQV1iMEeGpEhP1xfEF2IQiKe8IhQ/CDQrtfC8snQiVHMov4Bkli/JVrxhUTUYhS5+D8vDnCGWBTjEckoLjOmjIdpVGMPh2E2ifFwVrNyoh73yMc+OpGOdSTZHfF4KT8a8pCI1CAgA8myQRKSUImMpCT/2AtG1qmHj6TUJDfJyQAs0pJvwmQmB9XJUibyk6A8myNH6SdTutKPqASlKFnZylfakpK4SOXVZkjLP93ylzCMpSVnSUtgGjODwmQkMVl5zGNaRgKO42Uvp0lNQj5zA9GUYTW3yU1AXVMD2UxhN8dZzW9mIJwoJKc6aWlODKDTg+uM5yPbeYF3dlCe+CQVPS1gTw7m85+D2mcF+mlBgBoUAAKlAEFhdVCAJnQCCw1VQ/7/+VBoik0dcjSiAtXGxlxhNKM83CgBwTZFrX0UpDIUqfne0VFVnRSlKFSp/i7S0k29FKYdlCn86gUJs90UpxbUqQNTUlNG/RSooRIqn3iaCJ9+A6keVKqkeFLURB0Vqv6RqjQChgenPgOrHNRqrIgaBe2tS1nKQMIEAegU9FHNBmb9FlrBYwK1UtF+bY3UZG4Q12nNNTsosGsC2UoHCPaEr/gbrKvSeoS14rWwbhULYgUo114xVgeOZV9e97RXuCb2rJalawkEC9rHzsGwVPUsZf0aWsCegLSVNe0aUMvUGfTVWH91z2gbe1fNQlavRlMtA3v7qMvmILPi26x/Ov5bg9vmKrd3UQFsWStbNdCWrBjooVHUMSWdVOG62dCAdnvC3Sd5lwngrV0GxsuT8i7pvEtIL0mzy8PtfqO744lvZB0i3vqS977mza8S5Fs9+s7Qvs/Ar0C+u1+C9PfA/01wgBeM3gYLzsAyRPAiFBwf/QI3tRhOoYYHweF2MPjDta0Ae2Xi3iPBd8AWhseDOauwplSYwu8daYEvQOCj2NjDHXaxji223hgr5scwxrGQV1qOGS+3xqK9wouHxNEioxg4SP7BlH9U5RDfZ2FZ9sGWd9RlHhtZMGHuwZhvVGYL9HjE/AHDmmfUZhWfWS9p5sGcX1RnCrw5wrqVsoCpPP5kJ38Zyq5d0yZkLNwnUyfPihYDo5t7Z7lAOtJgmDQN/tzeKGO6EJq2baXVculPVyHUMuA0iz1tajqgOgaqTkmpW62EV8Mg1iCZNa19YGsO4Poiut41D3q9gV87JNjCbgGxDe3BySA72ckhwootzWpoXyEL0yZ1ta1NEyFkWyzP5vYJsO1fNG9b3EogN4TNnWh0X7us5cbzud3NISh8Oyvhpre6M3zkedPbBfsWcb/b/W9SvCGjLS64FeyAcAAr/N1uaLiEH77wg8sx4RRPt8XViPGM+4DhF3e4xzUe8ZBPfORA2LgYO45yP6hciyxvebS5IPENy/zjGmHKlMymwP6R6PxJPAegz4Wyc7H1POdEB7rRhY70mxRda0ePyM+XFHT7Dd3pSoc606WedKov3epNd8nTrRb1g0z9SFVnX0UFoSUx6PK5W+eNmtz+9hCC3TRzD0Pd7a72Z0aHDntn4d3lLqY1BN6G4rvm3+dweCD2He+FV0Pjlfh4wpuJ8ZMvY+WHE3m6Z15fcef85Q3/edAPnhUH89B0S0/5R3nrXqrnLesF/6nXryv2mJ097V1vL9jjXgS6372jbP+t3wM/+I7nfaoGZvwQID/5w+/97Zv/gee3PvrL9z31B2D9LtZe+sXfPve738bvZ3/62yd/+ZWPq4s6SP2mN3/7Tfp++P43qlfEn5mH7H9/V+V/Zftnf8ryfyMTgPA3gOCnf/V3gPiXgAC4gOqHgOe3MwYYgQ04gQqIIPwngfNnNRVIfhyIerPnP9ZHgIdHgs9ngoGHgsingnvHgsHngnUHg7ong29HgyPogI2Hg6xng7rEg6Xng6kEhJ8nhKBEhJlnhCtTVVpzTS9YUkH4TE/YUzloGVPYVFXYGFeICDUohTMIhUXohTcIhkkohj9IhpPnhF9IhT1ohkOIhjvohke4dhW1hXRIT3Z4h+aUh3qohmPYh3i4hoC4h4I4iH54hob4TXyYiEqxiIxYE474iEo4MpIoh5ZUiVZYiJgIiZq4iZO4MReeOBWRGIrdMIqkiAymeIqV1ImqSAQRAAAh+QQFCQAIACxGAB4A3ABAAQAE/hDJSau9OOvNOflgKI5kGXZoqq5s675wZc70HN94ru967f8EnnBILOKASJNxyWw6k1CRc0qtwqLYoHXL7cqyUK94PAWHyeg0z5xUu98vNhJOJw/u+LxeL+8r64A3e4ODfoZSgYkuhIx4h49aipIpjY2Qh5OZHZWMl4aaoBmchJ5+oacVo4WlcqiuCKp7rK2vp7F8s2a1treOuWC7db2jv5fBXsOcxZDHXcmVy4/NXM+W0Z/TVtWd16bZVduk3X3f4OGy47TlTufo6brr7O1572zx8vN39fD3OPnEhw4IHEiwYEFp/Sj9gxbQoEODCBNuWmjN0MOLAyNK3ECxoh+M/hg1bhTVUZxFkA9FjrxQ0uRHlA5VrkzV0t1LmAcxzSRZk15DnARl7pTQE9dJoBl1DrVQ1OdRpAeExmvqy5CBq1izQoWJZSZVfYeyijWwFWXXlV8HPBqrtWzIKF6/rmV71e3bMyPTzqVr9+LZvHLD0iXbNyZctIGtDi5sGO9GvYL5Ms7pWCJkxZInJ62c8LKfwYQ1C/z7OPHnxaJHF3PluQ/o1Kp/sTbtGnXqZbOp7mULO+pqVK3lvIaNGzht4bZFF+elOzJv4r+ZN909tvfyUMHZDL8dHftx7ck1XweV3cx25d3JfzcffvJ4TeXBnBefHv56+e0Zv88UP8t89/Xx/neff/kVtt8k/WHxn34BIjigggX2daAkCUaxoIENUvighRHaNaEiFWIGGlv7fJDbdMWMOFiJkXjX3C8q0sXiiUUtEyOJJdLYk403ijWjcS/m0qOPOQKJIoxDYvWjdDWmmORVS7p4pJBPGhClekHOUqWVRTLZDotg/pENRWGWiciYC5mpZovNkLlmmeW4+SaYcaY5J53fyHnnPnX+s+eVx+j5Zzp95jMon4EIoOiijF4o0DOH5uIKo5QK4OgBkEbKyqSVLnppppp6wmmnlnYIaqjMoEKqop8mg6qoqq7a6jCvGhMrqbP2Umuqp6xaamYOnborObd2mustwyoViq/H/saSLDaA+Mpsh74WYO212G55KUYAdOvtt71hlIi0slK7KrboFqBth9x+6264F41LrrHmkpputus+t5W778LrkLzzUnpptfdam6++UPELrr8GARywp/V2WrDBB4vllsLeMtxwog83GnGlE6tbcVv7YgyAxgU53PHA5048MskJm4wyQSo/zLK9Lr9cV1kmnzyzQDUHfLPEOet8scw/HxD0vEODXPTLR2OctNIcd8zqxw+HvO3USaNhNcTAGvS1olqzy/XPXo/ddNZPV3f22zSTMfavCIs9dtlhw8112l+vHTDedes9Nd9W+z0v4G4LfjbhK2P9d9sWK7643Go7fjjk/jBLjjblfVtOLuKRa94154V7Li3omYuuMeNsFwza3NPmjdOWorP+uOuDwV6u7DDRrrntl+NOl+64mv2Q75ID/znmWBFPL+8oIa+48qczf5XzlW59fJW1k94x6s1j7zH0IEkvOPUEC8+W+OMHPjv3v3vf+r2vs381+RiZrzf6Las/lv33c1/v4Jc8+d2OfrkDoPYcoj+4US9kELSeAea2pQBY8IIY1NnONjeG9EXwgxQbXuWehMESBkCDoZnZA0HIwvp1joQmvCAKB2fARbGwhQl8YZJiKEMN0rCD/bshBF1YOhjycIajAyLOhDjEHBZxhzw8oQ+TKAYPMtF/YqFg/pWiKEWjUdELVrxiuojYOCPGEIkcrGIQxThGJ5YRikecYhrBuEY24kuEOhwSF9GowqoRjYlafFLPuLhHFG6RkDxcISBHmKRBIvKMhjTjIy+oSCEGspEmm6QJIylJTVbyhpcckiM12UNO9oiUGPwkC0PZo1Gi0pR6RKUFVQlCVt7IlaSE5SllGQBaftCWMcKlJnV5I172soZkuyIwVSTMSRIzRsb0ZQSXOaJmPvKZKoomMgUgRmqCxpqIxOaItBktBWITnMZMJzmXZc5nolOd8PRkscQnznfG855cHBX76plJfPqTlPqk5zn7+c+CEjKg2OMnxgzK0Cgi1HkKVVhD/idawocSL6L8oqhGj9mrdhLTnhtVp0V1h1F3hXSiM/GmBnvG0pa69KVLuYBKdfbSmtq0pjG1wExfdtOe+pRfOa3ATkf206L6NKgUGGrFjMpUnCJVAko9WFOnytKnQpWRuqSqVhVmVQRENV9bDau3uvrVdYlVrGTFKizPGtZEbAmA0nqGOFFox4K5xQVvheuq5DpXndX1XndtQV712im+9nVkf01XYFkwWMJSyrCHPVhi0bXYFTTWsYuCbGTXNVlsVVYFl8WsADS72S119lqfTUFoMUva0j7ptNZKLQpW69jWunZIsC2AbDtAW8La9rY3yu1uOdBbvf4WuCoSblk0/iDO3HpkBCHyA/g2KJrmwva5IohuH6abQs1Y97TYDYF25cDd3ny3s+EFwXjZUF7YnHey6f3Aes3Q3tS8N7HxJcB8wVDf6mLTudwowX6z0F/v/ve6ASbBgLFQ4Mnc96/5XXAUGsyYB9c1whsyBIUL00CYiFFYz/oAaGbQ4egRECofdlWIRTBiE5S4fCdGSoppteIQtLgEL85fjIEyY13VGAQ3JkGOLzLkh/QYWT8W8YpcvOP3PcktR3ZWkgkQ5BEUmYFN9vAVQRziKrM4yyZ+clmirIopU3nJOAYzjMW8FTIDJMletrGadcxmFG9ZxXBGs5DnTGQ+b0VQrIhzmRZo/pArIwXQpRB0mAhdEEMDBdGeUDSYGE0QR+ME0peQNIsoPRBLwwTTkNB0iTgtEE+jBNTUIdKcSH0AU4ME1c4Zy55Y7WqMwFpEsr4Trf0MlVufRka6Nh6W66wZX9cG2KsWdqF5fWg7mRlJ5Kv1RYz9bPBEm9mPdna1A90haT+E2tsm0LWJPRlwh5tD405Sb8x97iRcytvB0na7U526SmP70vKeN65DN2x1w4bd+vbBu+/96XwHHDnpHtK6DX5w9tCFuQQ/NcMbLm62QJzcjAE4xdP88AzA2yAa37iVB3Nxf6cm5CKXc8cx8PGCoDzlSl75BVpOkJfDHDQlV/i/Jw5z/iDg3OMRfzXPey5wkgMd44Wxecp/znJsSpjoeHV6hokuJstKPUtUn4Ngrz6lrGudsVxvktfbsPVnPr3nUTf71Md+grIT8+wwT/vb1852E7ldl3BPORVQqPRIhRGEe9dg3w/19w8GXmeDH1ThI3j4lyX+T4uHYONH9vg9RT5kk69Y5e90+Yll/mCbn1PnC/b5fIX+TaO/V+nXdfo1pT5dq9dW69X0enQtjVxp4bIn4CpG/pEq93jOBe+v6PvCAt/Hvxg+E4tfqeMjX/gA7P02feV8JCc/+sSf/l6rX+ZiKF+IzH8s998MfftJX4lWGz/5Z/H9G4afUepXhvexv3zt/v8+/vl9RPtZ+P7M4j/B7Ed/4Gd/xvd/q3B95pd96NcxBugSAZiA9beAD9OAB1h+7HN+avQ1FGgTD3iBCpiB6beBTmGB4oOBdKSBIlgVJIg9JtgFc5OCKtiBJfiBJxiCMLgM+wd4BNh8MKgW8weBA+gEcNWDPoiAHhiBTTCEPYiDAuh+U6CEN/iDRxiESQhARMiEQOiEQmiFSyiFM4iETACFKYiFU6iFVWg/V+iFLEiDSyCGIkiGX0iFYciFUWiEcWiGc4iGXWiHawiGbUiH46cB+idajIJ5OziB8SeIh0CIheh5hxgw+KeIhsCINuSIEug8kZgBg0iJhniJxJOJ/hiwiYzYiSAoPqB4AaJIiKRYg6aYiJq4iJTITZZYithzihaQiqK1ii4IiNwniX4Qi7JIeo84L7b4BZMYi7r4Bm6oB2gwA8DoKyMFO43QjCbwjKsSjS/ICNRYAtZIKtg4NtNIBs7YjZXyjShICNtIAuRYjvNUi9oojtW4joxijjY4COk4AvI4j+2Iie84BuOYjwJAjwzYj2Lwj/kokIiIjvDIjQAZkF3lR/L4kPvYjRLZUQBZkex0kRipCQ3pkBs5CR35kZkQkiIpCSRZkrf3jCipCCe5khnJPi75DXAVk9kwkzTZDDZ5k8GQkzpZCzzZkwgZMEC5Cz85lC8pPkb5BgpFyQURAAA7"); } diff --git a/themes/daf345ec-9a89-4b5d-9d41-47df562e29c9/readme.md b/themes/daf345ec-9a89-4b5d-9d41-47df562e29c9/readme.md index d46c5ac0..b6483725 100644 --- a/themes/daf345ec-9a89-4b5d-9d41-47df562e29c9/readme.md +++ b/themes/daf345ec-9a89-4b5d-9d41-47df562e29c9/readme.md @@ -1,6 +1,5 @@ - ## Super Secret Theme Enable this theme and just wait for things to happen! -~ *This theme is meant as a joke* +~ _This theme is meant as a joke_ diff --git a/themes/daf345ec-9a89-4b5d-9d41-47df562e29c9/theme.json b/themes/daf345ec-9a89-4b5d-9d41-47df562e29c9/theme.json index 0d52aadf..67d41c47 100644 --- a/themes/daf345ec-9a89-4b5d-9d41-47df562e29c9/theme.json +++ b/themes/daf345ec-9a89-4b5d-9d41-47df562e29c9/theme.json @@ -1,14 +1,14 @@ { - "id": "daf345ec-9a89-4b5d-9d41-47df562e29c9", - "name": "Secret Theme", - "description": "Secret theme made for people to have a little laugh!", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/daf345ec-9a89-4b5d-9d41-47df562e29c9/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/daf345ec-9a89-4b5d-9d41-47df562e29c9/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/daf345ec-9a89-4b5d-9d41-47df562e29c9/image.png", - "author": "mauro-balades", - "version": "1.0.1", - "tags": [], - "createdAt": "2024-08-29", - "updatedAt": "2024-11-23" -} \ No newline at end of file + "id": "daf345ec-9a89-4b5d-9d41-47df562e29c9", + "name": "Secret Theme", + "description": "Secret theme made for people to have a little laugh!", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/daf345ec-9a89-4b5d-9d41-47df562e29c9/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/daf345ec-9a89-4b5d-9d41-47df562e29c9/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/daf345ec-9a89-4b5d-9d41-47df562e29c9/image.png", + "author": "mauro-balades", + "version": "1.0.1", + "tags": [], + "createdAt": "2024-08-29", + "updatedAt": "2024-11-23" +} diff --git a/themes/dbe05f83-b471-4278-a3f9-e5ed244b0d6c/chrome.css b/themes/dbe05f83-b471-4278-a3f9-e5ed244b0d6c/chrome.css index 096e69b0..0fc008d5 100644 --- a/themes/dbe05f83-b471-4278-a3f9-e5ed244b0d6c/chrome.css +++ b/themes/dbe05f83-b471-4278-a3f9-e5ed244b0d6c/chrome.css @@ -1,12 +1,11 @@ - #back-button { - list-style-image: url("chrome://browser/skin/back.svg") !important; + list-style-image: url("chrome://browser/skin/back.svg") !important; } #forward-button { - list-style-image: url("chrome://browser/skin/forward.svg") !important; + list-style-image: url("chrome://browser/skin/forward.svg") !important; } #reload-button { - list-style-image: url("chrome://global/skin/icons/reload.svg") !important; + list-style-image: url("chrome://global/skin/icons/reload.svg") !important; } diff --git a/themes/dbe05f83-b471-4278-a3f9-e5ed244b0d6c/readme.md b/themes/dbe05f83-b471-4278-a3f9-e5ed244b0d6c/readme.md index 93194751..8eede227 100644 --- a/themes/dbe05f83-b471-4278-a3f9-e5ed244b0d6c/readme.md +++ b/themes/dbe05f83-b471-4278-a3f9-e5ed244b0d6c/readme.md @@ -1,3 +1,3 @@ - # Restore navigation buttons + Restore the original Firefox navigation buttons. diff --git a/themes/dbe05f83-b471-4278-a3f9-e5ed244b0d6c/theme.json b/themes/dbe05f83-b471-4278-a3f9-e5ed244b0d6c/theme.json index daf8cf8b..01f0b3d4 100644 --- a/themes/dbe05f83-b471-4278-a3f9-e5ed244b0d6c/theme.json +++ b/themes/dbe05f83-b471-4278-a3f9-e5ed244b0d6c/theme.json @@ -1,14 +1,14 @@ { - "id": "dbe05f83-b471-4278-a3f9-e5ed244b0d6c", - "name": "Old navigation buttons", - "description": "Restore the original Firefox navigation buttons.", - "homepage": "https://github.com/Osmagtor/zen-themes/tree/main/Restore%20navigation%20buttons", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/dbe05f83-b471-4278-a3f9-e5ed244b0d6c/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/dbe05f83-b471-4278-a3f9-e5ed244b0d6c/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/dbe05f83-b471-4278-a3f9-e5ed244b0d6c/image.png", - "author": "Osmagtor", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-09-25", - "updatedAt": "2024-09-25" -} \ No newline at end of file + "id": "dbe05f83-b471-4278-a3f9-e5ed244b0d6c", + "name": "Old navigation buttons", + "description": "Restore the original Firefox navigation buttons.", + "homepage": "https://github.com/Osmagtor/zen-themes/tree/main/Restore%20navigation%20buttons", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/dbe05f83-b471-4278-a3f9-e5ed244b0d6c/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/dbe05f83-b471-4278-a3f9-e5ed244b0d6c/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/dbe05f83-b471-4278-a3f9-e5ed244b0d6c/image.png", + "author": "Osmagtor", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-09-25", + "updatedAt": "2024-09-25" +} diff --git a/themes/dd4f5461-1564-4e56-9f9d-f81e3c18f93c/chrome.css b/themes/dd4f5461-1564-4e56-9f9d-f81e3c18f93c/chrome.css index 5963600b..7814ce8b 100644 --- a/themes/dd4f5461-1564-4e56-9f9d-f81e3c18f93c/chrome.css +++ b/themes/dd4f5461-1564-4e56-9f9d-f81e3c18f93c/chrome.css @@ -1,31 +1,34 @@ - /*#region ZEN SIDEBAR AT RIGHT SIDE */ - /*#region RIGHT SIDE PINNED ZEN SIDEBAR */ - @media (-moz-bool-pref: "uc.zen-sidebar.pin-at-right-side") { - #zen-sidebar-web-panel-wrapper:not(:has(#zen-sidebar-web-panel[pinned="true"])) { - order: 2 !important; - margin-left: 10px !important; - } - } - /*#endregion*/ - /*#region RIGHT SIDE FLOATING ZEN SIDEBAR */ - @media (-moz-bool-pref: "uc.zen-sidebar.float-at-right-side") { - #tabbrowser-tabbox:has(#zen-sidebar-web-panel[pinned="true"]) { - position: relative !important; - } - #zen-sidebar-web-panel[pinned="true"] { - right: var(--zen-element-separation) !important; - animation: none !important; - opacity: 100 !important; - } - /* DONT DISPLAY WRAPPER WHEN SIDEBAR HIDDEN */ - #zen-sidebar-web-panel-wrapper:has(#zen-sidebar-web-panel[hidden="true"]) { - display: none !important; - } - /* DISPLAY WRAPPER WHEN SIDEBAR SHOWN */ - #zen-sidebar-web-panel-wrapper:not(:has(#zen-sidebar-web-panel[hidden="true"])) { - display: flex !important; - } - } - /*#endregion*/ +/*#region RIGHT SIDE PINNED ZEN SIDEBAR */ +@media (-moz-bool-pref: "uc.zen-sidebar.pin-at-right-side") { + #zen-sidebar-web-panel-wrapper:not( + :has(#zen-sidebar-web-panel[pinned="true"]) + ) { + order: 2 !important; + margin-left: 10px !important; + } +} +/*#endregion*/ +/*#region RIGHT SIDE FLOATING ZEN SIDEBAR */ +@media (-moz-bool-pref: "uc.zen-sidebar.float-at-right-side") { + #tabbrowser-tabbox:has(#zen-sidebar-web-panel[pinned="true"]) { + position: relative !important; + } + #zen-sidebar-web-panel[pinned="true"] { + right: var(--zen-element-separation) !important; + animation: none !important; + opacity: 100 !important; + } + /* DONT DISPLAY WRAPPER WHEN SIDEBAR HIDDEN */ + #zen-sidebar-web-panel-wrapper:has(#zen-sidebar-web-panel[hidden="true"]) { + display: none !important; + } + /* DISPLAY WRAPPER WHEN SIDEBAR SHOWN */ + #zen-sidebar-web-panel-wrapper:not( + :has(#zen-sidebar-web-panel[hidden="true"]) + ) { + display: flex !important; + } +} +/*#endregion*/ /*#endregion*/ diff --git a/themes/dd4f5461-1564-4e56-9f9d-f81e3c18f93c/preferences.json b/themes/dd4f5461-1564-4e56-9f9d-f81e3c18f93c/preferences.json index b246cb72..a216df60 100644 --- a/themes/dd4f5461-1564-4e56-9f9d-f81e3c18f93c/preferences.json +++ b/themes/dd4f5461-1564-4e56-9f9d-f81e3c18f93c/preferences.json @@ -1,14 +1,14 @@ [ - { - "property": "uc.zen-sidebar.pin-at-right-side", - "label": "Pin the Zen Sidebar at the right side when pinned.", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.zen-sidebar.float-at-right-side", - "label": "Float the Zen Sidebar at the right side when floating.", - "type": "checkbox", - "disabledOn": [] - } -] \ No newline at end of file + { + "property": "uc.zen-sidebar.pin-at-right-side", + "label": "Pin the Zen Sidebar at the right side when pinned.", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.zen-sidebar.float-at-right-side", + "label": "Float the Zen Sidebar at the right side when floating.", + "type": "checkbox", + "disabledOn": [] + } +] diff --git a/themes/dd4f5461-1564-4e56-9f9d-f81e3c18f93c/readme.md b/themes/dd4f5461-1564-4e56-9f9d-f81e3c18f93c/readme.md index 4f430e2f..16689c37 100644 --- a/themes/dd4f5461-1564-4e56-9f9d-f81e3c18f93c/readme.md +++ b/themes/dd4f5461-1564-4e56-9f9d-f81e3c18f93c/readme.md @@ -1,4 +1,3 @@ - # Zen Sidebar At Right Side Pin or float the **Zen Sidebar** at the right side. diff --git a/themes/dd4f5461-1564-4e56-9f9d-f81e3c18f93c/theme.json b/themes/dd4f5461-1564-4e56-9f9d-f81e3c18f93c/theme.json index 8a00c8d7..101a2b11 100644 --- a/themes/dd4f5461-1564-4e56-9f9d-f81e3c18f93c/theme.json +++ b/themes/dd4f5461-1564-4e56-9f9d-f81e3c18f93c/theme.json @@ -1,15 +1,15 @@ { - "id": "dd4f5461-1564-4e56-9f9d-f81e3c18f93c", - "name": "Zen Sidebar At Right Side", - "description": "Pin or float the Zen Sidebar at the right side.", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/dd4f5461-1564-4e56-9f9d-f81e3c18f93c/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/dd4f5461-1564-4e56-9f9d-f81e3c18f93c/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/dd4f5461-1564-4e56-9f9d-f81e3c18f93c/image.png", - "author": "AntonioSTM", - "version": "1.0.2", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/dd4f5461-1564-4e56-9f9d-f81e3c18f93c/preferences.json", - "tags": [], - "createdAt": "2024-09-03", - "updatedAt": "2024-09-03" -} \ No newline at end of file + "id": "dd4f5461-1564-4e56-9f9d-f81e3c18f93c", + "name": "Zen Sidebar At Right Side", + "description": "Pin or float the Zen Sidebar at the right side.", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/dd4f5461-1564-4e56-9f9d-f81e3c18f93c/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/dd4f5461-1564-4e56-9f9d-f81e3c18f93c/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/dd4f5461-1564-4e56-9f9d-f81e3c18f93c/image.png", + "author": "AntonioSTM", + "version": "1.0.2", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/dd4f5461-1564-4e56-9f9d-f81e3c18f93c/preferences.json", + "tags": [], + "createdAt": "2024-09-03", + "updatedAt": "2024-09-03" +} diff --git a/themes/e3eec307-7c64-4cbd-a0c5-3447cd45a840/chrome.css b/themes/e3eec307-7c64-4cbd-a0c5-3447cd45a840/chrome.css index 7b28b8b0..c73cff0b 100644 --- a/themes/e3eec307-7c64-4cbd-a0c5-3447cd45a840/chrome.css +++ b/themes/e3eec307-7c64-4cbd-a0c5-3447cd45a840/chrome.css @@ -1,7 +1,7 @@ /* This is an auto generated color theme. */ :root { - --zen-colors-primary: #24273a !important; - --zen-colors-secondary: #1e2030 !important; - --zen-colors-tertiary: #181926 !important; - --zen-colors-border: #363a4f !important; + --zen-colors-primary: #24273a !important; + --zen-colors-secondary: #1e2030 !important; + --zen-colors-tertiary: #181926 !important; + --zen-colors-border: #363a4f !important; } diff --git a/themes/e3eec307-7c64-4cbd-a0c5-3447cd45a840/colors.json b/themes/e3eec307-7c64-4cbd-a0c5-3447cd45a840/colors.json index 3ead32ab..050f6792 100644 --- a/themes/e3eec307-7c64-4cbd-a0c5-3447cd45a840/colors.json +++ b/themes/e3eec307-7c64-4cbd-a0c5-3447cd45a840/colors.json @@ -1,7 +1,7 @@ { - "isDarkMode": true, - "primaryColor": "#24273a", - "secondaryColor": "#1e2030", - "tertiaryColor": "#181926", - "colorsBorder": "#363a4f" -} \ No newline at end of file + "isDarkMode": true, + "primaryColor": "#24273a", + "secondaryColor": "#1e2030", + "tertiaryColor": "#181926", + "colorsBorder": "#363a4f" +} diff --git a/themes/e3eec307-7c64-4cbd-a0c5-3447cd45a840/readme.md b/themes/e3eec307-7c64-4cbd-a0c5-3447cd45a840/readme.md index ad440327..54c73401 100644 --- a/themes/e3eec307-7c64-4cbd-a0c5-3447cd45a840/readme.md +++ b/themes/e3eec307-7c64-4cbd-a0c5-3447cd45a840/readme.md @@ -1,6 +1,5 @@ - # Catppuccin Catppuccin color pallete ported into Zen! -~ *Not affiliated with `Catppuccin`* +~ _Not affiliated with `Catppuccin`_ diff --git a/themes/e3eec307-7c64-4cbd-a0c5-3447cd45a840/theme.json b/themes/e3eec307-7c64-4cbd-a0c5-3447cd45a840/theme.json index c93b9b55..eba21f75 100644 --- a/themes/e3eec307-7c64-4cbd-a0c5-3447cd45a840/theme.json +++ b/themes/e3eec307-7c64-4cbd-a0c5-3447cd45a840/theme.json @@ -1,19 +1,16 @@ { - "id": "e3eec307-7c64-4cbd-a0c5-3447cd45a840", - "name": "Catppuccin", - "description": "Dive into Catppuccin's, unique pastel color theme for Zen!", - "homepage": "https://catppuccin.com/", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e3eec307-7c64-4cbd-a0c5-3447cd45a840/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e3eec307-7c64-4cbd-a0c5-3447cd45a840/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e3eec307-7c64-4cbd-a0c5-3447cd45a840/image.png", - "author": "mauro-balades", - "version": "1.0.0", - "isDarkMode": true, - "isColorTheme": true, - "tags": [ - "color scheme", - "dark" - ], - "createdAt": "2024-08-21", - "updatedAt": "2024-09-09" -} \ No newline at end of file + "id": "e3eec307-7c64-4cbd-a0c5-3447cd45a840", + "name": "Catppuccin", + "description": "Dive into Catppuccin's, unique pastel color theme for Zen!", + "homepage": "https://catppuccin.com/", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e3eec307-7c64-4cbd-a0c5-3447cd45a840/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e3eec307-7c64-4cbd-a0c5-3447cd45a840/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e3eec307-7c64-4cbd-a0c5-3447cd45a840/image.png", + "author": "mauro-balades", + "version": "1.0.0", + "isDarkMode": true, + "isColorTheme": true, + "tags": ["color scheme", "dark"], + "createdAt": "2024-08-21", + "updatedAt": "2024-09-09" +} diff --git a/themes/e4274cbc-c99b-411a-876d-9b943eb91282/readme.md b/themes/e4274cbc-c99b-411a-876d-9b943eb91282/readme.md index 212bbaa0..9374168d 100644 --- a/themes/e4274cbc-c99b-411a-876d-9b943eb91282/readme.md +++ b/themes/e4274cbc-c99b-411a-876d-9b943eb91282/readme.md @@ -1,4 +1,3 @@ - # Exit Button Right Padding Adds some padding next to the close button so it doesn't look like it's too close to the border. diff --git a/themes/e4274cbc-c99b-411a-876d-9b943eb91282/theme.json b/themes/e4274cbc-c99b-411a-876d-9b943eb91282/theme.json index c9abdd5f..a6075bbb 100644 --- a/themes/e4274cbc-c99b-411a-876d-9b943eb91282/theme.json +++ b/themes/e4274cbc-c99b-411a-876d-9b943eb91282/theme.json @@ -1,14 +1,14 @@ { - "id": "e4274cbc-c99b-411a-876d-9b943eb91282", - "name": "Exit Button Right Padding", - "description": "A simple theme that adds a bit of padding to the right of the exit button", - "homepage": "https://github.com/ericmackrodt/zen-themes/", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e4274cbc-c99b-411a-876d-9b943eb91282/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e4274cbc-c99b-411a-876d-9b943eb91282/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e4274cbc-c99b-411a-876d-9b943eb91282/image.png", - "author": "ericmackrodt", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-08-31", - "updatedAt": "2024-08-31" -} \ No newline at end of file + "id": "e4274cbc-c99b-411a-876d-9b943eb91282", + "name": "Exit Button Right Padding", + "description": "A simple theme that adds a bit of padding to the right of the exit button", + "homepage": "https://github.com/ericmackrodt/zen-themes/", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e4274cbc-c99b-411a-876d-9b943eb91282/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e4274cbc-c99b-411a-876d-9b943eb91282/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e4274cbc-c99b-411a-876d-9b943eb91282/image.png", + "author": "ericmackrodt", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-08-31", + "updatedAt": "2024-08-31" +} diff --git a/themes/e4faf306-61b1-4785-8678-7bdee9dc2564/chrome.css b/themes/e4faf306-61b1-4785-8678-7bdee9dc2564/chrome.css index c2451f1b..c46af370 100644 --- a/themes/e4faf306-61b1-4785-8678-7bdee9dc2564/chrome.css +++ b/themes/e4faf306-61b1-4785-8678-7bdee9dc2564/chrome.css @@ -1,8 +1,8 @@ /* This is an auto generated color theme. */ :root { - --zen-colors-primary: #82aaff !important; - --zen-colors-secondary: #c099ff !important; - --zen-colors-tertiary: #1e2030 !important; - --zen-colors-border: #3b4261 !important; - --zen-dialog-background: #222436 !important; + --zen-colors-primary: #82aaff !important; + --zen-colors-secondary: #c099ff !important; + --zen-colors-tertiary: #1e2030 !important; + --zen-colors-border: #3b4261 !important; + --zen-dialog-background: #222436 !important; } diff --git a/themes/e4faf306-61b1-4785-8678-7bdee9dc2564/colors.json b/themes/e4faf306-61b1-4785-8678-7bdee9dc2564/colors.json index 07e36057..fb0c039c 100644 --- a/themes/e4faf306-61b1-4785-8678-7bdee9dc2564/colors.json +++ b/themes/e4faf306-61b1-4785-8678-7bdee9dc2564/colors.json @@ -1,8 +1,8 @@ { - "isDarkMode": true, - "primaryColor": "#82aaff", - "secondaryColor": "#c099ff", - "tertiaryColor": "#1e2030", - "colorsBorder": "#3b4261", - "dialogBg": "#222436" -} \ No newline at end of file + "isDarkMode": true, + "primaryColor": "#82aaff", + "secondaryColor": "#c099ff", + "tertiaryColor": "#1e2030", + "colorsBorder": "#3b4261", + "dialogBg": "#222436" +} diff --git a/themes/e4faf306-61b1-4785-8678-7bdee9dc2564/readme.md b/themes/e4faf306-61b1-4785-8678-7bdee9dc2564/readme.md index 22cd855a..6b271c8e 100644 --- a/themes/e4faf306-61b1-4785-8678-7bdee9dc2564/readme.md +++ b/themes/e4faf306-61b1-4785-8678-7bdee9dc2564/readme.md @@ -1,2 +1 @@ - For folks who enjoy the Tokyo Night aesthetic diff --git a/themes/e4faf306-61b1-4785-8678-7bdee9dc2564/theme.json b/themes/e4faf306-61b1-4785-8678-7bdee9dc2564/theme.json index a3191d3d..2ba07da0 100644 --- a/themes/e4faf306-61b1-4785-8678-7bdee9dc2564/theme.json +++ b/themes/e4faf306-61b1-4785-8678-7bdee9dc2564/theme.json @@ -1,19 +1,16 @@ { - "id": "e4faf306-61b1-4785-8678-7bdee9dc2564", - "name": "Tokyo Night Moon", - "description": "A dark theme inspired by folke's Tokyo Night Moon color palette", - "homepage": "https://github.com/ZweTyy/Tokyo-Night-Moon-Theme-Zen-browser", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e4faf306-61b1-4785-8678-7bdee9dc2564/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e4faf306-61b1-4785-8678-7bdee9dc2564/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e4faf306-61b1-4785-8678-7bdee9dc2564/image.png", - "author": "ZweTyy", - "version": "1.0.1", - "isDarkMode": true, - "isColorTheme": true, - "tags": [ - "color scheme", - "dark" - ], - "createdAt": "2024-09-15", - "updatedAt": "2024-09-15" -} \ No newline at end of file + "id": "e4faf306-61b1-4785-8678-7bdee9dc2564", + "name": "Tokyo Night Moon", + "description": "A dark theme inspired by folke's Tokyo Night Moon color palette", + "homepage": "https://github.com/ZweTyy/Tokyo-Night-Moon-Theme-Zen-browser", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e4faf306-61b1-4785-8678-7bdee9dc2564/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e4faf306-61b1-4785-8678-7bdee9dc2564/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/e4faf306-61b1-4785-8678-7bdee9dc2564/image.png", + "author": "ZweTyy", + "version": "1.0.1", + "isDarkMode": true, + "isColorTheme": true, + "tags": ["color scheme", "dark"], + "createdAt": "2024-09-15", + "updatedAt": "2024-09-15" +} diff --git a/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/chrome.css b/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/chrome.css index 64c66854..280e74d8 100644 --- a/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/chrome.css +++ b/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/chrome.css @@ -1,8 +1,9 @@ /* Fix unreadable Github logo */ -.bookmark-item[image^="page-icon:https://github.com/"] > .toolbarbutton-icon { - padding: 0 0 16px 16px !important; - background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PCEtLSBHZW5lcmF0b3I6IEdyYXZpdC5pbyAtLT48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHN0eWxlPSJpc29sYXRpb246aXNvbGF0ZSIgdmlld0JveD0iMCAwIDQzOC41NDkgNDM4LjU0OSIgd2lkdGg9IjQzOC41NDlwdCIgaGVpZ2h0PSI0MzguNTQ5cHQiPjxkZWZzPjxjbGlwUGF0aCBpZD0iX2NsaXBQYXRoXzg3QXhvTjhPanFCRmEzQ3dVTlAwTzMxZ1U1Z2JteUNwIj48cmVjdCB3aWR0aD0iNDM4LjU0OSIgaGVpZ2h0PSI0MzguNTQ5Ii8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI19jbGlwUGF0aF84N0F4b044T2pxQkZhM0N3VU5QME8zMWdVNWdibXlDcCkiPjxwYXRoIGQ9IiBNIDQwOS4xMzIgMTE0LjU3MyBDIDM4OS41MjQgODAuOTc3IDM2Mi45MjcgNTQuMzc5IDMyOS4zMzQgMzQuNzczIEMgMjk1LjczNiAxNS4xNjYgMjU5LjA1NyA1LjM2NSAyMTkuMjcxIDUuMzY1IEMgMTc5LjQ5IDUuMzY1IDE0Mi43OTkgMTUuMTY5IDEwOS4yMDggMzQuNzczIEMgNzUuNjEyIDU0LjM3OCA0OS4wMTYgODAuOTc3IDI5LjQwOCAxMTQuNTczIEMgOS44MDMgMTQ4LjE2OCAwIDE4NC44NTQgMCAyMjQuNjMgQyAwIDI3Mi40MSAxMy45NCAzMTUuMzc1IDQxLjgyNyAzNTMuNTM2IEMgNjkuNzExIDM5MS43IDEwNS43MzMgNDE4LjEwOCAxNDkuODkgNDMyLjc2MyBDIDE1NS4wMyA0MzMuNzE3IDE1OC44MzUgNDMzLjA0NiAxNjEuMzA5IDQzMC43NjcgQyAxNjMuNzg0IDQyOC40ODUgMTY1LjAyIDQyNS42MjcgMTY1LjAyIDQyMi4yMDUgQyAxNjUuMDIgNDIxLjYzNCAxNjQuOTcxIDQxNi40OTcgMTY0Ljg3NiA0MDYuNzg4IEMgMTY0Ljc3OCAzOTcuMDc5IDE2NC43MzIgMzg4LjYwOSAxNjQuNzMyIDM4MS4zODIgTCAxNTguMTY1IDM4Mi41MTggQyAxNTMuOTc4IDM4My4yODUgMTQ4LjY5NiAzODMuNjEgMTQyLjMxOSAzODMuNTE4IEMgMTM1Ljk0NSAzODMuNDI5IDEyOS4zMjggMzgyLjc2MSAxMjIuNDc3IDM4MS41MTkgQyAxMTUuNjIzIDM4MC4yODggMTA5LjI0OCAzNzcuNDMzIDEwMy4zNDcgMzcyLjk2IEMgOTcuNDQ5IDM2OC40ODcgOTMuMjYyIDM2Mi42MzIgOTAuNzg3IDM1NS40MDQgTCA4Ny45MzIgMzQ4LjgzNCBDIDg2LjAyOSAzNDQuNDYgODMuMDMzIDMzOS42MDEgNzguOTQgMzM0LjI3NSBDIDc0Ljg0NyAzMjguOTQ0IDcwLjcwOCAzMjUuMzMgNjYuNTIxIDMyMy40MjcgTCA2NC41MjIgMzIxLjk5NiBDIDYzLjE5IDMyMS4wNDUgNjEuOTU0IDMxOS44OTggNjAuODExIDMxOC41NjcgQyA1OS42NjkgMzE3LjIzNiA1OC44MTQgMzE1LjkwNCA1OC4yNDMgMzE0LjU3IEMgNTcuNjcxIDMxMy4yMzUgNTguMTQ1IDMxMi4xNCA1OS42NyAzMTEuMjgxIEMgNjEuMTk1IDMxMC40MjIgNjMuOTUxIDMxMC4wMDUgNjcuOTUgMzEwLjAwNSBMIDczLjY1OCAzMTAuODU4IEMgNzcuNDY1IDMxMS42MjEgODIuMTc0IDMxMy45IDg3Ljc5MSAzMTcuNzA5IEMgOTMuNDA1IDMyMS41MTUgOTguMDIgMzI2LjQ2MyAxMDEuNjM3IDMzMi41NTEgQyAxMDYuMDE3IDM0MC4zNTcgMTExLjI5NCAzNDYuMzA1IDExNy40ODMgMzUwLjM5OCBDIDEyMy42NjcgMzU0LjQ5MSAxMjkuOTAyIDM1Ni41MzQgMTM2LjE4MiAzNTYuNTM0IEMgMTQyLjQ2MiAzNTYuNTM0IDE0Ny44ODYgMzU2LjA1OCAxNTIuNDU2IDM1NS4xMTEgQyAxNTcuMDIxIDM1NC4xNTkgMTYxLjMwNCAzNTIuNzI4IDE2NS4zMDMgMzUwLjgyNiBDIDE2Ny4wMTYgMzM4LjA2OCAxNzEuNjggMzI4LjI2NyAxNzkuMjkxIDMyMS40MTYgQyAxNjguNDQzIDMyMC4yNzYgMTU4LjY5IDMxOC41NTkgMTUwLjAyNyAzMTYuMjc2IEMgMTQxLjM2OSAzMTMuOTkgMTMyLjQyMiAzMTAuMjggMTIzLjE5MiAzMDUuMTM2IEMgMTEzLjk1NyAyOTkuOTk5IDEwNi4yOTYgMjkzLjYyIDEwMC4yMDcgMjg2LjAxIEMgOTQuMTE3IDI3OC4zOTYgODkuMTE5IDI2OC40IDg1LjIyIDI1Ni4wMzEgQyA4MS4zMTkgMjQzLjY1NyA3OS4zNjggMjI5LjM4MyA3OS4zNjggMjEzLjIwNSBDIDc5LjM2OCAxOTAuMTcgODYuODg4IDE3MC41NjggMTAxLjkyNSAxNTQuMzg4IEMgOTQuODgxIDEzNy4wNyA5NS41NDYgMTE3LjY1NiAxMDMuOTIyIDk2LjE0OCBDIDEwOS40NDIgOTQuNDMzIDExNy42MjggOTUuNzIgMTI4LjQ3NiAxMDAuMDAxIEMgMTM5LjMyNiAxMDQuMjg0IDE0Ny4yNyAxMDcuOTUzIDE1Mi4zMTYgMTEwLjk5NSBDIDE1Ny4zNjIgMTE0LjAzNiAxNjEuNDA1IDExNi42MTMgMTY0LjQ1MSAxMTguNzAzIEMgMTgyLjE1NiAxMTMuNzU2IDIwMC40MjcgMTExLjI4MiAyMTkuMjY5IDExMS4yODIgQyAyMzguMTExIDExMS4yODIgMjU2LjM4NiAxMTMuNzU2IDI3NC4wOTIgMTE4LjcwMyBMIDI4NC45NDEgMTExLjg1NCBDIDI5Mi4zNiAxMDcuMjg0IDMwMS4xMjEgMTAzLjA5NiAzMTEuMjAzIDk5LjI4OSBDIDMyMS4yOTEgOTUuNDg0IDMyOS4wMDUgOTQuNDM2IDMzNC4zMzcgOTYuMTUxIEMgMzQyLjg5OSAxMTcuNjYgMzQzLjY2MiAxMzcuMDczIDMzNi42MTYgMTU0LjM5MSBDIDM1MS42NTIgMTcwLjU3MSAzNTkuMTc1IDE5MC4xNzggMzU5LjE3NSAyMTMuMjA4IEMgMzU5LjE3NSAyMjkuMzg2IDM1Ny4yMTcgMjQzLjcwNSAzNTMuMzIyIDI1Ni4xNzQgQyAzNDkuNDIyIDI2OC42NDUgMzQ0LjM4MSAyNzguNjMxIDMzOC4xOTcgMjg2LjE1MyBDIDMzMi4wMDYgMjkzLjY3NCAzMjQuMjk2IDMwMC4wMDMgMzE1LjA2NiAzMDUuMTM5IEMgMzA1LjgzNCAzMTAuMjc5IDI5Ni44ODQgMzEzLjk4OSAyODguMjI2IDMxNi4yNzUgQyAyNzkuNTY0IDMxOC41NjEgMjY5LjgxMSAzMjAuMjc5IDI1OC45NjMgMzIxLjQyMSBDIDI2OC44NTcgMzI5Ljk4MyAyNzMuODA1IDM0My40OTggMjczLjgwNSAzNjEuOTYgTCAyNzMuODA1IDQyMi4xOTcgQyAyNzMuODA1IDQyNS42MTkgMjc0Ljk5NSA0MjguNDc2IDI3Ny4zNzcgNDMwLjc1OSBDIDI3OS43NTYgNDMzLjAzOCAyODMuNTEzIDQzMy43MDkgMjg4LjY1MyA0MzIuNzU0IEMgMzMyLjgxNiA0MTguMTAxIDM2OC44MzggMzkxLjY5MiAzOTYuNzIxIDM1My41MjggQyA0MjQuNjAxIDMxNS4zNjcgNDM4LjU0NiAyNzIuNDAyIDQzOC41NDYgMjI0LjYyMiBDIDQzOC41MzYgMTg0Ljg1MSA0MjguNzI4IDE0OC4xNjggNDA5LjEzMiAxMTQuNTczIFogIiBmaWxsPSJyZ2IoMjU1LDI1NSwyNTUpIi8+PC9nPjwvc3ZnPg==") !important; - background-size: cover !important; +.bookmark-item[image^="page-icon:https://github.com/"] > .toolbarbutton-icon +{ + padding: 0 0 16px 16px !important; + background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PCEtLSBHZW5lcmF0b3I6IEdyYXZpdC5pbyAtLT48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHN0eWxlPSJpc29sYXRpb246aXNvbGF0ZSIgdmlld0JveD0iMCAwIDQzOC41NDkgNDM4LjU0OSIgd2lkdGg9IjQzOC41NDlwdCIgaGVpZ2h0PSI0MzguNTQ5cHQiPjxkZWZzPjxjbGlwUGF0aCBpZD0iX2NsaXBQYXRoXzg3QXhvTjhPanFCRmEzQ3dVTlAwTzMxZ1U1Z2JteUNwIj48cmVjdCB3aWR0aD0iNDM4LjU0OSIgaGVpZ2h0PSI0MzguNTQ5Ii8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI19jbGlwUGF0aF84N0F4b044T2pxQkZhM0N3VU5QME8zMWdVNWdibXlDcCkiPjxwYXRoIGQ9IiBNIDQwOS4xMzIgMTE0LjU3MyBDIDM4OS41MjQgODAuOTc3IDM2Mi45MjcgNTQuMzc5IDMyOS4zMzQgMzQuNzczIEMgMjk1LjczNiAxNS4xNjYgMjU5LjA1NyA1LjM2NSAyMTkuMjcxIDUuMzY1IEMgMTc5LjQ5IDUuMzY1IDE0Mi43OTkgMTUuMTY5IDEwOS4yMDggMzQuNzczIEMgNzUuNjEyIDU0LjM3OCA0OS4wMTYgODAuOTc3IDI5LjQwOCAxMTQuNTczIEMgOS44MDMgMTQ4LjE2OCAwIDE4NC44NTQgMCAyMjQuNjMgQyAwIDI3Mi40MSAxMy45NCAzMTUuMzc1IDQxLjgyNyAzNTMuNTM2IEMgNjkuNzExIDM5MS43IDEwNS43MzMgNDE4LjEwOCAxNDkuODkgNDMyLjc2MyBDIDE1NS4wMyA0MzMuNzE3IDE1OC44MzUgNDMzLjA0NiAxNjEuMzA5IDQzMC43NjcgQyAxNjMuNzg0IDQyOC40ODUgMTY1LjAyIDQyNS42MjcgMTY1LjAyIDQyMi4yMDUgQyAxNjUuMDIgNDIxLjYzNCAxNjQuOTcxIDQxNi40OTcgMTY0Ljg3NiA0MDYuNzg4IEMgMTY0Ljc3OCAzOTcuMDc5IDE2NC43MzIgMzg4LjYwOSAxNjQuNzMyIDM4MS4zODIgTCAxNTguMTY1IDM4Mi41MTggQyAxNTMuOTc4IDM4My4yODUgMTQ4LjY5NiAzODMuNjEgMTQyLjMxOSAzODMuNTE4IEMgMTM1Ljk0NSAzODMuNDI5IDEyOS4zMjggMzgyLjc2MSAxMjIuNDc3IDM4MS41MTkgQyAxMTUuNjIzIDM4MC4yODggMTA5LjI0OCAzNzcuNDMzIDEwMy4zNDcgMzcyLjk2IEMgOTcuNDQ5IDM2OC40ODcgOTMuMjYyIDM2Mi42MzIgOTAuNzg3IDM1NS40MDQgTCA4Ny45MzIgMzQ4LjgzNCBDIDg2LjAyOSAzNDQuNDYgODMuMDMzIDMzOS42MDEgNzguOTQgMzM0LjI3NSBDIDc0Ljg0NyAzMjguOTQ0IDcwLjcwOCAzMjUuMzMgNjYuNTIxIDMyMy40MjcgTCA2NC41MjIgMzIxLjk5NiBDIDYzLjE5IDMyMS4wNDUgNjEuOTU0IDMxOS44OTggNjAuODExIDMxOC41NjcgQyA1OS42NjkgMzE3LjIzNiA1OC44MTQgMzE1LjkwNCA1OC4yNDMgMzE0LjU3IEMgNTcuNjcxIDMxMy4yMzUgNTguMTQ1IDMxMi4xNCA1OS42NyAzMTEuMjgxIEMgNjEuMTk1IDMxMC40MjIgNjMuOTUxIDMxMC4wMDUgNjcuOTUgMzEwLjAwNSBMIDczLjY1OCAzMTAuODU4IEMgNzcuNDY1IDMxMS42MjEgODIuMTc0IDMxMy45IDg3Ljc5MSAzMTcuNzA5IEMgOTMuNDA1IDMyMS41MTUgOTguMDIgMzI2LjQ2MyAxMDEuNjM3IDMzMi41NTEgQyAxMDYuMDE3IDM0MC4zNTcgMTExLjI5NCAzNDYuMzA1IDExNy40ODMgMzUwLjM5OCBDIDEyMy42NjcgMzU0LjQ5MSAxMjkuOTAyIDM1Ni41MzQgMTM2LjE4MiAzNTYuNTM0IEMgMTQyLjQ2MiAzNTYuNTM0IDE0Ny44ODYgMzU2LjA1OCAxNTIuNDU2IDM1NS4xMTEgQyAxNTcuMDIxIDM1NC4xNTkgMTYxLjMwNCAzNTIuNzI4IDE2NS4zMDMgMzUwLjgyNiBDIDE2Ny4wMTYgMzM4LjA2OCAxNzEuNjggMzI4LjI2NyAxNzkuMjkxIDMyMS40MTYgQyAxNjguNDQzIDMyMC4yNzYgMTU4LjY5IDMxOC41NTkgMTUwLjAyNyAzMTYuMjc2IEMgMTQxLjM2OSAzMTMuOTkgMTMyLjQyMiAzMTAuMjggMTIzLjE5MiAzMDUuMTM2IEMgMTEzLjk1NyAyOTkuOTk5IDEwNi4yOTYgMjkzLjYyIDEwMC4yMDcgMjg2LjAxIEMgOTQuMTE3IDI3OC4zOTYgODkuMTE5IDI2OC40IDg1LjIyIDI1Ni4wMzEgQyA4MS4zMTkgMjQzLjY1NyA3OS4zNjggMjI5LjM4MyA3OS4zNjggMjEzLjIwNSBDIDc5LjM2OCAxOTAuMTcgODYuODg4IDE3MC41NjggMTAxLjkyNSAxNTQuMzg4IEMgOTQuODgxIDEzNy4wNyA5NS41NDYgMTE3LjY1NiAxMDMuOTIyIDk2LjE0OCBDIDEwOS40NDIgOTQuNDMzIDExNy42MjggOTUuNzIgMTI4LjQ3NiAxMDAuMDAxIEMgMTM5LjMyNiAxMDQuMjg0IDE0Ny4yNyAxMDcuOTUzIDE1Mi4zMTYgMTEwLjk5NSBDIDE1Ny4zNjIgMTE0LjAzNiAxNjEuNDA1IDExNi42MTMgMTY0LjQ1MSAxMTguNzAzIEMgMTgyLjE1NiAxMTMuNzU2IDIwMC40MjcgMTExLjI4MiAyMTkuMjY5IDExMS4yODIgQyAyMzguMTExIDExMS4yODIgMjU2LjM4NiAxMTMuNzU2IDI3NC4wOTIgMTE4LjcwMyBMIDI4NC45NDEgMTExLjg1NCBDIDI5Mi4zNiAxMDcuMjg0IDMwMS4xMjEgMTAzLjA5NiAzMTEuMjAzIDk5LjI4OSBDIDMyMS4yOTEgOTUuNDg0IDMyOS4wMDUgOTQuNDM2IDMzNC4zMzcgOTYuMTUxIEMgMzQyLjg5OSAxMTcuNjYgMzQzLjY2MiAxMzcuMDczIDMzNi42MTYgMTU0LjM5MSBDIDM1MS42NTIgMTcwLjU3MSAzNTkuMTc1IDE5MC4xNzggMzU5LjE3NSAyMTMuMjA4IEMgMzU5LjE3NSAyMjkuMzg2IDM1Ny4yMTcgMjQzLjcwNSAzNTMuMzIyIDI1Ni4xNzQgQyAzNDkuNDIyIDI2OC42NDUgMzQ0LjM4MSAyNzguNjMxIDMzOC4xOTcgMjg2LjE1MyBDIDMzMi4wMDYgMjkzLjY3NCAzMjQuMjk2IDMwMC4wMDMgMzE1LjA2NiAzMDUuMTM5IEMgMzA1LjgzNCAzMTAuMjc5IDI5Ni44ODQgMzEzLjk4OSAyODguMjI2IDMxNi4yNzUgQyAyNzkuNTY0IDMxOC41NjEgMjY5LjgxMSAzMjAuMjc5IDI1OC45NjMgMzIxLjQyMSBDIDI2OC44NTcgMzI5Ljk4MyAyNzMuODA1IDM0My40OTggMjczLjgwNSAzNjEuOTYgTCAyNzMuODA1IDQyMi4xOTcgQyAyNzMuODA1IDQyNS42MTkgMjc0Ljk5NSA0MjguNDc2IDI3Ny4zNzcgNDMwLjc1OSBDIDI3OS43NTYgNDMzLjAzOCAyODMuNTEzIDQzMy43MDkgMjg4LjY1MyA0MzIuNzU0IEMgMzMyLjgxNiA0MTguMTAxIDM2OC44MzggMzkxLjY5MiAzOTYuNzIxIDM1My41MjggQyA0MjQuNjAxIDMxNS4zNjcgNDM4LjU0NiAyNzIuNDAyIDQzOC41NDYgMjI0LjYyMiBDIDQzOC41MzYgMTg0Ljg1MSA0MjguNzI4IDE0OC4xNjggNDA5LjEzMiAxMTQuNTczIFogIiBmaWxsPSJyZ2IoMjU1LDI1NSwyNTUpIi8+PC9nPjwvc3ZnPg==") !important; + background-size: cover !important; } /* Center the bookmarks toolbar */ @@ -13,13 +14,17 @@ } /* Positioning bookmarks toolbar direction */ -:root:has(#theme-Bookmark-Toolbar-Tweaks[uc-bookmarks-position-toolbar="left"]) { +:root:has( + #theme-Bookmark-Toolbar-Tweaks[uc-bookmarks-position-toolbar="left"] + ) { #PlacesToolbarItems { direction: ltr; } } -:root:has(#theme-Bookmark-Toolbar-Tweaks[uc-bookmarks-position-toolbar="right"]) { +:root:has( + #theme-Bookmark-Toolbar-Tweaks[uc-bookmarks-position-toolbar="right"] + ) { #PlacesToolbarItems { direction: rtl; } @@ -41,58 +46,71 @@ /* Hide bookmark labels */ @media (-moz-bool-pref: "uc.bookmarks.hide-name") { - #personal-bookmarks .bookmark-item:not([container]) .toolbarbutton-text { - display: none !important; - } + #personal-bookmarks .bookmark-item:not([container]) .toolbarbutton-text { + display: none !important; + } } - + @media (not (-moz-bool-pref: "uc.bookmarks.transparent")) { - #PersonalToolbar:not([customizing]) { - background-color: var(--zen-colors-tertiary) !important; - } + #PersonalToolbar:not([customizing]) { + background-color: var(--zen-colors-tertiary) !important; + } } @media (-moz-bool-pref: "uc.bookmarks.transparent") { - #personal-bookmarks toolbarbutton.bookmark-item { - background-color: var(--zen-colors-tertiary) !important; - } + #personal-bookmarks toolbarbutton.bookmark-item { + background-color: var(--zen-colors-tertiary) !important; + } - #personal-bookmarks #PlacesToolbarItems>toolbarbutton.bookmark-item:not(.subviewbutton, [disabled="true"], [open]):hover { - filter: brightness(1.5) - } + #personal-bookmarks + #PlacesToolbarItems + > toolbarbutton.bookmark-item:not( + .subviewbutton, + [disabled="true"], + [open] + ):hover { + filter: brightness(1.5); + } - #personal-bookmarks #PlacesToolbarItems>toolbarbutton.bookmark-item:not(.subviewbutton, [disabled="true"]):hover:active { - filter: brightness(3) - } + #personal-bookmarks + #PlacesToolbarItems + > toolbarbutton.bookmark-item:not( + .subviewbutton, + [disabled="true"] + ):hover:active { + filter: brightness(3); + } - #personal-bookmarks #PlacesToolbarItems>toolbarbutton.bookmark-item[open="true"] { - filter: brightness(3) - } + #personal-bookmarks + #PlacesToolbarItems + > toolbarbutton.bookmark-item[open="true"] { + filter: brightness(3); + } } @media (-moz-bool-pref: "uc.bookmarks.expand-on-search") or (-moz-bool-pref: "uc.bookmarks.expand-on-hover") { - #PersonalToolbar[collapsed="false"]:not([customizing]) { - position: relative; - margin-bottom: calc(0px - var(--urlbar-min-height)); - transform: rotateX(90deg) !important; - transform-origin: top; - transition: transform 135ms linear !important; - z-index: 1; + #PersonalToolbar[collapsed="false"]:not([customizing]) { + position: relative; + margin-bottom: calc(0px - var(--urlbar-min-height)); + transform: rotateX(90deg) !important; + transform-origin: top; + transition: transform 135ms linear !important; + z-index: 1; } } - + /* Expand the bookmarks toolbar by hovering */ @media (-moz-bool-pref: "uc.bookmarks.expand-on-hover") { - #zen-appcontent-navbar-container:hover { - #PersonalToolbar { - transform: rotateX(0deg) !important; - } + #zen-appcontent-navbar-container:hover { + #PersonalToolbar { + transform: rotateX(0deg) !important; } + } } /* Expand the bookmarks toolbar when you search */ @media (-moz-bool-pref: "uc.bookmarks.expand-on-search") { - #nav-bar:focus-within + #PersonalToolbar{ - transform: rotateX(0deg) !important; - } + #nav-bar:focus-within + #PersonalToolbar { + transform: rotateX(0deg) !important; + } } diff --git a/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/preferences.json b/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/preferences.json index 7e798d67..77eac3d2 100644 --- a/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/preferences.json +++ b/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/preferences.json @@ -1,60 +1,60 @@ [ - { - "property": "uc.bookmarks.center-toolbar", - "label": "Center the bookmarks toolbar", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.bookmarks.position-toolbar", - "label": "Bookmarks toolbar direction", - "type": "dropdown", - "disabledOn": [], - "options": [ - { - "label": "Left to right", - "value": "left" - }, - { - "label": "Right to left", - "value": "right" - } - ] - }, - { - "property": "uc.bookmarks.hide-folder-icons", - "label": "Hide folder icons", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.bookmarks.hide-favicons", - "label": "Hide website icons", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.bookmarks.hide-name", - "label": "Hide bookmarks name", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.bookmarks.expand-on-hover", - "label": "Expand the bookmarks toolbar by hovering", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.bookmarks.expand-on-search", - "label": "Expand the bookmarks toolbar when you search", - "type": "checkbox", - "disabledOn": [] - }, - { - "property": "uc.bookmarks.transparent", - "label": "Make the bookmarks toolbar transparent (only works with expand features)", - "type": "checkbox", - "disabledOn": [] - } -] \ No newline at end of file + { + "property": "uc.bookmarks.center-toolbar", + "label": "Center the bookmarks toolbar", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.bookmarks.position-toolbar", + "label": "Bookmarks toolbar direction", + "type": "dropdown", + "disabledOn": [], + "options": [ + { + "label": "Left to right", + "value": "left" + }, + { + "label": "Right to left", + "value": "right" + } + ] + }, + { + "property": "uc.bookmarks.hide-folder-icons", + "label": "Hide folder icons", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.bookmarks.hide-favicons", + "label": "Hide website icons", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.bookmarks.hide-name", + "label": "Hide bookmarks name", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.bookmarks.expand-on-hover", + "label": "Expand the bookmarks toolbar by hovering", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.bookmarks.expand-on-search", + "label": "Expand the bookmarks toolbar when you search", + "type": "checkbox", + "disabledOn": [] + }, + { + "property": "uc.bookmarks.transparent", + "label": "Make the bookmarks toolbar transparent (only works with expand features)", + "type": "checkbox", + "disabledOn": [] + } +] diff --git a/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/readme.md b/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/readme.md index ea3e98c8..c26e9fb3 100644 --- a/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/readme.md +++ b/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/readme.md @@ -1,5 +1,5 @@ - This theme contains a few small tweaks to the bookmarks toolbar: + - Center the toolbar - Hide bookmark or bookmark folder icons - Expand the toolbar on hover or search (only works with bookmarks toolbar enabled) diff --git a/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/theme.json b/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/theme.json index 32788b88..60398148 100644 --- a/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/theme.json +++ b/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/theme.json @@ -1,15 +1,15 @@ { - "id": "ea1a5ace-f698-4b45-ab88-6e8bd3a563f0", - "name": "Bookmark Toolbar Tweaks", - "description": "Center bookmarks, hide the icons!", - "homepage": "https://github.com/n7itro/Zen-Themes/", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/image.png", - "author": "n7itro", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/preferences.json", - "version": "1.2.2", - "tags": [], - "createdAt": "2024-08-19", - "updatedAt": "2025-01-07" -} \ No newline at end of file + "id": "ea1a5ace-f698-4b45-ab88-6e8bd3a563f0", + "name": "Bookmark Toolbar Tweaks", + "description": "Center bookmarks, hide the icons!", + "homepage": "https://github.com/n7itro/Zen-Themes/", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/image.png", + "author": "n7itro", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ea1a5ace-f698-4b45-ab88-6e8bd3a563f0/preferences.json", + "version": "1.2.2", + "tags": [], + "createdAt": "2024-08-19", + "updatedAt": "2025-01-07" +} diff --git a/themes/ecda11ae-d3fd-4052-8881-303b2504e3ce/chrome.css b/themes/ecda11ae-d3fd-4052-8881-303b2504e3ce/chrome.css index 548484c2..7217352a 100644 --- a/themes/ecda11ae-d3fd-4052-8881-303b2504e3ce/chrome.css +++ b/themes/ecda11ae-d3fd-4052-8881-303b2504e3ce/chrome.css @@ -1,8 +1,8 @@ /* This is an auto generated color theme. */ :root { - --zen-colors-primary: #ebdbb2 !important; - --zen-colors-secondary: #504945 !important; - --zen-colors-tertiary: #1d2021 !important; - --zen-colors-border: #504945 !important; - --zen-dialog-background: #1d2021 !important; + --zen-colors-primary: #ebdbb2 !important; + --zen-colors-secondary: #504945 !important; + --zen-colors-tertiary: #1d2021 !important; + --zen-colors-border: #504945 !important; + --zen-dialog-background: #1d2021 !important; } diff --git a/themes/ecda11ae-d3fd-4052-8881-303b2504e3ce/colors.json b/themes/ecda11ae-d3fd-4052-8881-303b2504e3ce/colors.json index ceefe1f5..3bd60153 100644 --- a/themes/ecda11ae-d3fd-4052-8881-303b2504e3ce/colors.json +++ b/themes/ecda11ae-d3fd-4052-8881-303b2504e3ce/colors.json @@ -1,8 +1,8 @@ { - "isDarkMode": true, - "primaryColor": "#ebdbb2", - "secondaryColor": "#504945", - "tertiaryColor": "#1d2021", - "colorsBorder": "#504945", - "dialogBg": "#1d2021" + "isDarkMode": true, + "primaryColor": "#ebdbb2", + "secondaryColor": "#504945", + "tertiaryColor": "#1d2021", + "colorsBorder": "#504945", + "dialogBg": "#1d2021" } diff --git a/themes/ecda11ae-d3fd-4052-8881-303b2504e3ce/readme.md b/themes/ecda11ae-d3fd-4052-8881-303b2504e3ce/readme.md index 8d88f2b6..a87d1262 100644 --- a/themes/ecda11ae-d3fd-4052-8881-303b2504e3ce/readme.md +++ b/themes/ecda11ae-d3fd-4052-8881-303b2504e3ce/readme.md @@ -1,5 +1,3 @@ - # Gruvbox theme for Zen Browser This is a Gruvbox theme for Zen Browser. It is based on the Gruvbox theme for Vim. It is a dark theme with a retro feel. It is designed to be easy on the eyes and to be easy to read. - \ No newline at end of file diff --git a/themes/ecda11ae-d3fd-4052-8881-303b2504e3ce/theme.json b/themes/ecda11ae-d3fd-4052-8881-303b2504e3ce/theme.json index b5a3b9d8..e0a16399 100644 --- a/themes/ecda11ae-d3fd-4052-8881-303b2504e3ce/theme.json +++ b/themes/ecda11ae-d3fd-4052-8881-303b2504e3ce/theme.json @@ -1,19 +1,16 @@ { - "id": "ecda11ae-d3fd-4052-8881-303b2504e3ce", - "name": "Gruvbox", - "description": "A gruvbox based theme", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ecda11ae-d3fd-4052-8881-303b2504e3ce/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ecda11ae-d3fd-4052-8881-303b2504e3ce/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ecda11ae-d3fd-4052-8881-303b2504e3ce/image.png", - "author": "Blaster4385", - "version": "1.0.0", - "isDarkMode": true, - "isColorTheme": true, - "tags": [ - "color scheme", - "dark" - ], - "createdAt": "2024-08-23", - "updatedAt": "2024-08-24" -} \ No newline at end of file + "id": "ecda11ae-d3fd-4052-8881-303b2504e3ce", + "name": "Gruvbox", + "description": "A gruvbox based theme", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ecda11ae-d3fd-4052-8881-303b2504e3ce/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ecda11ae-d3fd-4052-8881-303b2504e3ce/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ecda11ae-d3fd-4052-8881-303b2504e3ce/image.png", + "author": "Blaster4385", + "version": "1.0.0", + "isDarkMode": true, + "isColorTheme": true, + "tags": ["color scheme", "dark"], + "createdAt": "2024-08-23", + "updatedAt": "2024-08-24" +} diff --git a/themes/ed742dfd-e7e0-4b1b-a0aa-e0905b14d817/chrome.css b/themes/ed742dfd-e7e0-4b1b-a0aa-e0905b14d817/chrome.css index 7d5ff7cf..6b29366c 100644 --- a/themes/ed742dfd-e7e0-4b1b-a0aa-e0905b14d817/chrome.css +++ b/themes/ed742dfd-e7e0-4b1b-a0aa-e0905b14d817/chrome.css @@ -1,4 +1,6 @@ - #vertical-pinned-tabs-container { - max-height: calc(var(--theme-pinnedtabsmaxheight-number_of_tabs) * (var(--tab-min-height) + 2 * var(--tab-block-margin))) !important; + max-height: calc( + var(--theme-pinnedtabsmaxheight-number_of_tabs) * + (var(--tab-min-height) + 2 * var(--tab-block-margin)) + ) !important; } diff --git a/themes/ed742dfd-e7e0-4b1b-a0aa-e0905b14d817/preferences.json b/themes/ed742dfd-e7e0-4b1b-a0aa-e0905b14d817/preferences.json index 972e8a45..405386ea 100644 --- a/themes/ed742dfd-e7e0-4b1b-a0aa-e0905b14d817/preferences.json +++ b/themes/ed742dfd-e7e0-4b1b-a0aa-e0905b14d817/preferences.json @@ -1,9 +1,9 @@ [ - { - "property": "theme.pinnedtabsmaxheight.number_of_tabs", - "label": "Number of pinned tabs to fit", - "type": "string", - "placeholder": "Number of tabs", - "defaultValue": "5" - } -] \ No newline at end of file + { + "property": "theme.pinnedtabsmaxheight.number_of_tabs", + "label": "Number of pinned tabs to fit", + "type": "string", + "placeholder": "Number of tabs", + "defaultValue": "5" + } +] diff --git a/themes/ed742dfd-e7e0-4b1b-a0aa-e0905b14d817/readme.md b/themes/ed742dfd-e7e0-4b1b-a0aa-e0905b14d817/readme.md index 96ca5bae..f42cde5e 100644 --- a/themes/ed742dfd-e7e0-4b1b-a0aa-e0905b14d817/readme.md +++ b/themes/ed742dfd-e7e0-4b1b-a0aa-e0905b14d817/readme.md @@ -1,3 +1,2 @@ - Change max height of pinned tabs. Go to Settings, Zen Mods, look up "Pinned Tabs Max Height", click the gear ⚙️ button, and set desired number of pinned tabs to fit. diff --git a/themes/ed742dfd-e7e0-4b1b-a0aa-e0905b14d817/theme.json b/themes/ed742dfd-e7e0-4b1b-a0aa-e0905b14d817/theme.json index b9eed545..935545a8 100644 --- a/themes/ed742dfd-e7e0-4b1b-a0aa-e0905b14d817/theme.json +++ b/themes/ed742dfd-e7e0-4b1b-a0aa-e0905b14d817/theme.json @@ -1,15 +1,15 @@ { - "id": "ed742dfd-e7e0-4b1b-a0aa-e0905b14d817", - "name": "Pinned Tabs Max Height", - "description": "Change max height of pinned tabs.", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ed742dfd-e7e0-4b1b-a0aa-e0905b14d817/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ed742dfd-e7e0-4b1b-a0aa-e0905b14d817/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ed742dfd-e7e0-4b1b-a0aa-e0905b14d817/image.png", - "author": "TheCatRiX", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-12-16", - "updatedAt": "2024-12-16", - "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ed742dfd-e7e0-4b1b-a0aa-e0905b14d817/preferences.json" -} \ No newline at end of file + "id": "ed742dfd-e7e0-4b1b-a0aa-e0905b14d817", + "name": "Pinned Tabs Max Height", + "description": "Change max height of pinned tabs.", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ed742dfd-e7e0-4b1b-a0aa-e0905b14d817/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ed742dfd-e7e0-4b1b-a0aa-e0905b14d817/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ed742dfd-e7e0-4b1b-a0aa-e0905b14d817/image.png", + "author": "TheCatRiX", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-12-16", + "updatedAt": "2024-12-16", + "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ed742dfd-e7e0-4b1b-a0aa-e0905b14d817/preferences.json" +} diff --git a/themes/ef16716a-58dc-42d4-99f8-b1667d32247d/chrome.css b/themes/ef16716a-58dc-42d4-99f8-b1667d32247d/chrome.css index dcc44370..a9f51f6c 100644 --- a/themes/ef16716a-58dc-42d4-99f8-b1667d32247d/chrome.css +++ b/themes/ef16716a-58dc-42d4-99f8-b1667d32247d/chrome.css @@ -1,8 +1,24 @@ /* This is an auto generated color theme. */ :root { - --zen-colors-primary: color-mix(in srgb, var(--zen-primary-color) 100%, black 0%) !important; - --zen-colors-secondary: color-mix(in srgb, var(--zen-primary-color) 0%, black 100%) !important; - --zen-colors-tertiary: color-mix(in srgb, var(--zen-primary-color) 10%, black 90%) !important; - --zen-colors-border: color-mix(in srgb, var(--zen-colors-primary) 100%, black 0%) !important; - --zen-primary-color: #ff2600 !important; + --zen-colors-primary: color-mix( + in srgb, + var(--zen-primary-color) 100%, + black 0% + ) !important; + --zen-colors-secondary: color-mix( + in srgb, + var(--zen-primary-color) 0%, + black 100% + ) !important; + --zen-colors-tertiary: color-mix( + in srgb, + var(--zen-primary-color) 10%, + black 90% + ) !important; + --zen-colors-border: color-mix( + in srgb, + var(--zen-colors-primary) 100%, + black 0% + ) !important; + --zen-primary-color: #ff2600 !important; } diff --git a/themes/ef16716a-58dc-42d4-99f8-b1667d32247d/colors.json b/themes/ef16716a-58dc-42d4-99f8-b1667d32247d/colors.json index 16e62d4f..bd130f9b 100644 --- a/themes/ef16716a-58dc-42d4-99f8-b1667d32247d/colors.json +++ b/themes/ef16716a-58dc-42d4-99f8-b1667d32247d/colors.json @@ -1,8 +1,8 @@ { - "isDarkMode": true, - "primaryColor": "color-mix(in srgb, var(--zen-primary-color) 100%, black 0%)", - "secondaryColor": "color-mix(in srgb, var(--zen-primary-color) 0%, black 100%)", - "tertiaryColor": "color-mix(in srgb, var(--zen-primary-color) 10%, black 90%)", - "colorsBorder": "color-mix(in srgb, var(--zen-colors-primary) 100%, black 0%)", - "accentColor": "#ff2600" -} \ No newline at end of file + "isDarkMode": true, + "primaryColor": "color-mix(in srgb, var(--zen-primary-color) 100%, black 0%)", + "secondaryColor": "color-mix(in srgb, var(--zen-primary-color) 0%, black 100%)", + "tertiaryColor": "color-mix(in srgb, var(--zen-primary-color) 10%, black 90%)", + "colorsBorder": "color-mix(in srgb, var(--zen-colors-primary) 100%, black 0%)", + "accentColor": "#ff2600" +} diff --git a/themes/ef16716a-58dc-42d4-99f8-b1667d32247d/readme.md b/themes/ef16716a-58dc-42d4-99f8-b1667d32247d/readme.md index 74cfcf2a..1bde903b 100644 --- a/themes/ef16716a-58dc-42d4-99f8-b1667d32247d/readme.md +++ b/themes/ef16716a-58dc-42d4-99f8-b1667d32247d/readme.md @@ -1,4 +1,3 @@ - # Formula 1 Theme -* This sleek theme combines deep blacks with striking red accents +- This sleek theme combines deep blacks with striking red accents diff --git a/themes/ef16716a-58dc-42d4-99f8-b1667d32247d/theme.json b/themes/ef16716a-58dc-42d4-99f8-b1667d32247d/theme.json index 88867ac0..b6241a9f 100644 --- a/themes/ef16716a-58dc-42d4-99f8-b1667d32247d/theme.json +++ b/themes/ef16716a-58dc-42d4-99f8-b1667d32247d/theme.json @@ -1,19 +1,16 @@ { - "id": "ef16716a-58dc-42d4-99f8-b1667d32247d", - "name": "Formula 1", - "description": "Embrace the simplicity of black and red", - "homepage": "", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ef16716a-58dc-42d4-99f8-b1667d32247d/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ef16716a-58dc-42d4-99f8-b1667d32247d/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ef16716a-58dc-42d4-99f8-b1667d32247d/image.png", - "author": "thejournalwriter", - "version": "1.0.0", - "isDarkMode": true, - "isColorTheme": true, - "tags": [ - "color scheme", - "dark" - ], - "createdAt": "2024-08-22", - "updatedAt": "2024-08-22" -} \ No newline at end of file + "id": "ef16716a-58dc-42d4-99f8-b1667d32247d", + "name": "Formula 1", + "description": "Embrace the simplicity of black and red", + "homepage": "", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ef16716a-58dc-42d4-99f8-b1667d32247d/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ef16716a-58dc-42d4-99f8-b1667d32247d/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ef16716a-58dc-42d4-99f8-b1667d32247d/image.png", + "author": "thejournalwriter", + "version": "1.0.0", + "isDarkMode": true, + "isColorTheme": true, + "tags": ["color scheme", "dark"], + "createdAt": "2024-08-22", + "updatedAt": "2024-08-22" +} diff --git a/themes/f4866f39-cfd6-4498-ab92-54213b8279dc/chrome.css b/themes/f4866f39-cfd6-4498-ab92-54213b8279dc/chrome.css index c269658a..605d9d01 100644 --- a/themes/f4866f39-cfd6-4498-ab92-54213b8279dc/chrome.css +++ b/themes/f4866f39-cfd6-4498-ab92-54213b8279dc/chrome.css @@ -1,150 +1,158 @@ .tab-background { - transition: background-color 0.4s ease, box-shadow 0.4s ease, background 0.5s ease !important; + transition: + background-color 0.4s ease, + box-shadow 0.4s ease, + background 0.5s ease !important; } .tab-group-label-container { - transition: background-color 0.4s ease, box-shadow 0.4s ease, background 0.5s ease !important; + transition: + background-color 0.4s ease, + box-shadow 0.4s ease, + background 0.5s ease !important; } - .toolbarbutton-1 { - - &:hover > :is(.toolbarbutton-icon, .toolbarbutton-text, .toolbarbutton-badge-stack) { - transition: background-color 0.3s ease-in-out, - outline-color 0.3s ease-in-out; /* Smooth transition */ - } - - > :is(.toolbarbutton-icon, .toolbarbutton-text, .toolbarbutton-badge-stack) { - transition: background-color 0.3s ease-in-out, - outline-color 0.3s ease-in-out; - } + &:hover + > :is( + .toolbarbutton-icon, + .toolbarbutton-text, + .toolbarbutton-badge-stack + ) { + transition: + background-color 0.3s ease-in-out, + outline-color 0.3s ease-in-out; /* Smooth transition */ } + > :is(.toolbarbutton-icon, .toolbarbutton-text, .toolbarbutton-badge-stack) { + transition: + background-color 0.3s ease-in-out, + outline-color 0.3s ease-in-out; + } +} + .identity-box-button { - transition: background-color 0.3s ease-in-out, - outline-color 1.3s ease-in-out; + transition: + background-color 0.3s ease-in-out, + outline-color 1.3s ease-in-out; } - - - /* Apply transition to urlbar controls, this is what I found worked...*/ -#reader-mode-button, -#star-button-box, -#zen-split-views-box, -#pageActionButton, -#urlbar-zoom-button, -#shopping-sidebar-button, -#translations-button, -#picture-in-picture-button, -#page-action-buttons, -#urlbar-go-button, +#reader-mode-button, +#star-button-box, +#zen-split-views-box, +#pageActionButton, +#urlbar-zoom-button, +#shopping-sidebar-button, +#translations-button, +#picture-in-picture-button, +#page-action-buttons, +#urlbar-go-button, #urlbar-revert-button-container { - transition: background-color 0.3s ease-in-out, - outline-color 0.3s ease-in-out !important; + transition: + background-color 0.3s ease-in-out, + outline-color 0.3s ease-in-out !important; } - - - /* Animate the tab function icons */ - .close-icon { - transition: background-color 0.3s ease-in-out; /* Smooth transition for background-color */ - } +.close-icon { + transition: background-color 0.3s ease-in-out; /* Smooth transition for background-color */ +} - - - .tab-reset-button { - transition: background-color 0.3s ease-in-out; /* Smooth transition for background-color */ - }/* Transition properties for tab background */ +.tab-reset-button { + transition: background-color 0.3s ease-in-out; /* Smooth transition for background-color */ +} /* Transition properties for tab background */ .tab-background { - transition: background-color 0.4s ease, box-shadow 0.4s ease, background 0.5s ease !important; + transition: + background-color 0.4s ease, + box-shadow 0.4s ease, + background 0.5s ease !important; } .tab-group-label-container { - /* Transition properties for tab background */ - transition: background-color 0.4s ease, box-shadow 0.4s ease, background 0.5s ease !important; + /* Transition properties for tab background */ + transition: + background-color 0.4s ease, + box-shadow 0.4s ease, + background 0.5s ease !important; } - /* For toolbarbutton-1 */ .toolbarbutton-1 { - - &:hover > :is(.toolbarbutton-icon, .toolbarbutton-text, .toolbarbutton-badge-stack) { - transition: background-color 0.3s ease-in-out, - outline-color 0.3s ease-in-out; /* Smooth transition */ - } - - > :is(.toolbarbutton-icon, .toolbarbutton-text, .toolbarbutton-badge-stack) { - transition: background-color 0.3s ease-in-out, - outline-color 0.3s ease-in-out; - } + &:hover + > :is( + .toolbarbutton-icon, + .toolbarbutton-text, + .toolbarbutton-badge-stack + ) { + transition: + background-color 0.3s ease-in-out, + outline-color 0.3s ease-in-out; /* Smooth transition */ } + > :is(.toolbarbutton-icon, .toolbarbutton-text, .toolbarbutton-badge-stack) { + transition: + background-color 0.3s ease-in-out, + outline-color 0.3s ease-in-out; + } +} + .identity-box-button { - transition: background-color 0.3s ease-in-out, - outline-color 1.3s ease-in-out; + transition: + background-color 0.3s ease-in-out, + outline-color 1.3s ease-in-out; } - - - /* Apply transition to urlbar controls, this is what I found worked...*/ -#reader-mode-button, -#star-button-box, -#zen-split-views-box, -#pageActionButton, -#urlbar-zoom-button, -#shopping-sidebar-button, -#translations-button, -#picture-in-picture-button, -#page-action-buttons, -#urlbar-go-button, +#reader-mode-button, +#star-button-box, +#zen-split-views-box, +#pageActionButton, +#urlbar-zoom-button, +#shopping-sidebar-button, +#translations-button, +#picture-in-picture-button, +#page-action-buttons, +#urlbar-go-button, #urlbar-revert-button-container { - transition: background-color 0.3s ease-in-out, - outline-color 0.3s ease-in-out !important; + transition: + background-color 0.3s ease-in-out, + outline-color 0.3s ease-in-out !important; } - - - /* Animate the tab function icons */ - .close-icon { - transition: background-color 0.3s ease-in-out; /* Smooth transition for background-color */ - } - - - - .tab-reset-button { - transition: background-color 0.3s ease-in-out; /* Smooth transition for background-color */ - } - -/* This was not being applied properly by class for some reason */ -#tabs-newtab-button { - transition: background-color 0.3s ease-in-out; /* Smooth transition for background-color */ +.close-icon { + transition: background-color 0.3s ease-in-out; /* Smooth transition for background-color */ } - -/* Other things that needed to be animated/transitioned */ -.subviewbutton { - transition: background-color 0.3s ease-in-out !important; /* Smooth transition for background-color */ -} - -.urlbarView-row-inner { - transition: background-color 0.3s ease-in-out !important; /* Smooth transition for background-color */ +.tab-reset-button { + transition: background-color 0.3s ease-in-out; /* Smooth transition for background-color */ } /* This was not being applied properly by class for some reason */ #tabs-newtab-button { - transition: background-color 0.3s ease-in-out; /* Smooth transition for background-color */ + transition: background-color 0.3s ease-in-out; /* Smooth transition for background-color */ } - /* Other things that needed to be animated/transitioned */ .subviewbutton { - transition: background-color 0.3s ease-in-out !important; /* Smooth transition for background-color */ + transition: background-color 0.3s ease-in-out !important; /* Smooth transition for background-color */ } .urlbarView-row-inner { - transition: background-color 0.3s ease-in-out !important; /* Smooth transition for background-color */ + transition: background-color 0.3s ease-in-out !important; /* Smooth transition for background-color */ +} + +/* This was not being applied properly by class for some reason */ +#tabs-newtab-button { + transition: background-color 0.3s ease-in-out; /* Smooth transition for background-color */ +} + +/* Other things that needed to be animated/transitioned */ +.subviewbutton { + transition: background-color 0.3s ease-in-out !important; /* Smooth transition for background-color */ +} + +.urlbarView-row-inner { + transition: background-color 0.3s ease-in-out !important; /* Smooth transition for background-color */ } diff --git a/themes/f4866f39-cfd6-4498-ab92-54213b8279dc/readme.md b/themes/f4866f39-cfd6-4498-ab92-54213b8279dc/readme.md index 4915c33c..48910246 100644 --- a/themes/f4866f39-cfd6-4498-ab92-54213b8279dc/readme.md +++ b/themes/f4866f39-cfd6-4498-ab92-54213b8279dc/readme.md @@ -1,3 +1,3 @@ - # Animations Plus + A nice animation pack for Zen Browser diff --git a/themes/f4866f39-cfd6-4498-ab92-54213b8279dc/theme.json b/themes/f4866f39-cfd6-4498-ab92-54213b8279dc/theme.json index a124487a..61af78ec 100644 --- a/themes/f4866f39-cfd6-4498-ab92-54213b8279dc/theme.json +++ b/themes/f4866f39-cfd6-4498-ab92-54213b8279dc/theme.json @@ -1,14 +1,14 @@ { - "id": "f4866f39-cfd6-4498-ab92-54213b8279dc", - "name": "Animations Plus", - "description": "A nice animation pack for Zen Browser", - "homepage": "https://github.com/Anoms12/Animations-plus", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f4866f39-cfd6-4498-ab92-54213b8279dc/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f4866f39-cfd6-4498-ab92-54213b8279dc/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f4866f39-cfd6-4498-ab92-54213b8279dc/image.png", - "author": "Anoms12", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-12-01", - "updatedAt": "2025-01-14" -} \ No newline at end of file + "id": "f4866f39-cfd6-4498-ab92-54213b8279dc", + "name": "Animations Plus", + "description": "A nice animation pack for Zen Browser", + "homepage": "https://github.com/Anoms12/Animations-plus", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f4866f39-cfd6-4498-ab92-54213b8279dc/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f4866f39-cfd6-4498-ab92-54213b8279dc/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f4866f39-cfd6-4498-ab92-54213b8279dc/image.png", + "author": "Anoms12", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-12-01", + "updatedAt": "2025-01-14" +} diff --git a/themes/f4a7562f-6e54-4f1e-b835-a397fc6c15f2/chrome.css b/themes/f4a7562f-6e54-4f1e-b835-a397fc6c15f2/chrome.css index c5b6759b..f24ef3b0 100644 --- a/themes/f4a7562f-6e54-4f1e-b835-a397fc6c15f2/chrome.css +++ b/themes/f4a7562f-6e54-4f1e-b835-a397fc6c15f2/chrome.css @@ -1,22 +1,21 @@ - #zen-main-app-wrapper { - background-color: #faf4ed !important; + background-color: #faf4ed !important; } #appMenu-mainView { - background-color: #f2e9e1 !important; + background-color: #f2e9e1 !important; } #appmenu-moreTools { - background-color: #f2e9e1 !important; + background-color: #f2e9e1 !important; } #PanelUI-button { - --button-active-bgcolor: black !important; + --button-active-bgcolor: black !important; } html#main-window { - --lwt-text-color: #575279 !important; - --toolbarbutton-icon-fill: #b4637a !important; - --toolbar-field-color: #286983 !important; + --lwt-text-color: #575279 !important; + --toolbarbutton-icon-fill: #b4637a !important; + --toolbar-field-color: #286983 !important; } diff --git a/themes/f4a7562f-6e54-4f1e-b835-a397fc6c15f2/readme.md b/themes/f4a7562f-6e54-4f1e-b835-a397fc6c15f2/readme.md index a58677a9..63ab7f79 100644 --- a/themes/f4a7562f-6e54-4f1e-b835-a397fc6c15f2/readme.md +++ b/themes/f4a7562f-6e54-4f1e-b835-a397fc6c15f2/readme.md @@ -1,4 +1,4 @@ - # Zen Rosé Pine Dawn + A theme around the Rosé Pine Dawn colors for the Zen-browser. Click install and enjoy! diff --git a/themes/f4a7562f-6e54-4f1e-b835-a397fc6c15f2/theme.json b/themes/f4a7562f-6e54-4f1e-b835-a397fc6c15f2/theme.json index 6668ac30..8ab50aee 100644 --- a/themes/f4a7562f-6e54-4f1e-b835-a397fc6c15f2/theme.json +++ b/themes/f4a7562f-6e54-4f1e-b835-a397fc6c15f2/theme.json @@ -1,14 +1,14 @@ { - "id": "f4a7562f-6e54-4f1e-b835-a397fc6c15f2", - "name": "Ros\u00e9 Pine Dawn", - "description": "Minimalist, pine, freshness for your browser!", - "homepage": "https://github.com/feco/zen-rose-pine-dawn", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f4a7562f-6e54-4f1e-b835-a397fc6c15f2/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f4a7562f-6e54-4f1e-b835-a397fc6c15f2/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f4a7562f-6e54-4f1e-b835-a397fc6c15f2/image.png", - "author": "feco", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-10-06", - "updatedAt": "2024-10-06" -} \ No newline at end of file + "id": "f4a7562f-6e54-4f1e-b835-a397fc6c15f2", + "name": "Ros\u00e9 Pine Dawn", + "description": "Minimalist, pine, freshness for your browser!", + "homepage": "https://github.com/feco/zen-rose-pine-dawn", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f4a7562f-6e54-4f1e-b835-a397fc6c15f2/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f4a7562f-6e54-4f1e-b835-a397fc6c15f2/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f4a7562f-6e54-4f1e-b835-a397fc6c15f2/image.png", + "author": "feco", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-10-06", + "updatedAt": "2024-10-06" +} diff --git a/themes/f50841b2-5e4a-4534-985d-b7f7b96088c2/chrome.css b/themes/f50841b2-5e4a-4534-985d-b7f7b96088c2/chrome.css index 5359cf66..68f251bb 100644 --- a/themes/f50841b2-5e4a-4534-985d-b7f7b96088c2/chrome.css +++ b/themes/f50841b2-5e4a-4534-985d-b7f7b96088c2/chrome.css @@ -1,4 +1,4 @@ - -#tabbrowser-tabpanels[zen-split-view="true"] .browserSidebarContainer.deck-selected { - outline: var(--zen-colors-border) !important; +#tabbrowser-tabpanels[zen-split-view="true"] + .browserSidebarContainer.deck-selected { + outline: var(--zen-colors-border) !important; } diff --git a/themes/f50841b2-5e4a-4534-985d-b7f7b96088c2/readme.md b/themes/f50841b2-5e4a-4534-985d-b7f7b96088c2/readme.md index 859ea6f3..3e71ed44 100644 --- a/themes/f50841b2-5e4a-4534-985d-b7f7b96088c2/readme.md +++ b/themes/f50841b2-5e4a-4534-985d-b7f7b96088c2/readme.md @@ -1,4 +1,3 @@ - # zen-remove-split-view-tab-highlight Mod for Zen Browser that removes the border highlight on the active tab in split view. diff --git a/themes/f50841b2-5e4a-4534-985d-b7f7b96088c2/theme.json b/themes/f50841b2-5e4a-4534-985d-b7f7b96088c2/theme.json index 30238aa0..9be167de 100644 --- a/themes/f50841b2-5e4a-4534-985d-b7f7b96088c2/theme.json +++ b/themes/f50841b2-5e4a-4534-985d-b7f7b96088c2/theme.json @@ -1,14 +1,14 @@ { - "id": "f50841b2-5e4a-4534-985d-b7f7b96088c2", - "name": "NoHighlightSplit", - "description": "Removes the border highlight around the active tab while using split view.", - "homepage": "https://github.com/JtdeGraaf/zen-remove-split-view-tab-highlight", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f50841b2-5e4a-4534-985d-b7f7b96088c2/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f50841b2-5e4a-4534-985d-b7f7b96088c2/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f50841b2-5e4a-4534-985d-b7f7b96088c2/image.png", - "author": "JtdeGraaf", - "version": "1.1.0", - "tags": [], - "createdAt": "2024-10-06", - "updatedAt": "2024-11-15" -} \ No newline at end of file + "id": "f50841b2-5e4a-4534-985d-b7f7b96088c2", + "name": "NoHighlightSplit", + "description": "Removes the border highlight around the active tab while using split view.", + "homepage": "https://github.com/JtdeGraaf/zen-remove-split-view-tab-highlight", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f50841b2-5e4a-4534-985d-b7f7b96088c2/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f50841b2-5e4a-4534-985d-b7f7b96088c2/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f50841b2-5e4a-4534-985d-b7f7b96088c2/image.png", + "author": "JtdeGraaf", + "version": "1.1.0", + "tags": [], + "createdAt": "2024-10-06", + "updatedAt": "2024-11-15" +} diff --git a/themes/f7c71d9a-bce2-420f-ae44-a64bd92975ab/chrome.css b/themes/f7c71d9a-bce2-420f-ae44-a64bd92975ab/chrome.css index b658ddb2..926f430c 100644 --- a/themes/f7c71d9a-bce2-420f-ae44-a64bd92975ab/chrome.css +++ b/themes/f7c71d9a-bce2-420f-ae44-a64bd92975ab/chrome.css @@ -1,5 +1,4 @@ - .tabbrowser-tab[pending="true"] { - filter: grayscale(1); - opacity: 0.5; + filter: grayscale(1); + opacity: 0.5; } diff --git a/themes/f7c71d9a-bce2-420f-ae44-a64bd92975ab/readme.md b/themes/f7c71d9a-bce2-420f-ae44-a64bd92975ab/readme.md index fe780d35..3ebb23a0 100644 --- a/themes/f7c71d9a-bce2-420f-ae44-a64bd92975ab/readme.md +++ b/themes/f7c71d9a-bce2-420f-ae44-a64bd92975ab/readme.md @@ -1,3 +1,3 @@ - # Zen Better Unloaded Tabs + Makes unloaded tabs easier to notice by making them grayscale and transparent. diff --git a/themes/f7c71d9a-bce2-420f-ae44-a64bd92975ab/theme.json b/themes/f7c71d9a-bce2-420f-ae44-a64bd92975ab/theme.json index 703572ca..418ce23f 100644 --- a/themes/f7c71d9a-bce2-420f-ae44-a64bd92975ab/theme.json +++ b/themes/f7c71d9a-bce2-420f-ae44-a64bd92975ab/theme.json @@ -1,14 +1,14 @@ { - "id": "f7c71d9a-bce2-420f-ae44-a64bd92975ab", - "name": "Better Unloaded Tabs", - "description": "Makes unloaded tabs easier to notice by making them greyscale and transparent.", - "homepage": "https://github.com/Felkazz/zen-browser-better-unloaded-tabs", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f7c71d9a-bce2-420f-ae44-a64bd92975ab/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f7c71d9a-bce2-420f-ae44-a64bd92975ab/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f7c71d9a-bce2-420f-ae44-a64bd92975ab/image.png", - "author": "Felkazz", - "version": "1.0.1", - "tags": [], - "createdAt": "2024-10-12", - "updatedAt": "2024-10-12" -} \ No newline at end of file + "id": "f7c71d9a-bce2-420f-ae44-a64bd92975ab", + "name": "Better Unloaded Tabs", + "description": "Makes unloaded tabs easier to notice by making them greyscale and transparent.", + "homepage": "https://github.com/Felkazz/zen-browser-better-unloaded-tabs", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f7c71d9a-bce2-420f-ae44-a64bd92975ab/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f7c71d9a-bce2-420f-ae44-a64bd92975ab/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/f7c71d9a-bce2-420f-ae44-a64bd92975ab/image.png", + "author": "Felkazz", + "version": "1.0.1", + "tags": [], + "createdAt": "2024-10-12", + "updatedAt": "2024-10-12" +} diff --git a/themes/fd24f832-a2e6-4ce9-8b19-7aa888eb7f8e/chrome.css b/themes/fd24f832-a2e6-4ce9-8b19-7aa888eb7f8e/chrome.css index 102dad09..0a6afbe5 100644 --- a/themes/fd24f832-a2e6-4ce9-8b19-7aa888eb7f8e/chrome.css +++ b/themes/fd24f832-a2e6-4ce9-8b19-7aa888eb7f8e/chrome.css @@ -1,4 +1,3 @@ - /* ---- Volume Icon Theming ---- */ /* edited from github.com/itsmefen/Dark-Harmony */ .tabbrowser-tab img { @@ -21,29 +20,28 @@ scale: 1.5 !important; opacity: 0.8 !important; margin: 0px 3px !important; + } -} - -@media (prefers-color-scheme: light) { + @media (prefers-color-scheme: light) { &:is([soundplaying], [muted], [activemedia-blocked]) { filter: invert(1); } } -&:is([activemedia-blocked]) { + &:is([activemedia-blocked]) { list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAEb0lEQVR4nO2YW4hWVRTHP7URvM6ooWYa1kPlQ4GXxISyC4mUVg/RZQyjKLUsUcsmJRm8pqUgXSCRbhZCqT1mkARaWm+l9qK9jCKZ2KhUD4nWLxbuM/1ncfb3nfPNGaeH84cPPtZ/n7XX2pe1/3tXKiVKlChR4v8I4BZgFtCnB/q+AnjQYuiqo2bgby6htbAIs/e/KvRtMTxWr5PpwHn+w3uFR1o7hg+kf4vlnrwOrgHaxckp4Npuizgex3Wh7wS/AWOyftwH2C8f/wFM6Pao4/FMDDEk+BboneXDBXTGbMe/CvwKbOqGoFcCx4Hlzv64i2l+LUdXAmflg22Of9E5bCowif7O92LHfyLcGWBYNWerXePhwt0JXBT+G6BXUYmEPvaKf+trmnAj3CCvjDkZ5Bq2CDcwTHmCX4DRRSYR+hkNnJR+jgEDhH/FDfTANCdPukaDhXtNuL+AKe7Qmgc8kjNoKyrPAwuBBrHfGvpIsEa4wSG2BE+kOf5aGrwl9mGuarzhvtsqXOZkgOfku3cdt1G434Ghwr0t3B7vtNGt/8nCLXUzpU7nC5c+QvFEnnXfzhVuqFvmS4WbIvYLunIqQUslOKWbGDgk3GqxD3HTvE+XSGjTFxgXfn1TOPtGD7sm4dcId1DsvYHTwt2nTtcJ8anbfIrxkQrX7ipc/7A8zkkb+/860E/aDXeDsUq4Ca7vq4XbkbaHjNglRMdhZEJN7G1upn4W7mWXxHfEccAl0yLcEbH3cpXyUXcoJ9ihiRwU4qHIqOtM3Sh2U6YjIhs1hg3S/ipR2IYbhNtOyrkBPCz2HzURzfx2sW8T+2axPyD2Q27d63KK4awruT8Jd3+KjDd8KPZpYj+miZyJ7IPPI8tHK84XYrdNnRU68rvTdBSwROy7IvunPW8iLZGyuzuy5GrhevnuS7HP60oiurRuE/tHGZbW4R5eWm15N/tnkZG3jTpSOCuxtbBe2o8C/onM1PYMm/0HTWRnpPzanV0FnJbfo5Fl1y+U2Bj2u/K7rI7yuyJWftdGyuwYF8T4yLR7yW/JbHAyw/6vd0lEpTmXboaxA3FnmtowYmYViXI4okSb3L0+TaI0iERJ46pJlLVpZ0WQKNY2wb1eNJoAS9DxjmRl142qisa5btSeqdSnfg1PO8WtM/WScFPFbjEPqibj36wi4ze677YI15wjEbuLJNjiuE1VZPw7wn2V92K1zr0vTXUXq6dsM+a5+oZS/UKYmQY34ucjirvRzdScvFfdAa6CnMz8vtS1q26biVDhlwvXnnrVzfD4cIe7fH1f5OND2MQH3PpX3TfSHbattZ6DVK587PjFdEZjgYlY34pFjtfD0arWkLzVxD/Q2fSeUCleYDKbQ5DLnH1O7uoYXjfsWTKBVayJlR4CMAn4U+LZm+nJVE50/4g9ttujdrCHc/eIfVpP+EywJ3xXBjvV+ssB4H3p32K5q15HzVKpOp5kLheA1tD3RRWN9Tq7Cbi7sOjyl+QZwM090X+JEiVKlKjUwr/rwkME7dPwYwAAAABJRU5ErkJggg==") !important; width: 16px !important; height: 16px !important; margin: 0px 3px !important; } -&:is([soundplaying]) { + &:is([soundplaying]) { list-style-image: url("data:image/gif;base64,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") !important; width: 16px !important; height: 16px !important; } -&:is([muted]) { + &:is([muted]) { list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWCAMAAAAL34HQAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAb9QTFRFAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AlH9xQAAAJV0Uk5TAAgcOltfVzEYBCl4zN/r7+a+Yx4PPlBPMA0DVK//mzgBE1ym0urpmUwLBihxqdrcs30K0fu7hf7ld8ny9+JpESu2/JL0dmeEBYNhbkrZVr/9lwmJsfnD+uju7c7U8cbKoQ6u15hzB4FmkDeqJhqe+BmPrGvNLpzsjhWr87lLsgIbfsf1aIrYpCr24CBVckcdnTNYe1JodJtZAAADqElEQVR4nO2WW0gUYRSAz0kRjVolDGUXL4UaXirJyMJbRYRUKEQXkFK0ILOCLvQoJj70Fj4ElVRSFoVYkYhkRGSKZTcK1NSgNPOS2YMSCZJOu+7MP//Yzk4HIhXO9zKHb/6d+XZ2HAdhToKzHeAZzqLAWRQ4iwJnUeAsCpxFgbMocBYFzqLAWRQ4iwJnUeAsCpxFgbMocBYFzqLAWRQ4iwJnUeAsCpxFgbMocBYFzqLAWRQ4iwJnUeAsCpxFgbMocBaF+ZCFGuOzlSNKpHmhu2nSF/G7YVEwoit5cMZnTfS/zbI7zyAsYo/YsczVCjjgQHwvfdJEQxy6d2BH/BtJr2mPUxRQXHSApdezHKHDYg7B4V5t9l+FA1r3M/2DJhrAdx1+dm0jnHGNwmY4Tzt9yHDlxS9ptYkXWRvx54Cuo/tH1N8xwxe7NDua/EW7MCYa7AnjPdo8th4fqGMmttg0HRnQJs5k5rUszGwDAyvr3dvtzTZdOoLrwKsGn+Q+3SdirTplKW91HdY6CRZeXK2gxcas0JfubbZ8gyThPfCoO9XLtRMnX0s7kmvUYVervNxHuevZ3/kja/dzY9aSd+6tLVC2YS3gVcMew30W0K0OMYZHzoZqsPAia28LGHComam9sk25DV41pPXIfsUjddjSJevIJrDwImvzB2NW6i1P5xdf30TP+PoRzRbLzbzIWvvVmKUtmeUss3srp0m26TfBq4Z9jbIfG1WHQJusM26AhRdZ+58YszZdd2/zHkvSHtsw6FXnY7v09IOtV9ThwEN5ebxSaeG1rHyfBmNWJlZMbw/VSzLErj2ITLQ9q1u+R3dcVNxnKayTbHRMrdpu5vWrVTRi+NPOwvPu4Rii9pCB8IRO7Tcy0XAcm8RNmrR8Qj0IHPX7KJ5nIWlKOVh4/X/iqYogMSdFVYmDn0b1bxJyEM+ChYbQAlR/fsjDMqGLlWvqlKtcHQIrr2fFbusT1yv/UmGp2HEGsSoXoD3Kv3xEP56ZhgVleMG1dWTjuH6QkgDlfr9rOKwUT0mrTbz8vlU06J/46lOKHcer2+UTRR5xvqhUFuAJgL/Qzgs2segkXE5fWmqwJd+eHoRzP/yGZqz26A1vp/mJiG1Tq2tiKmae6X8zH97l5w6cRYGzKHAWBc6iwFkUOIsCZ1HgLAqcRYGzKHAWBc6iwFkUOIsCZ1HgLAqcRYGzKHAWBc6iwFkUOIsCZ1HgLAqcRYGzKHAWBc6iwFkUOIsCZ1H4DdCcIqZ2xl9xAAAAAElFTkSuQmCC") !important; width: 16px !important; height: 16px !important; @@ -55,7 +53,7 @@ margin: 0px !important; } -.tabbrowser-tab:is([soundplaying], [muted], [activemedia-blocked]) img { + .tabbrowser-tab:is([soundplaying], [muted], [activemedia-blocked]) img { opacity: 0 !important; } } diff --git a/themes/fd24f832-a2e6-4ce9-8b19-7aa888eb7f8e/readme.md b/themes/fd24f832-a2e6-4ce9-8b19-7aa888eb7f8e/readme.md index f060c478..c1037673 100644 --- a/themes/fd24f832-a2e6-4ce9-8b19-7aa888eb7f8e/readme.md +++ b/themes/fd24f832-a2e6-4ce9-8b19-7aa888eb7f8e/readme.md @@ -1,4 +1,3 @@ - # Quietify this mod adds a calm visualizer type of animation to mute button to use with style and ease. diff --git a/themes/fd24f832-a2e6-4ce9-8b19-7aa888eb7f8e/theme.json b/themes/fd24f832-a2e6-4ce9-8b19-7aa888eb7f8e/theme.json index f4b57914..53378cf1 100644 --- a/themes/fd24f832-a2e6-4ce9-8b19-7aa888eb7f8e/theme.json +++ b/themes/fd24f832-a2e6-4ce9-8b19-7aa888eb7f8e/theme.json @@ -1,14 +1,14 @@ { - "id": "fd24f832-a2e6-4ce9-8b19-7aa888eb7f8e", - "name": "Quietify", - "description": "quietify adds a calm visualizer type of animation to mute button to use with style and ease", - "homepage": "https://github.com/wysh3/Zen-Mods/tree/main/Quietify", - "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/fd24f832-a2e6-4ce9-8b19-7aa888eb7f8e/chrome.css", - "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/fd24f832-a2e6-4ce9-8b19-7aa888eb7f8e/readme.md", - "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/fd24f832-a2e6-4ce9-8b19-7aa888eb7f8e/image.png", - "author": "wysh3", - "version": "1.0.0", - "tags": [], - "createdAt": "2024-12-17", - "updatedAt": "2024-12-18" -} \ No newline at end of file + "id": "fd24f832-a2e6-4ce9-8b19-7aa888eb7f8e", + "name": "Quietify", + "description": "quietify adds a calm visualizer type of animation to mute button to use with style and ease", + "homepage": "https://github.com/wysh3/Zen-Mods/tree/main/Quietify", + "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/fd24f832-a2e6-4ce9-8b19-7aa888eb7f8e/chrome.css", + "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/fd24f832-a2e6-4ce9-8b19-7aa888eb7f8e/readme.md", + "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/fd24f832-a2e6-4ce9-8b19-7aa888eb7f8e/image.png", + "author": "wysh3", + "version": "1.0.0", + "tags": [], + "createdAt": "2024-12-17", + "updatedAt": "2024-12-18" +}