mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-06 18:06:35 +00:00

This commit adds the ZenGradientGenerator module to the zen-assets.jar and zen-styles directories. The ZenGradientGenerator is responsible for generating gradients used in the Zen theme. This addition will enhance the visual appearance of the theme.
11 lines
399 B
HTML
11 lines
399 B
HTML
<link rel="localization" href="browser/preferences/zen-preferences.ftl"/>
|
|
<link
|
|
rel="stylesheet"
|
|
href="chrome://browser/skin/preferences/zen-preferences.css"
|
|
/>
|
|
<link
|
|
rel="stylesheet"
|
|
href="chrome://browser/content/zen-styles/zen-gradient-generator.css"
|
|
/>
|
|
<script src="chrome://browser/content/zenThemeModifier.js"/>
|
|
<link rel="localization" href="browser/preferences/zen-preferences.ftl"/> |