From 29ef5f615cbd2f8bcbdfe2e7f651cf9e2a1b484f Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 6 Dec 2022 14:52:52 +0100 Subject: fix chrome theme --- .local/share/bin/mode | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.local/share') diff --git a/.local/share/bin/mode b/.local/share/bin/mode index aff947e..efa8ad4 100755 --- a/.local/share/bin/mode +++ b/.local/share/bin/mode @@ -172,11 +172,12 @@ switch_chrome() { "theme": { "images": { "theme_frame": "bg.png" }, "colors": { - "frame": $bg, + "frame": $fg, "button_background": $fg, "ntp_background": $bg, "ntp_text": $bg, "toolbar": $bg_alt, + "toolbar_button_icon": $fg, "tab_background_text": $fg_alt, "tab_background_text_inactive": $fg_alt, "tab_background_text_incognito": $fg_alt, -- cgit v1.2.3