aboutsummaryrefslogtreecommitdiff
path: root/themes/nord.json
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-08-14 11:26:37 +0200
committerdec05eba <dec05eba@protonmail.com>2022-08-14 11:26:37 +0200
commitef28e7c26568cbd3f39949eee04997d210e98f8b (patch)
tree62cfef6e1e8f014b6b5f221c9057d461ba1f68e7 /themes/nord.json
parent809141aae58b6aaa70c07d845392d6ced86c3eb0 (diff)
Add option to disable rounded corners
Diffstat (limited to 'themes/nord.json')
-rw-r--r--themes/nord.json4
1 files changed, 3 insertions, 1 deletions
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