diff --git a/styles/ancient.json b/styles/ancient.json index 2c58383e..e57f2d87 100644 --- a/styles/ancient.json +++ b/styles/ancient.json @@ -386,17 +386,17 @@ "filter": null }, "#vignette": { - "opacity": 0.3, + "opacity": 0.2, "fill": "#000000", - "filter": null + "filter": "" }, "#vignette-rect": { - "x": "0.3%", - "y": "0.4%", - "width": "99.6%", - "height": "99.2%", - "rx": "5%", - "ry": "5%", - "filter": "blur(20px)" + "x": "0%", + "y": "0%", + "width": "100%", + "height": "100%", + "rx": "0%", + "ry": "0%", + "filter": "blur(50px)" } } diff --git a/styles/atlas.json b/styles/atlas.json index 2a3698d3..6366e5f4 100644 --- a/styles/atlas.json +++ b/styles/atlas.json @@ -386,17 +386,17 @@ "filter": null }, "#vignette": { - "opacity": 0.3, + "opacity": 0.2, "fill": "#000000", "filter": null }, "#vignette-rect": { - "x": "0.3%", - "y": "0.4%", - "width": "99.6%", - "height": "99.2%", + "x": "0.2%", + "y": "0.3%", + "width": "99.8%", + "height": "99.4%", "rx": "5%", "ry": "5%", - "filter": "blur(20px)" + "filter": "blur(30px)" } } diff --git a/styles/clean.json b/styles/clean.json index b353fcd5..ba3685a4 100644 --- a/styles/clean.json +++ b/styles/clean.json @@ -388,7 +388,7 @@ "filter": null }, "#vignette": { - "opacity": 0.3, + "opacity": 0, "fill": "#000000", "filter": null }, diff --git a/styles/cyberpunk.json b/styles/cyberpunk.json index 5274cb2b..e69f5c43 100644 --- a/styles/cyberpunk.json +++ b/styles/cyberpunk.json @@ -386,7 +386,7 @@ "filter": null }, "#vignette": { - "opacity": 0.3, + "opacity": 0, "fill": "#000000", "filter": null }, diff --git a/styles/gloom.json b/styles/gloom.json index ec602737..ec4084d2 100644 --- a/styles/gloom.json +++ b/styles/gloom.json @@ -388,17 +388,17 @@ "filter": null }, "#vignette": { - "opacity": 0.3, - "fill": "#000000", + "opacity": 0.5, + "fill": "#042603", "filter": null }, "#vignette-rect": { - "x": "0.3%", - "y": "0.4%", - "width": "99.6%", - "height": "99.2%", - "rx": "5%", - "ry": "5%", - "filter": "blur(20px)" + "x": "0.1%", + "y": "0.2%", + "width": "99.8%", + "height": "99.6%", + "rx": "10%", + "ry": "10%", + "filter": "blur(30px)" } } diff --git a/styles/light.json b/styles/light.json index e8209b7e..978a039b 100644 --- a/styles/light.json +++ b/styles/light.json @@ -386,15 +386,15 @@ "filter": null }, "#vignette": { - "opacity": 0.3, + "opacity": 0.15, "fill": "#000000", "filter": null }, "#vignette-rect": { - "x": "0.3%", - "y": "0.4%", - "width": "99.6%", - "height": "99.2%", + "x": "0.2%", + "y": "0.3%", + "width": "99.8%", + "height": "99.4%", "rx": "5%", "ry": "5%", "filter": "blur(20px)" diff --git a/styles/night.json b/styles/night.json index c067bdd0..99df7867 100644 --- a/styles/night.json +++ b/styles/night.json @@ -386,7 +386,7 @@ "filter": null }, "#vignette": { - "opacity": 0.3, + "opacity": 0, "fill": "#000000", "filter": null }, diff --git a/styles/pale.json b/styles/pale.json index efa6b6d1..4bddc4d2 100644 --- a/styles/pale.json +++ b/styles/pale.json @@ -386,7 +386,7 @@ "filter": null }, "#vignette": { - "opacity": 0.3, + "opacity": 0.2, "fill": "#000000", "filter": null }, @@ -397,6 +397,6 @@ "height": "99.2%", "rx": "5%", "ry": "5%", - "filter": "blur(20px)" + "filter": "blur(30px)" } } diff --git a/styles/watercolor.json b/styles/watercolor.json index d0768b8b..01763c1b 100644 --- a/styles/watercolor.json +++ b/styles/watercolor.json @@ -386,7 +386,7 @@ "filter": null }, "#vignette": { - "opacity": 0.3, + "opacity": 0.2, "fill": "#000000", "filter": null },