From ef28e7c26568cbd3f39949eee04997d210e98f8b Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 14 Aug 2022 11:26:37 +0200 Subject: Add option to disable rounded corners --- themes/default.json | 4 +++- themes/nord.json | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'themes') 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 -- cgit v1.2.3