diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-08-14 11:26:37 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-08-14 11:26:37 +0200 |
commit | ef28e7c26568cbd3f39949eee04997d210e98f8b (patch) | |
tree | 62cfef6e1e8f014b6b5f221c9057d461ba1f68e7 /themes | |
parent | 809141aae58b6aaa70c07d845392d6ced86c3eb0 (diff) |
Add option to disable rounded corners
Diffstat (limited to 'themes')
-rw-r--r-- | themes/default.json | 4 | ||||
-rw-r--r-- | themes/nord.json | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/themes/default.json b/themes/default.json index ad028a9..fe156c7 100644 --- a/themes/default.json +++ b/themes/default.json @@ -21,5 +21,7 @@ "url_text_color": "#238cf5", "loading_page_color": "#afb4bc", "more_items_color": "#96afff64", - "drop_shadow": false + "drop_shadow": false, + "circle_mask_enabled": true, + "rounded_rectangles": true }
\ No newline at end of file diff --git a/themes/nord.json b/themes/nord.json index c82bd86..bf1e3f6 100644 --- a/themes/nord.json +++ b/themes/nord.json @@ -21,5 +21,7 @@ "url_text_color": "#88c0d0", "loading_page_color": "#e5e9f0", "more_items_color": "#96afff64", - "drop_shadow": false + "drop_shadow": false, + "circle_mask_enabled": true, + "rounded_rectangles": true }
\ No newline at end of file |