diff options
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 |