diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-12-07 09:49:37 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-12-07 09:49:37 +0100 |
commit | 845c025ba088fc73812e567dfeb9ffdfc98c3720 (patch) | |
tree | 3741460d66d8b76eb05e20c939448483d2f6c71e | |
parent | 03d4338bc5fcc9f9dbf3f1af1bbcf6c84541341f (diff) |
fix chrome theme v2
-rwxr-xr-x | .local/share/bin/mode | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/share/bin/mode b/.local/share/bin/mode index efa8ad4..c95228e 100755 --- a/.local/share/bin/mode +++ b/.local/share/bin/mode @@ -172,7 +172,7 @@ switch_chrome() { "theme": { "images": { "theme_frame": "bg.png" }, "colors": { - "frame": $fg, + "frame": $bg, "button_background": $fg, "ntp_background": $bg, "ntp_text": $bg, |