Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update PywalZen #708

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions themes.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"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.2",
"version": "1.0.3",
"preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/d2953516-d239-4ef8-aac5-b238e3dc0360/preferences.json",
"tags": [],
"createdAt": "2024-09-29",
Expand Down Expand Up @@ -1073,4 +1073,4 @@
"createdAt": "2024-08-19",
"updatedAt": "2024-10-31"
}
}
}
11 changes: 11 additions & 0 deletions themes/d2953516-d239-4ef8-aac5-b238e3dc0360/chrome.css
Original file line number Diff line number Diff line change
@@ -1,27 +1,38 @@
:root {
--zen-primary-color: #d9d9d9 !important;
--zen-colors-primary: var(--tab-loading-fill) !important;
--zen-colors-secondary: var(--tab-loading-fill) !important;
--toolbarbutton-icon-fill: var(--tab-loading-fill) !important;
}

:root:has(#theme-PywalZen[uc-pywalzen-darkness="default"]) {
--zen-colors-tertiary: var(--lwt-accent-color) !important;
--zen-main-browser-background: var(--lwt-accent-color) !important;
--zen-themed-toolbar-bg: var(--lwt-accent-color) !important;
}

: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;
}

: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;
}

: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;
}

:root:has(#theme-PywalZen[uc-pywalzen-darkness="pitch-black"]) {
--zen-colors-tertiary: black !important;
--zen-main-browser-background: black !important;
--zen-themed-toolbar-bg: black !important;
}

#urlbar:not([focused="true"]):not([breakout-extend="true"]) > #urlbar-background {
Expand Down
2 changes: 1 addition & 1 deletion themes/d2953516-d239-4ef8-aac5-b238e3dc0360/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

By using some native color variables, this theme makes [Pywalfox](https://github.com/Frewacom/pywalfox) work with [Zen](https://zen-browser.app/) Browser correctly.

> **NOTE**: Zen Browser implemented custom gradients for each workspace. While this theme works, you need to tweak the contrast for Zen to recognize it, just the first time. It is compatible with gradients and the new grain effect!
> **NOTE**: This theme overrides custom gradients, but it is compatible with the new grain effect!

![](https://raw.githubusercontent.com/Axenide/PywalZen/main/screenshots/1.png)
![](https://raw.githubusercontent.com/Axenide/PywalZen/main/screenshots/2.png)
Expand Down
4 changes: 2 additions & 2 deletions themes/d2953516-d239-4ef8-aac5-b238e3dc0360/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"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.2",
"version": "1.0.3",
"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-10-31"
}
}
Loading