From c7145d44e41c84f6f5f3ba6b68ad3891ddcb9479 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Wed, 14 Jul 2021 15:26:25 +0900 Subject: [PATCH] Add: System Default Theme - GTK accent color at URL View url #120 --- userChrome.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/userChrome.css b/userChrome.css index dff0da5..8dde038 100644 --- a/userChrome.css +++ b/userChrome.css @@ -84,6 +84,13 @@ } } + /*= GTK - URL View url accent color ========================================*/ + @media (-moz-gtk-csd-available) { + :root:not(:-moz-lwtheme) .urlbarView-url { + --urlbar-popup-url-color: -moz-accent-color; + } + } + /* Fully Theme Mode *********************************************************/ /* Default Themes https://github.com/mozilla/gecko-dev/blob/master/toolkit/mozapps/extensions/default-theme/manifest.json