diff options
Diffstat (limited to '.local/share/bin')
-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 c95228e..efa8ad4 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": $bg, + "frame": $fg, "button_background": $fg, "ntp_background": $bg, "ntp_text": $bg, |