Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added new bg image feature for no tab page, more improvements with linux transparency toggle, new preview image and fixes, switched to -moz-pref, removed obsolete features, categorized options.
This pull request introduces several enhancements and updates to the "Transparent Zen" theme for the Zen Browser, focusing on improved customization options, animations, and user preferences. The most significant changes include replacing
-moz-bool-pref
with-moz-pref
for better compatibility, adding a new "no tab screen background image" feature, updating preference labels for clarity, and incrementing the theme version.CSS Updates:
-moz-bool-pref
with-moz-pref
for improved compatibility with newer browser standards. (themes/642854b5-88b4-4c40-b256-e035532109df/chrome.css
, themes/642854b5-88b4-4c40-b256-e035532109df/chrome.cssL1-R76)themes/642854b5-88b4-4c40-b256-e035532109df/chrome.css
, themes/642854b5-88b4-4c40-b256-e035532109df/chrome.cssL109-R131)Preference Enhancements:
themes/642854b5-88b4-4c40-b256-e035532109df/preferences.json
, themes/642854b5-88b4-4c40-b256-e035532109df/preferences.jsonL4-R104)themes/642854b5-88b4-4c40-b256-e035532109df/preferences.json
, themes/642854b5-88b4-4c40-b256-e035532109df/preferences.jsonL4-R104)Metadata Updates:
themes/642854b5-88b4-4c40-b256-e035532109df/theme.json
, themes/642854b5-88b4-4c40-b256-e035532109df/theme.jsonL4-R13)1.11.2b
to1.12.0
to reflect the new features and updates. (themes/642854b5-88b4-4c40-b256-e035532109df/theme.json
, themes/642854b5-88b4-4c40-b256-e035532109df/theme.jsonL4-R13)