From bdc81334aafa8639d1ac579d3c1f3db7847035fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Wed, 26 Feb 2025 14:27:53 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20ux(browser):=20updated=20zen=20l?= =?UTF-8?q?ook=20with=20new=20variables?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/browser/chrome/zen-userChrome.css | 10 ++++++++++ .config/browser/userjs/zen-user.js | 1 + 2 files changed, 11 insertions(+) diff --git a/.config/browser/chrome/zen-userChrome.css b/.config/browser/chrome/zen-userChrome.css index 4688baf1..4f5a37b7 100644 --- a/.config/browser/chrome/zen-userChrome.css +++ b/.config/browser/chrome/zen-userChrome.css @@ -23,6 +23,7 @@ --zen-themed-toolbar-bg: #1e2030 !important; --zen-main-browser-background: #1e2030 !important; --newtab-primary-action-background: #b7bdf8 !important; + --toolbox-bgcolor-inactive: #1e2030 !important; } .sidebar-placesTree { @@ -46,6 +47,15 @@ border-color: #b7bdf8 !important; } + .urlbarView-url { + color: #b7bdf8 !important; + } + + #zenEditBookmarkPanelFaviconContainer { + background: #181926 !important; + } +} + #zen-essentials-container { margin-bottom: 3px !important; } diff --git a/.config/browser/userjs/zen-user.js b/.config/browser/userjs/zen-user.js index 5e0743af..250fd3ae 100644 --- a/.config/browser/userjs/zen-user.js +++ b/.config/browser/userjs/zen-user.js @@ -69,3 +69,4 @@ user_pref("browser.tabs.hoverPreview.enabled", true); user_pref("zen.urlbar.replace-newtab", false); user_pref("zen.workspaces.open-new-tab-if-last-unpinned-tab-is-closed", false); user_pref("browser.tabs.groups.enabled", false); +user_pref("browser.urlbar.trimURLs", false);