mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 13:32:50 -05:00
Adding Zen Browser matugen template (#1181)
* Adding Zen Browser matugen template * Fixing indentation for matugen.go edits * Trying to fix linting again.. * Tweaking contrasting surface colors in css, renamed file to match how firefox userchrome is named, also changed output directory to DMS config directory (like firefox) * Modifing Zen userChrome again: removing unused css stuff, tweaking colors to better align with how pywalfox handles backgrounds/toolbars * Last few tweaks on CSS - changing url bar highlight color, changing contrast on selected urls in dropdown * matugen.go: fix check command for zen browser * search_index: add zen browser setting
This commit is contained in:
@@ -876,7 +876,7 @@ Singleton {
|
||||
if (typeof SettingsData !== "undefined") {
|
||||
const skipTemplates = [];
|
||||
if (!SettingsData.runDmsMatugenTemplates) {
|
||||
skipTemplates.push("gtk", "neovim", "niri", "qt5ct", "qt6ct", "firefox", "pywalfox", "vesktop", "equibop", "ghostty", "kitty", "foot", "alacritty", "wezterm", "dgop", "kcolorscheme", "vscode");
|
||||
skipTemplates.push("gtk", "neovim", "niri", "qt5ct", "qt6ct", "firefox", "pywalfox", "zenbrowser", "vesktop", "equibop", "ghostty", "kitty", "foot", "alacritty", "wezterm", "dgop", "kcolorscheme", "vscode");
|
||||
} else {
|
||||
if (!SettingsData.matugenTemplateGtk)
|
||||
skipTemplates.push("gtk");
|
||||
@@ -890,6 +890,8 @@ Singleton {
|
||||
skipTemplates.push("firefox");
|
||||
if (!SettingsData.matugenTemplatePywalfox)
|
||||
skipTemplates.push("pywalfox");
|
||||
if (!SettingsData.matugenTemplateZenBrowser)
|
||||
skipTemplates.push("zenbrowser");
|
||||
if (!SettingsData.matugenTemplateVesktop)
|
||||
skipTemplates.push("vesktop");
|
||||
if (!SettingsData.matugenTemplateEquibop)
|
||||
|
||||
Reference in New Issue
Block a user