From de1401e35628ce33d2a81248c38bdc0a0ca828b8 Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Thu, 1 Apr 2021 15:04:30 +0200 Subject: [PATCH] Update firefox color configuration --- .mozilla/firefox/userChrome.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mozilla/firefox/userChrome.css b/.mozilla/firefox/userChrome.css index 64fb2a2..100fbf1 100644 --- a/.mozilla/firefox/userChrome.css +++ b/.mozilla/firefox/userChrome.css @@ -1,7 +1,7 @@ :root { /* Minimal Functional Fox variables*/ - --mff-bg: #2e3440; + --mff-bg: #0F1419; --mff-icon-color: #ECEFF4; --mff-nav-toolbar-padding: 8px; --mff-sidebar-bg: var(--mff-bg);