aboutsummaryrefslogtreecommitdiff
path: root/.local/share
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-12-06 14:52:52 +0100
committerlonkaars <loek@pipeframe.xyz>2022-12-06 14:52:52 +0100
commit29ef5f615cbd2f8bcbdfe2e7f651cf9e2a1b484f (patch)
tree8b65b82777597b2411fec7ca48d8cb77d3d0405d /.local/share
parentd07eaec7d0b1f5096980365459d21825cefab932 (diff)
fix chrome theme
Diffstat (limited to '.local/share')
-rwxr-xr-x.local/share/bin/mode3
1 files changed, 2 insertions, 1 deletions
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,