From 8e436dcb32882f256a7fc632d858f9a27844f7ec Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Mon, 1 Sep 2025 13:21:16 +0200 Subject: [PATCH] theme --- home-manager/firefox/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home-manager/firefox/default.nix b/home-manager/firefox/default.nix index 16c593d..057f9fe 100644 --- a/home-manager/firefox/default.nix +++ b/home-manager/firefox/default.nix @@ -119,6 +119,12 @@ in #navigator-toolbox:not(:hover):not(:focus-within):has(#toolbar-menubar[inactive]) { margin-top: -36px; } + browser[type="content-primary"], + browser[type="content"], + .browserContainer { + background-color: #1a2121 !important; + background: #1a2121 !important; + } ''; # Changes the extension storage backend from IDB to json, wipes all data when switching extensions.force = true;