From b77a7d585cf6cf2420dd770e42ba5b1e08a4e12c Mon Sep 17 00:00:00 2001 From: schererleander Date: Mon, 11 Mar 2024 17:12:20 +0100 Subject: initial commit --- .themes/FlatColor/gtk-3.20/widgets/chrome.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .themes/FlatColor/gtk-3.20/widgets/chrome.css (limited to '.themes/FlatColor/gtk-3.20/widgets/chrome.css') diff --git a/.themes/FlatColor/gtk-3.20/widgets/chrome.css b/.themes/FlatColor/gtk-3.20/widgets/chrome.css new file mode 100644 index 0000000..5bf2bdf --- /dev/null +++ b/.themes/FlatColor/gtk-3.20/widgets/chrome.css @@ -0,0 +1,16 @@ +entry.chromium { + color: @selected_fg_color; + background-color: @selected_bg_color; +} + +menu.chromium { + background-color: @theme_bg_color; + color: @theme_fg_color; + border: none 0px; +} + +window.background.chromium { + border: none 0px; + background-color: @selected_bg_color; + color: @theme_fg_color; +} -- cgit v1.3.1